var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Posted 2/10/2010
";
arnews[0] += "WHAT IT DO NINJAS?! The show is full today so you have to make sure you keep checking back to get all the stuff you missed.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 13:58:33 GMT";
arnews[0] += "
";
arnews[1]="preview / related links
";
arnews[1] += "\"Valentine's Day\" is yet another date movie that's less than the sum of its parts.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 13:27:42 GMT";
arnews[1] += "
";
arnews[2]="Garry Marshall
";
arnews[2] += "Valentine's Day is yet another date movie that's less than the sum of its parts.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 13:27:33 GMT";
arnews[2] += "
";
arnews[3]="Biel: 'We don't have Valentine's plans'
";
arnews[3] += "Jessica Biel has revealed that she and Justin Timberlake have \"no plans\" for Valentine's Day.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 11:26:04 GMT";
arnews[3] += "
";
arnews[4]="Ashton Celebrates His Birthday with the SNL Cast
";
arnews[4] += "The group, which also included Alec Baldwin , enjoyed two creamy cakes, and musical guest Them Crooked Vultures serenaded the actor with a rocking rendition of \"Happy Birthday.\" * The Valentine's Day cast toasted their film's premiere Monday night with a cupcake-filled bash at L.A.'s El Capitan Theatre.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 11:00:00 GMT";
arnews[4] += "
";
arnews[5]="Biel, Garner 'Laverne & Shirley'?
";
arnews[5] += "Jennifer Garner, left, Anne Hathaway, and Jessica Biel, right, arrive at the premiere of Valentine's Day on Monday, Feb.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 10:49:08 GMT";
arnews[5] += "
";
totcount = 6;
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("