var arnews = new Array(5); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Boogie Nights - JoBlo.com
"; arnews[0] += "A young bellboy with a special natural endowment is plucked from obscurity in 1970’s L.A. and turned into the next big thing in the fascinating, ever-growing world of adult film. Boogie Nights is the kind of flick you watch with your jaw on the ..."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 11:21:00 GMT"; arnews[0] += "
"; arnews[1]="The Big Empty - IFC
"; arnews[1] += "The Big Empty features a stellar supporting cast, including Kelsey Grammer, Melora Walters, Daryl Hannah, Joey Lauren Adams, and Rachael Leigh Cook."; arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 05:01: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("
");