var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Peekaboo girls revive the pin-up
"; arnews[0] += "It's the kind of snapshot pre-teen boys of the '50s smuggled into their tree houses, the sole exception to the No Girls Allowed rule."; arnews[0] += "
Publ.Date : Sat, 29 Apr 2006 07:00:00 GMT"; arnews[0] += "
"; arnews[1]="Twilight actor comes home to B.C. as his villainy hits screens
"; arnews[1] += "Nanaimo's Cameron Bright on the red carpet at the Los Angeles opening of New Moon."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 20:45:26 GMT"; arnews[1] += "
"; arnews[2]="On the Boardwalk, in ... Brooklyn
"; arnews[2] += "19, 2009 Atlantic City was not the Atlantic City Scorsese and HBO had in mind for a Roaring Twenties mini-series. So they rebuilt, in New York."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:01:00 GMT"; arnews[2] += "
"; arnews[3]="TV Tidbits: Aaron Sorkin Returns to Form, Gretchen Mol Joins...
"; arnews[3] += "In TV news tonight: It looks like Aaron Sorkin is finally heading back to television after the failure of Studio 60 , and you wouldn't believe what he's got planned according to TV Guide : I'm going to be starting on a new TV series."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 11:35:36 GMT"; arnews[3] += "
"; arnews[4]="2010 Emmys go early; Gretchen Mol on HBO's 'Boardwalk'
"; arnews[4] += "The Emmys will be airing earlier than usual next year. It's NBC's turn to broadcast the Emmy Awards in 2010, and because the network broadcasts \"Sunday Night Football\" starting in mid-September, the Emmys will be bumped out of their traditional home on the third Sunday in September."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 03:18:10 GMT"; arnews[4] += "
"; arnews[5]="Today's TWoP News: November 18, 2009
"; arnews[5] += "Casting, casting, casting! Where a woman is a woman and a man is an Elvis impersonator! Where Harry Potter gets animated, and Tim Gunn gets even more legendary! Where a crook becomes a cop, and Ethan Embry is still alive, apparently! His name is no longer Earl! Former My Name Is Earl star Jason Lee will return to television as the lead in the ..."; arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 22:06:34 GMT"; arnews[5] += "
"; totcount = 6; 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("
");