var arnews = new Array(7); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="What's on TV this weekend? - Cincinnati.com
"; arnews[0] += "The Mentalist, 8 p.m., CBS. In a rerun, Patrick Jane temporarily lost his sight. True Jackson, VP, 8:30 p.m., Nickelodeon. Tyler James Williams (\"Everybody Hates Chris\") plays the newcomer who rejects True at first, then tries to make up for it by ..."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 16:59:00 GMT"; arnews[0] += "
"; arnews[1]="Power of Youth event honors actors - Variety
"; arnews[1] += "Corbin Bleu, Miranda Cosgrove, Jesse McCartney, AnnaLynne McCord and KeKe Palmer will be saluted for their charity work at the third annual Variety's Power of Youth event, to be held Dec. 5 on the Paramount lot. The 700 invited guests will include ..."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 16:46:00 GMT"; arnews[1] += "
"; arnews[2]="On TV: The best of American music - TMCnet
"; arnews[2] += "Nov 19, 2009 (Tulsa World - McClatchy-Tribune Information Services via COMTEX) -- The mighty of the music scene do what they do best this weekend on TV. First, ABC has the \"2009 American Music Awards\" with the return of Whitney Houston, the first ..."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 22:45:00 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("
");