var arnews = new Array(6); totcount = 6; rnd = 1; document.write("
| ");
arnews[0]="The War for Control of the Story "; arnews[0] += " "; arnews[1]="New York State Cuts Off Funding to Tens of Thousands of Nonprofits "; arnews[1] += " "; arnews[2]="6 New Terms to Use When Measuring Social Marketing Efforts "; arnews[2] += " "; arnews[3]="Iran's Twitter Devolution: A Textbook Example of Hype Dynamics "; arnews[3] += " "; arnews[4]="ACORN Totally Vindicated of All Wrongdoing - What Was That 'Scandal' All About? "; arnews[4] += " "; document.title=document.title+ " "; arnews[5]="Away Message "; arnews[5] += " "; totcount = 6; if (rnd) { for (x=0;x<=100;x++) { y=Math.round(Math.random()*totcount-0.5); z=x%totcount; tval=arnews[y]; arnews[y] = arnews[z]; arnews[z] = tval; } } for (x=0;x<=(totcount-1);x++) { document.write(arnews[x]); if (x != (totcount-1) ) document.write(" "); } document.write(" |