var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Football: Rutgers Drops Road Contest At Syracuse, 31-13
"; arnews[0] += "Tim Brown became RU's all-time leader in receiving touchdowns. Jim O'Connor/NJ Sport Pics Brown's touchdown reception is his seventh of the season."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:49:02 GMT"; arnews[0] += "
"; arnews[1]="I was ready to give up alcohol a " until I read the latest research | Alexander Chancellor
"; arnews[1] += "Apparently, the more you drink the greater your protection against heart disease."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 00:05:07 GMT"; arnews[1] += "
"; arnews[2]="Celebs Celebrate Princess and the Frog Premiere
"; arnews[2] += "Sign up to get cute photos, exclusive giveaways, special offers and more! Sign Up you said it \"I admire Michelle so much."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 00:21:21 GMT"; arnews[2] += "
"; arnews[3]="Shows Not Even Heather Locklear Could Save
"; arnews[3] += "Endless observations have been made over the years regarding Heather Locklear's impressive show-saving abilities, and much of that is based on some very compelling evidence."; arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 03:26:43 GMT"; arnews[3] += "
"; arnews[4]="On Tonight: 'Glass House,' 'Chef Academy': Roger Catlin | TV Eye
"; arnews[4] += "The compelling new documentary, \"The Glass House\" looks at a halfway house for troubled young Iranian women funded and run by an expatriate named Marjaneh Halati."; arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 13:35:57 GMT"; arnews[4] += "
"; arnews[5]="Cosby brought an accurate slice of life to our televisions
"; arnews[5] += "As I've watched the networks roll out their fall lineup of new shows and continuing series, with few exceptions I've been disappointed in the offerings, mainly because of the lack of diversity."; arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 15:52:35 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("
");