var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Unfortunately, some TV types get swept away
"; arnews[0] += "My vote is \"no.\" I don't like any of it. What the November Sweeps have so far meant all over the tube is a lot of good-byes. In the case of the announced endings of \"Dollhouse,\" \"Hank,\" and \"Eastwick,\" let us sing \"hallelujah\" in response."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 13:56:53 GMT"; arnews[0] += "
"; arnews[1]="Farris to 'bear' all in Yogi film
"; arnews[1] += "After a female officer is raped, the case involves a police investigation, gambling debts and drugs."; arnews[1] += "
Publ.Date : Fri, 06 Nov 2009 13:41:27 GMT"; arnews[1] += "
"; arnews[2]="Elton gets back to work
"; arnews[2] += "After a female officer is raped, the case involves a police investigation, gambling debts and drugs."; arnews[2] += "
Publ.Date : Fri, 06 Nov 2009 13:41:21 GMT"; arnews[2] += "
"; arnews[3]="Cox and Aniston step up Congo charity campaign
"; arnews[3] += "After a female officer is raped, the case involves a police investigation, gambling debts and drugs."; arnews[3] += "
Publ.Date : Fri, 06 Nov 2009 13:41:15 GMT"; arnews[3] += "
"; arnews[4]="Treasury nears agreement on 'too big to fail'
"; arnews[4] += "When Barney inexplicably leaves MacLaren's, the gang thinks he has a girlfriend."; arnews[4] += "
Publ.Date : Tue, 27 Oct 2009 01:21:03 GMT"; arnews[4] += "
"; arnews[5]="Maria Shriver In Trouble Again?
"; arnews[5] += "When Barney inexplicably leaves MacLaren's, the gang thinks he has a girlfriend."; arnews[5] += "
Publ.Date : Tue, 27 Oct 2009 01:19:19 GMT"; arnews[5] += "
"; totcount = 6; 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("
");