var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Eddie heads to Canada
";
arnews[0] += "The winter season is now going strong, and athletes all over the world have a chance to show that their Winter Olympic ambitions are more than just talk.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 18:02:18 GMT";
arnews[0] += "
";
arnews[1]="Harry Potter As Edward Cullen On The Simpsons
";
arnews[1] += "This is news you're going to have to file away and remember for a long time. According to Zap2It , The Simpsons have just signed Harry Potter's Daniel Radcliffe for their \"Treehouse of Horror\" special scheduled to air around Halloween 2010.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 07:57:03 GMT";
arnews[1] += "
";
arnews[2]="Now playing
";
arnews[2] += "The Baader Meinhof Complex ***a ' Nominated for best foreign-language film Oscar, this stylish effort looks at young German activists who morphed into domestic terrorists.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="A look at "Harry Potter" actor Rupert Grint's...
";
arnews[3] += "Photos: attached pics, including of Grint and Watson , and of his mansions Actor Rupert Grint has found great use for his riches from his role in the fabulously successful \"Harry Potter\" franchise, sinking his fortune into British real estate.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 01:01:20 GMT";
arnews[3] += "
";
arnews[4]="Emma Watson is Harry Potter's right-hand woman
";
arnews[4] += "When you think of the three actors who grew up making the Harry Potter film series, Emma Watson comes to mind as the over-achiever just like her Hermione Granger character.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 03:26:49 GMT";
arnews[4] += "
";
arnews[5]="Joe & Kris doing the rounds
";
arnews[5] += "FORMER boxer Joe Calzaghe, 37, and dancer Kristina Rihanoff, 32, proved that their relationship is still going strong as they stepped out together for the Variety Club Awards at London's Grosvenor Hotel.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 03:11:30 GMT";
arnews[5] += "
";
arnews[6]="CONTEST: Win Huge Prizes from Harry Potter and the Half-Blood Prince DVD
";
arnews[6] += "Harry Potter and the Half-Blood Prince will be released on DVD and Blu-ray on December 8 and we're celebrating this new release with a simply huge contest.";
arnews[6] += "
Publ.Date : Tue, 17 Nov 2009 00:22:33 GMT";
arnews[6] += "
";
arnews[7]="Harry Potter casts 'Spells' on iPhone
";
arnews[7] += "Rupert Grint, Emma Watson and Daniel Radcliffe perform in Warner Bros.' \"Harry Potter and the Half-Blood Prince.\" View Larger Warner Brothers launched Harry Potter Spells for the iPhone on Monday, joining the more than 100,000 apps that are available on the popular Apple Inc.";
arnews[7] += "
Publ.Date : Mon, 16 Nov 2009 22:43:47 GMT";
arnews[7] += "
";
arnews[8]="Chris Columbus is 'like a proud parent' watching 'Harry Potter' stars from afar
";
arnews[8] += "It's been a long time since director Chris Columbus was the cinematic headmaster at Hogwarts but he said it's been a joy to watch Daniel Radcliffe , Emma Watson and Rupert Grint graduate to bigger and better things.";
arnews[8] += "
Publ.Date : Mon, 16 Nov 2009 21:38:55 GMT";
arnews[8] += "
";
totcount = 9;
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("