var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="'Mother,' 'House' among tonight's TV selections - News-Leader.com
"; arnews[0] += "Anyone who watches \"How I Met Your Mother\" (CBS, 7 p.m.) knew what had to happen once Robin and Barney started dating: They'd eventually stop dating. Whether it's a permanent stop remains to be seen, but for now, Barney is determined to recapture his ..."; arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 14:35:00 GMT"; arnews[0] += "
"; arnews[1]="'Big Bang Theory' recap: Sheldon gets to second base with Penny. That ... - Entertainment Weekly Online
"; arnews[1] += "I can’t say I’m a Sheldon/Penny ’shipper myself, so I’m not entirely sure whether last night’s episode was cause to rejoice or not for those rather insistent Big Bang Theory fans who subscribe to the notion that the otherwise asexual ..."; arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 12:25:00 GMT"; arnews[1] += "
"; arnews[2]="The Big Bang Theory "The Adhesive Duck Deficiency" - A.V. Club
"; arnews[2] += "\"The Adhesive Duck Deficiency\" has everything I love about The Big Bang Theory and everything I find enervating about it so close to each other that it almost serves as a perfect object lesson about what makes individual episodes of the show work or ..."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 11:26: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("
");