var arnews = new Array(8); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Hot for the Cook - JoBlo.com
"; arnews[0] += "I happen to like Rachael Leigh Cook, even if she forces me to remember that there's an extra A in her first name. I also happen to agree with the people over at Us Weekly Magazine (a rarity, believe me) when they invited her to their annual Hot in ..."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 16:52:00 GMT"; arnews[0] += "
"; arnews[1]="When Levi Met La Toya - US Weekly Celebrates 'Hot Hollywood 2009' - LA
"; arnews[1] += "There's something wrong with the world when Levi Johnston and La Toya Jackson cause a ripple of excitement at a Hollywood party, especially one purporting to turn the spotlight on \"Hollywood's Hottest Stars.\" But there they were last night (11/19/09 ..."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 20:43:00 GMT"; arnews[1] += "
"; totcount = 2; 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("
");