var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Top 5 movies to spark romance
";
arnews[0] += "True love doesn't always conquer all, not even in the movies. But that can be romantic as well.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:04:09 GMT";
arnews[0] += "
";
arnews[1]="Katherine Heigl Takes One For The Money
";
arnews[1] += "A 1994 plot description of Janet Evanovich's One for the Money , available over at Amazon , notes \"Film rights optioned to Tri-Star.\" It's been a long, long road and a revolving door of studios to get there, but it looks like the first of Evanovich's \"Plum\" series is finally getting made, with Katherine Heigl in the lead as the ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 17:59:46 GMT";
arnews[1] += "
";
arnews[2]="TED: Now with More Elitism?
";
arnews[2] += "Let me say upfront: I have never been to TED , mostly because I have never been invited and I can't imagine a world where I justify paying $6,000 for a conference.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 20:50:49 GMT";
arnews[2] += "
";
arnews[3]="Corus Entertainment launches W Movies, Canada's first movie channel for women
";
arnews[3] += "On Tuesday February 9, 2010, 10:30 am EST > TORONTO, Feb. 9 /CNW/ - 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[3] += "
Publ.Date : Tue, 09 Feb 2010 18:59:24 GMT";
arnews[3] += "
";
arnews[4]="I Want My DVD: Tuesday, February 9, 2010
";
arnews[4] += "Just in time for Valentine's Day, the most swoonerific tales of child manipulation, homicidal maniacs, fighting couples, unhappy Midwesterners, toilet seats and Nia Vardalos.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 18:59:07 GMT";
arnews[4] += "
";
arnews[5]="Anika Kunik Reading & Reception at Ranch 616
";
arnews[5] += "Michael Barnes is the Austin American-Statesman's social columnist. He lives in South Austin with his partner, Kip, two dogs and two cats.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 18:57:36 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("