var arnews = new Array(6); totcount = 4; rnd = 0; document.title=document.title+ " "; arnews[0]="Sneak peek: SI swimsuit edition
"; arnews[0] += "Click on the photo for a sneak peek of this year's Sports Illustrated swimsuit edition, which went on sale today."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 17:00:52 GMT"; arnews[0] += "
"; arnews[1]="The Week: January 11-14, 2009
"; arnews[1] += "Winter break is waning in the Madison arts scene, so warm up this week with the first tastes of the upcoming season."; arnews[1] += "
Publ.Date : Mon, 11 Jan 2010 14:00:00 GMT"; arnews[1] += "
"; arnews[2]="Nobel;the Award For ...
"; arnews[2] += "Norway, hot off the heals of winning the UN designation of \"Best Country to Live in\", makes the rest of the world wonder what is going on over there? Obama is the 2009 Nobel laureate."; arnews[2] += "
Publ.Date : Mon, 09 Nov 2009 22:52:28 GMT"; arnews[2] += "
"; arnews[3]="George Clooney goes public with new girlfriend
"; arnews[3] += "One might suspect a man of George Clooney's credentials would have no problem hanging on to a girl."; arnews[3] += "
Publ.Date : Wed, 09 Sep 2009 02:40:13 GMT"; arnews[3] += "
"; totcount = 4; 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("
");