var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bradley 'two-face' Cooper
";
arnews[0] += "Mayer: 'Heartbreak Warfare is not about Aniston' Michael Lohan: 'I'm not a deadbeat dad' Hefner's divorce finalised in March Carradine addresses photo error Recovering Cuomo to headline Bonnaroo with Weezer Cowell's Everybody Hurts makes history Mayer: 'Heartbreak Warfare is not about Aniston' Michael Lohan: 'I'm not a deadbeat dad' Hefner's ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:48:25 GMT";
arnews[0] += "
";
arnews[1]="The Man Behind the Most Shamelessly Conservative Super Bowl Ad of the Year
";
arnews[1] += "If you watched the Super Bowl on Sunday, you may have noticed a welcome interruption to the endless string of Bud Light and Doritos ads.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 05:12:56 GMT";
arnews[1] += "
";
arnews[2]="Movies to put you in the mood for love
";
arnews[2] += "It's that time of year: Scores of love stories, both classic and modern, are making their way onto DVD.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 00:54:31 GMT";
arnews[2] += "
";
arnews[3]="Love Happens
";
arnews[3] += "Reviewed by: Scott Chitwood Movie Rating: 4 out of 10 Extras Rating: 5 out of 10 Movie Details: View here Buy this DVD at Amazon.com Rating: PG-13 Starring: Aaron Eckhart as Burke Jennifer Aniston as Eloise Chandler Dan Fogler as Lane John Carroll Lynch as Walter Martin Sheen as Burke's Father-in-Law Judy Greer as Marty Frances Conroy as Eloise's ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 01:24:13 GMT";
arnews[3] += "
";
arnews[4]="Lucas Till: Burgers at Big Boys
";
arnews[4] += "Lucas Till bundles up in a black jacket as he leaves Bob's Big Boy on Saturday night in Toluca Lake, Calf.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 22:42:29 GMT";
arnews[4] += "
";
arnews[5]="John Keats! Jennifer Aniston! Bedsheets! It's The Ampersand's One Day Valentine's Day Contest
";
arnews[5] += "Do you love Valentine's Day? Or do you want to scream and stay hidden under your bed every February 14? Either way, we've got you covered with \"The Ampersand's One Day Valentines Day Contest\". Here's what's included: DVDs: a Bright Star , Jane Campion's doomed love John Keats biopic a I Hate Valentines Day , starring Nia Vardalos and John Corbitt a ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 20:42:33 GMT";
arnews[5] += "
";
arnews[6]="Great DVDs to cuddle up to on Valentine's Day
";
arnews[6] += "It's that time of year: scores of love stories, both classic and modern, are making their way onto DVD.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 16:52:11 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("