var arnews = new Array(8); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Giving Good Face
"; arnews[0] += "Celebs and unknowns got ready for their close-ups in these shots from a forthcoming book by photographer John Russo called About Face ."; arnews[0] += "
Publ.Date : Fri, 06 Nov 2009 19:04:52 GMT"; arnews[0] += "
"; arnews[1]="Hot soaps topics
"; arnews[1] += "Here's the latest suds buzz from my fellow soaps journos: Daytime Confidential's Jamey Giddens interviews The Young and the Restless star Wilson Bethel."; arnews[1] += "
Publ.Date : Sat, 17 Oct 2009 07:00: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("
");