var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Chris is sung Frankenstein
";
arnews[0] += "The Sun accepts no responsibility legal or otherwise for the accuracy or content of member comments.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:56:25 GMT";
arnews[0] += "
";
arnews[1]="Print Version
";
arnews[1] += "On March 1, Corus Entertainment expands its comprehensive portfolio of women's specialty services with the launch of W Movies, Canada's first movie channel dedicated to women.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:28:42 GMT";
arnews[1] += "
";
arnews[2]="A guide to New York, London, Milan and Paris Fashion Weeks
";
arnews[2] += "London cool: Christopher Kane, Peter Pilotto and Meadham Kirchhoff. Photo: GETTY Glossy, Italian-glam: Bottega Veneta, Prada and Gucci.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 03:35:15 GMT";
arnews[2] += "
";
arnews[3]="Movies to put you in the mood for love
";
arnews[3] += "It's that time of year: Scores of love stories, both classic and modern, are making their way onto DVD.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 00:54:31 GMT";
arnews[3] += "
";
arnews[4]="Jessica Biel in Punchy Coral Lipstick
";
arnews[4] += "Photo: Jordan Strauss/WireImage.com Actress Jessica Biel made a stunning red carpet appearance last night at the Los Angeles premiere of \" Valentine's Day .\" The 27-year-old star had heads turning with her brightly colored coral lipstick .";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 19:00:00 GMT";
arnews[4] += "
";
arnews[5]="The HDNet Concert Series Presents a Special Night With the Legendary Barbra Streisand
";
arnews[5] += "9 /PRNewswire/ -- Sophisticated, melancholy, passionate and dynamic all at once, Barbra Streisand brings her unique and incomparable vocals to the HDNet Concert Series with \"Streisand Live In Concert,\" airing this Valentine's Day on HDNet.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 23:51:19 GMT";
arnews[5] += "
";
arnews[6]="McGraw doesn't put boundaries on music
";
arnews[6] += "This will be a big year for country in central Iowa. Taylor Swift, Brad Paisley, Jason Aldean, and Love and Theft are a few of the acts that have recently played or will be stopping by the metro in early 2010.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 22:47:00 GMT";
arnews[6] += "
";
arnews[7]="This Week in DVD: February 9th
";
arnews[7] += "Rob Hunter loves movies.A He also loves eating tofu and protecting exiled Chinese revolutionaries from assassination.";
arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 21:34:20 GMT";
arnews[7] += "
";
totcount = 8;
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("