var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Robert Pattinson: 'Girls scream at me all round the world....
"; arnews[0] += "For our interview, Robert was dressed in an old T-shirt, jeans and unlaced trainers."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:01:00 GMT"; arnews[0] += "
"; arnews[1]="Gavin & Stacey's Joanna Page opens up
"; arnews[1] += "She made it through ten years of bit parts to play Stacey in the hit comedy, but the actress says that she is ready to be a housewife Joanna Page talks a lot."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 04:35:57 GMT"; arnews[1] += "
"; arnews[2]="Top sport despite defeat for Radcliffe
"; arnews[2] += "DESPITE a 5-4 defeat to Radcliffe CC, Hilton Tameside jumped to the top of the Premier Division two points ahead of Ramsbottom A, who have played one match less."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 04:04:33 GMT"; arnews[2] += "
"; arnews[3]="Twilight vs. Harry Potter
"; arnews[3] += "The vampire wins the sexy contest, but the wizard has the numbers. Photograph by: Warner Bros., Summit Entertainment I met Robert Pattinson this May in Cannes."; arnews[3] += "
Publ.Date : Sun, 09 Aug 2009 07:00:00 GMT"; arnews[3] += "
"; arnews[4]="Little Screen
"; arnews[4] += "This week's new releases, available Tuesday, are rated by Jay Bobbin of Zap2it on a scale of one to four, with H equivalent to a poor rating and HHHH meaning excellent."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 14:00:00 GMT"; arnews[4] += "
"; arnews[5]="Robert Is Bothered: Pattinson Complains About Lack Of Screen Time In "New Moon"
"; arnews[5] += "When Robert Pattinson gets sad or angry he doesn't cry about it, but rather he climbs up a tree and complains."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 13:58:05 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("
");