var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Twilight: Pattinson in New Moon breaks midnight record
";
arnews[0] += "The new Twilight vampire movie took a record $26.3m in midnight showings at North American box offices, studio Summit Entertainment has said.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 18:45:03 GMT";
arnews[0] += "
";
arnews[1]="Stephenie Meyer: Robert Pattinson IS Edward Cullen
";
arnews[1] += "\"Twilight\" creator Stephenie Meyer says \"there's quite a difference\" between the vampire hottie Edward Cullen that lives in her head and the guy who plays him, Robert Pattinson.Except when the cameras are rolling on set.\"Rob shifted into character and my jaw dropped open,\" Meyer said in a fan forum that's linked on her Web site.\"Suffice it to say, ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 14:55:42 GMT";
arnews[1] += "
";
arnews[2]="Robert Pattinson a 'grungy' guy
";
arnews[2] += "Is it the Beatles? Is it Superman? No, it's Robert Pattinson, 23-year-old star of the Twilight series of films, for whom the girls are screaming hysterically.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 06:21:23 GMT";
arnews[2] += "
";
arnews[3]="More About RPattz's Film Career
";
arnews[3] += "Ita s taken a little over a year for Robert Pattinson to be considered a staple heartthrob worldwide.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 23:41:46 GMT";
arnews[3] += "
";
arnews[4]="6.Twilight: The hero...
";
arnews[4] += "FURIOUS Louis Walsh last night urged Simon Cowell to sack Dermot O'Leary for 'getting too big for his boots'. KATE Price is said to be furious after her ex Peter Andre told GMTV viewers of her seven-year-old son Harvey's battle with suspected swine flu.";
arnews[4] += "
Publ.Date : Tue, 10 Nov 2009 13:25:50 GMT";
arnews[4] += "
";
arnews[5]="Robert Pattinson: I'm unlucky in love
";
arnews[5] += "Kristen Stewart is Bella, who falls into a deep depression when she is abandoned.";
arnews[5] += "
Publ.Date : Tue, 10 Nov 2009 13:23:00 GMT";
arnews[5] += "
";
arnews[6]="Editor's Choice: People's Choice winners are unveiled as TV ...
";
arnews[6] += "THE TV search gets under way next week for The Greatest Scot - and today we name the five People's Choice candidates to join the existing list of 30.";
arnews[6] += "
Publ.Date : Sat, 07 Nov 2009 00:00:00 GMT";
arnews[6] += "
";
arnews[7]="Regina Brooks: Off the Shelf and on to the Big Screen
";
arnews[7] += "More and more, the titles showing up in movie previews are familiar -- you've seen them on your bookshelf.";
arnews[7] += "
Publ.Date : Sat, 07 Nov 2009 00:33:25 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("