<code>
// Jason Merrill – ICF Consulting
// e-Marketing / e-Learning Solutions
// www.icfconsulting.com
for(i=1; i<=3016; i++){
trace(” ? “+”(person “+i+”)”);
}
// Sean Voisen | http://voisen.org
var secondsElapsed = 0;
function silenceAndRemembrance() {
trace( ” … ” );
secondsElapsed++;
if( secondsElapsed >= 60 ) {
clearInterval( silenceInterval );
}
}
var silenceInterval = setInterval( silenceAndRemembrance, 1000 );
// Lee Probert
i = 60*1000;
while(i–){
// SILENCE
}</code>
// aral balkan
// http://www.onrelease.org
if (numCiviliansDeadInIraq >= 4000 && numCiviliansDeadInIraq
Oh well, so much for the comments window not munging up the code.