var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Taylor Lautner is the New Stretch Armstrong - Deadbolt
";
arnews[0] += "Although most fans of Twilight, New Moon, and actor Taylor Lautner see Lautner as Twilight Saga werewolf Jacob Black, soon Twilight Saga fans will see Taylor Lautner as Stretch Armstrong in the Universal movie based on the popular '80s doll, Stretch ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:40:00 GMT";
arnews[0] += "
";
arnews[1]="'Valentine's Day' premiere: Jessica Biel, Jennifer Garner, Taylor ... - Los Angeles Times Blogs
";
arnews[1] += "Whether or not you observe Cupid's annual coming-out party, there's no denying the star power at last night's celebration of Garry Marshall 's new movie \"Valentine's Day.\" The huge ensemble cast for the love-centered flick attended the Hollywood ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 02:59:00 GMT";
arnews[1] += "
";
arnews[2]="Taylor Lautner to Star in "Stretch Armstrong 3D" - WorstPreviews.com
";
arnews[2] += "Universal Pictures has announced that that \"Twilight\" star Taylor Lautner will play the title character in the studio's upcoming \"Stretch Armstrong\" movie, based on the Hasbro toy. \" In the past two years, Taylor has emerged as a real star at the ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 01:54:00 GMT";
arnews[2] += "
";
arnews[3]="TAYLOR LAUTNER'S QUIET BIRTHDAY - Contactmusic.com
";
arnews[3] += "Taylor Lautner doesn't have any plans for his 18th birthday. The 'Twilight: New Moon' star - who reaches the milestone on Thursday (11.02.10) - says he is yet to organise anything and will probably celebrate becoming an adult with a simple affair ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 00:00:00 GMT";
arnews[3] += "
";
arnews[4]="VAMPIRE JACOB BLACK - TAYLOR LAUTNER IN TWILIGHT - Gather.com
";
arnews[4] += "Taylor plays the Native American, Jacob Black, in Twilight , the movie adaption of the novel by Stephenie Meyer. Due to major physical changes that occur in the character of Jacob Black throughout the series, the director of Twilight 's sequel, The ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 23:17:00 GMT";
arnews[4] += "
";
totcount = 5;
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("