var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Shockya: Ghost Whisperer Ghost Ride to Costumes Featurette
"; arnews[0] += "Ghost Whisperer Ghost Ride to Costumes Featurette -"; arnews[0] += "
"; arnews[1]="Shockya: Ghost Whisperer Devils Bargain Promo
"; arnews[1] += "Ghost Whisperer Devils Bargain Promo -"; arnews[1] += "
"; arnews[2]="Daniel Appelquist: David Conrad from ICANN: "We have 2 years to get IPv6 addresses for all the servers." [Before we have to close the Internet.] #tpac09
"; arnews[2] += "David Conrad from ICANN: \"We have 2 years to get IPv6 addresses for all the servers.\" [Before we have to close the Internet.]"; arnews[2] += "
"; arnews[3]="Paul J. Gorzkowski: RT @ghostwhisperer How could they forget David Conrad!? Write him in for the 2010 People's Choice Awards here: http://bit.ly/3gKjPm #ghost
"; arnews[3] += "RT @"; arnews[3] += "
"; arnews[4]="Paul J. Gorzkowski: @ghostwhisperer David Conrad does an awesome job on the show. Has he ever won an award for his acting?
"; arnews[4] += "@"; arnews[4] += "
"; totcount = 5; 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("
");document.write("
");