var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lotus - Estranged Love
";
arnews[0] += "Um, ok, i'm guessing this might be the profile area... i love to play soccer, read and write, i think tom felton is the most gorgeous thing that ever walked this earth, i love my friends, family, daydreaming, and tom felton, ...";
arnews[0] += "
";
arnews[1]="”Twilight” and ”Harry Potter” stars to act together | News
";
arnews[1] += "Los Angeles, Feb 10 (PTI) 'Twilight' star AshleyGreene and British actor Tom Felton of the 'Harry Potter' fameare set to come together in a new horror movie.";
arnews[1] += "
";
arnews[2]="'Harry Potter' Star Tom Felton Joins 'The Apparition' | 21 Movie ...
";
arnews[2] += "Filed under: Movie NewsGet ready for more Pottermania. According to Variety, 'Harry Potter' villain Tom Felton has been cast in the upcoming chiller-thriller.";
arnews[2] += "
";
arnews[3]="'Harry Potter' Baddie Tom Felton Joins 'The Twilight Saga' Brain ...
";
arnews[3] += "ShockTilYouDrop is reporting that Tom Felton, who is best known as Draco Malfoy in the Harry Potter franchise, has been cast in the movie. Felton joins The Twilight Saga star Ashley Greene, creating said fusion. It's always fun when the ...";
arnews[3] += "
";
arnews[4]="Happy 18th Birthday Douf! :D
";
arnews[4] += "Canon IXUS 100 digital camera | 4 colour makeup palette | 88 Colour makup palette | Bondage trousers | iPod Nano 5th Gen | Bamboo Tablet | £34 BT | £119 BT | Working On: 2 referral custom order. Tom Felton & David Bowie Fan Girl! ...";
arnews[4] += "
";
arnews[5]="Tom Felton (Draco Malfoy) se une a Ashley en “The Apparition”
";
arnews[5] += "Nada mas y nada menos que Tom Felton. Talvez lo conoces como Draco Malfoy de una franquicia llamada “Harry Potter”. Felton va a interpretar a un personaje llamado Patrick. El será el 3 personaje protagónico en la historia, ...";
arnews[5] += "
";
arnews[6]="Tom Felton And Ashley Greene To Star Together In 'Apparition ...
";
arnews[6] += "'Harry Potter' and 'Twilight' just became one degree closer. Tom Felton (Draco Malfoy from Harry Potter ) has just signed on to star opposite Ashley Greene (Alice from Twilight ) in a film called The Apparition .";
arnews[6] += "
";
arnews[7]="Tom Felton And Ashley Greene To Star Together In 'Apparition ...
";
arnews[7] += "'Harry Potter' and 'Twilight' just became one degree closer. Tom Felton (Draco Malfoy from Harry ...";
arnews[7] += "
";
arnews[8]="Tom Felton And Ashley Greene To Star Together In 'Apparition ...
";
arnews[8] += "tweetmeme_url = \"http://www.imnotobsessed.com/2010/02/09/tom-felton-and-ashley-greene-to-star-together-in-apparition\";tweetmeme_element_id = '#tweetmeme-widget-9579e9d644b1aaaad5a0a742011cbc2e';'Harry Potter' and 'Twilight' just became ...";
arnews[8] += "
";
arnews[9]="Twilightholics-Twihards: 'Twilight' and 'Harry Potter' cast ...
";
arnews[9] += "Just recently, it was announced that Harry Potter long-timer Tom Felton (who portrays \"Draco Malfoy\" in the Harry Potter film series) has joined the cast for The Apprarition. So, yet again, a Twilight star and a Harry Potter star will ...";
arnews[9] += "
";
totcount = 10;
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("