var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Twilight' and 'Potter' stars team up for thriller
";
arnews[0] += "Ashely Greene from the 'Twilight' movies and Tom Felton from the 'Harry Potter' movies will costar in the upcoming 'The Apparition.' What happens when two fantastic franchises collide? Hopefully, box office gold.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 10:25:40 GMT";
arnews[0] += "
";
arnews[1]="A new role for British troops
";
arnews[1] += "LONDON: This time last year Major Tom Bewick was scrambling along a ditch under heavy Taliban mortar and rocket fire in hours of rolling, close quarter combat in the heart of the Helmand badlands.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:02:20 GMT";
arnews[1] += "
";
arnews[2]="Tom Felton And Ashley Greene To Star Together In 'Apparition'
";
arnews[2] += "'Harry Potter' and 'Twilight' just became one degree closer. Tom Felton has just signed on to star opposite Ashley Greene in a film called \"The Apparition\" . \"The Apparition\" tells the story of a couple haunted by a supernatural presence unleashed during a college experiment.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 01:17:05 GMT";
arnews[2] += "
";
arnews[3]="Stalked: Rachel Weisz, Tom Felton, Mesrine in America, Tim Robbins in ...
";
arnews[3] += "Dream House gains Rachel Weisza Tom Felton joins The Apparitiona Mesrine arrives in Americaa The Heist Society adapteda Hugh Laurie returns to film for Orangesa Amber Tamblyn joins 127 Hoursa Peter Bogdanovich writing and directing Turn of the Centurya Dream House gains Rachel Weisza Rachel Weisz, talented and beautiful, has joined the equally ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 01:05:40 GMT";
arnews[3] += "
";
arnews[4]="Tom 'Malfoy' Felton Sees An "Apparition"
";
arnews[4] += "British actor Tom Felton, best known as Draco Malfoy in the \"Harry Potter\" films, has joined the currently shooting thriller \"The Apparition\" for Dark Castle reports STYD .";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 21:32:27 GMT";
arnews[4] += "
";
arnews[5]="Vinsanity shows up
";
arnews[5] += "Vince Carter has been hurt. He's been booed at home. During an astonishingly abysmal January, in which he averaged 8.7 points on 28.4 percent shooting, he made Trevor Ariza look like a marksman.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 18:30:38 GMT";
arnews[5] += "
";
arnews[6]="Potter and Twilight stars team up
";
arnews[6] += "Two of Hollywood's most successful franchises are set to merge onscreen - HARRY POTTER star TOM FELTON is teaming up with TWILIGHT's ASHLEY GREENE for a ghostly new movie.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 14:52:15 GMT";
arnews[6] += "
";
totcount = 7;
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("