var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Mission High comes up short against Gregory-Portland
"; arnews[0] += "ALICE - Maybe it won't be that long until the Mission High Eagles are ready to appreciate what they accomplished this season."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:55:00 GMT"; arnews[0] += "
"; arnews[1]="'Office' plotlines reflect recession anxieties
"; arnews[1] += "Dunder Mifflin, the fictional paper company at the center of NBC's prime-time comedy \"The Office,\" is facing bankruptcy."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 21:49:38 GMT"; arnews[1] += "
"; arnews[2]="Holiday TV Guide: Three 'Christmas Carols,' two showings of 'Grinch, and much more
"; arnews[2] += "The Grinch and his pal Max are back for another seasonal run of \"How The Grinch Stole Christmas.\" Television programmers decorate for the holidays much the same as we do."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:31:11 GMT"; arnews[2] += "
"; arnews[3]="TV plotlines reflect recession anxieties
"; arnews[3] += "Dunder Mifflin, the fictional paper company at the center of NBC's prime-time comedy \"The Office,\" is facing bankruptcy."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 06:17:02 GMT"; arnews[3] += "
"; arnews[4]="Starpulse Scene: Top 10 Latest Hollywood Gossip
"; arnews[4] += "Contributing writer Erin Demchak shares the Top 10 latest Hollywood gossip on the Starpulse Scene."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 18:18:48 GMT"; 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("
");