var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Stars Look Just Lovely at Valentine's Day Premiere
";
arnews[0] += "Valentine's Day lands in theaters this Friday. But before you run off to see the star-studded cast on screen, check them out on the red carpet at the LA premiere .";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:00:22 GMT";
arnews[0] += "
";
arnews[1]="Celebrity Blue-Off: Anne Fugthaway vs Fugcelle Beauvais
";
arnews[1] += "\"Okay, America, you got me. I totally stole this before Johnny Weir was finished with it, cut off the pants, and strategically shaved it to make it look like someone just took Grover hostage.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 19:00:46 GMT";
arnews[1] += "
";
arnews[2]="Valentine's Day Arrives Early With Star-Studded LA Premiere
";
arnews[2] += "The ensemble cast of Valentine's Day hit the red carpet in LA last night for the premiere.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 14:00:00 GMT";
arnews[2] += "
";
arnews[3]="'Valentine's Day' Los Angeles Premiere
";
arnews[3] += "Ashton Kutcher and Demi Moore Julia Roberts and Emma Roberts Jessica Alba and Cash Warren Bradley Cooper Rebecca Gayheart and Eric Dane Hector Elizondo Garcelle Beauvais Jewel Carter Jenkins Patrick Dempsey and wife Jillian Dempsey Topher Grace George Lopez George and Jamie Foxx Shirley MacLaine More @ 1 & 2 - Anne Hathaway is gorgeous, as usual.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 05:57:01 GMT";
arnews[3] += "
";
arnews[4]="NFL Players Association Joins Justice Department Effort to Raise...
";
arnews[4] += "February 4, 2010 - The Justice Department today announced that the National Football League Players Association has joined its year-long campaign to commemorate the 15 year anniversary of President Bill Clinton signing the Violence Against Women Act into law.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 05:34:27 GMT";
arnews[4] += "
";
arnews[5]="Office on Violence Against Women
";
arnews[5] += "The Justice Department today announced that the National Football League Players Association has joined its year-long campaign to commemorate the 15 year anniversary of President Bill Clinton signing the Violence Against Women Act into law.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 21:41:59 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("