var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Sunday 07/02
"; arnews[0] += "Chuck is a manager for Fed-Ex. He has a long-term girlfriend he loves, but his hectic work schedule leaves little time for anything else."; arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 08:22:45 GMT"; arnews[0] += "
"; arnews[1]="Maxim, AskMen and FHM's Top 100 Women Lists Dissected
"; arnews[1] += "But here at Asylum, we like to consider ourselves hotness scientists which is why we created our controversial top 100 list based on search-engine data ."; arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 20:30:00 GMT"; arnews[1] += "
"; arnews[2]="Rising stars align in Vanity Fair shoot
"; arnews[2] += "There's already quite a buzz about the new Vanity Fair, due on newsstands next week, because it's their Hollywood issue and the cover is one of those fold-outs they do - this time featuring nine starlets, assembled in one place to have their group portrait shot by Annie Leibovitz."; arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 14:53:42 GMT"; arnews[2] += "
"; arnews[3]="Universal gears up for fifth Fast & Furious movie
"; arnews[3] += "According to Variety, Universal Pictures has locked down deals with stars Vin Diesel and Paul Walker, as well as director Justin Lin and producer Neal Moritz, to return to the franchise."; arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 08:12:18 GMT"; arnews[3] += "
"; arnews[4]="CHUCK The Complete Second Season Blu-ray Review
"; arnews[4] += "Wouldn't it be nice to wake up and be a secret agent overnight? As the titular lead of the television show Chuck , Chuck Bartowski would probably say it's not so nice, but he's had his fair share of adventure and lady love."; arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 02:40:42 GMT"; arnews[4] += "
"; arnews[5]="Vanity Fair Cover Awash in Young White Female Actresses
"; arnews[5] += "March means two things: College Basketball Playoffs in the U.S., and Vanity Fair's annual Hollywood issue."; arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 20:42:53 GMT"; arnews[5] += "
"; arnews[6]="Jordana Brewster. Yep, period.
"; arnews[6] += "Some people just don't get the opportunities that they deserve and Jordana is one of them."; arnews[6] += "
Publ.Date : Fri, 29 Jan 2010 23:35:23 GMT"; arnews[6] += "
"; arnews[7]="About Last Night... Calvin Klein's Arty Party in L.A.
"; arnews[7] += "Last night, Calvin Klein Collection and Los Angeles Nomadic Division paired up to present a one-of-a-kind fusion of art and fashion in celebration of L.A's Arts month and Art Los Angeles Contemporary ."; arnews[7] += "
Publ.Date : Fri, 29 Jan 2010 22:40:45 GMT"; arnews[7] += "
"; totcount = 8; 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("
");