var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Third Scooby-Doo begins production in Vancouver Monday
"; arnews[0] += "A third \"Scooby-Doo\" movie will begin production Monday in Vancouver, but will bypass theaters and feature a cast of unknown actors."; arnews[0] += "
Publ.Date : Mon, 04 Aug 2008 07:00:00 GMT"; arnews[0] += "
"; arnews[1]="The latest gossip
"; arnews[1] += "SAVED: Rachel Hunter's big sister Jacqui is responsible for helping 'save' Peter Andre after he suffered from a nervous breakdown early on in his career."; arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 06:32:32 GMT"; arnews[1] += "
"; arnews[2]="What the Kiwi gossip mags say
"; arnews[2] += "SAVED: Rachel Hunter's big sister Jacqui is responsible for helping 'save' Peter Andre after he suffered from a nervous breakdown early on in his career."; arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 06:28:54 GMT"; arnews[2] += "
"; arnews[3]="2012 and how good viral marketing can go bad
"; arnews[3] += "Disaster movie 2012 inspired panic in the States with Nasa having to reassure Americans that the world wasn't about to end."; arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 06:50:18 GMT"; arnews[3] += "
"; arnews[4]="First Look: Freddie Prinze Jr. in a 24a 2
"; arnews[4] += "Back in May, we found out that Sarah Michelle Gellar hubby Freddie Prinze Jr. would be a big part of the upcoming season 8 of Fox's 24 , but now we've got an EW exclusive first look at one of his early scenes with Keifer Sutherland's Jack Bauer."; arnews[4] += "
Publ.Date : Sat, 14 Nov 2009 00:47:01 GMT"; arnews[4] += "
"; arnews[5]="2012 and how good viral marketing can go bad
"; arnews[5] += "Disaster movie 2012 inspired panic in the States with Nasa having to reassure Americans that the world wasn't about to end."; arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 00:10:28 GMT"; arnews[5] += "
"; arnews[6]="Twilight New Moon contest offers chance to win Volvo like the one Edward drives
"; arnews[6] += "In the Twilight book sagas, Edward Cullen has a garage full of luxury and sports cars."; arnews[6] += "
Publ.Date : Wed, 07 Oct 2009 07:00:00 GMT"; arnews[6] += "
"; arnews[7]="Gellar, Prinze 'liked traditional baby name'
"; arnews[7] += "Sarah Michelle Gellar and Freddie Prinze Jr. have revealed that they wanted a traditional name for their baby daughter."; arnews[7] += "
Publ.Date : Mon, 09 Nov 2009 21:30:10 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("
");