var arnews = new Array(8); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Community Roundup: Rebels U19 place fourth
"; arnews[0] += "The Chico Rebels U19 girls soccer team placed fourth at the Rocklin Quarry Classic Tournament."; arnews[0] += "
Publ.Date : Wed, 26 Aug 2009 07:04:14 GMT"; arnews[0] += "
"; arnews[1]="Urban Planner: July 27, 2009
"; arnews[1] += "Urban Planner is Torontoist's daily guide to what's on in Toronto, published every morning."; arnews[1] += "
Publ.Date : Mon, 27 Jul 2009 13:52:48 GMT"; arnews[1] += "
"; arnews[2]="OMFG: The Hollywood Gossip Turns 3
"; arnews[2] += "Wow. It's hard to believe it was three years ago today that The Hollywood Gossip burst on the celebrity gossip scene with a single news article."; arnews[2] += "
Publ.Date : Sat, 06 Jun 2009 16:53:56 GMT"; arnews[2] += "
"; totcount = 3; 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("
");