var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Good game: Why men also dig romantic comedies - Arizona Daily Wildcat
";
arnews[0] += "Guys love romance movies. Seriously, we do. How many guys do you know who do not like “The Princess Bride?” It’s a really small amount, even though that movie is coated with romance. And it’s not because of the pirates or Inigo Montoya ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:21:00 GMT";
arnews[0] += "
";
arnews[1]="Shane, West launch campaign for student body president - Kansas State Collegian
";
arnews[1] += "Doug Shane, junior in animal science, and Brandon West, sophomore in political science, will be running mates in the upcoming student elections. Editor’s Note: Several campaigns for Student Body President and Vice President for the 2010-2011 school ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 12:25:00 GMT";
arnews[1] += "
";
arnews[2]="Stuck-elevator query elicits high and low - Dayton Daily News
";
arnews[2] += "If you were trapped on an elevator that was stuck between floors, with which person or persons, living or dead, would you prefer to be trapped? That, in a roundabout way, is a question raised by an upcoming made-for-television movie. In “Elevator ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 21:51:00 GMT";
arnews[2] += "
";
arnews[3]="The Top 10 Tearjerker Love Stories - Dose.ca
";
arnews[3] += "9) A Walk to Remember (2002) – This is another film based on a Nicholas Sparks novel, so you know someone’s going to kick the bucket. Landon (Shane West) is a bad boy from the wrong side of the tracks, but his relationship with God-loving good ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 23:45:00 GMT";
arnews[3] += "
";
arnews[4]="Film Review: Dear John - The Daily
";
arnews[4] += "Channing Tatum, who plays bad-boy-turned-soldier John Tyree, is another lead in a line of Sparks-movie heartthrobs, following Shane West in A Walk to Remember and Ryan Gosling in The Notebook. Note that Tatum is shirtless within the first three or so ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 06:40:00 GMT";
arnews[4] += "
";
arnews[5]="Read and weep: Our Top 10 movie tearjerkers - Vancouver Sun
";
arnews[5] += "Any movie based on a Nicholas Sparks book is sure to tug at the heart strings, and Dear John (opening Feb. 5) is no different. Channing Tatum plays the titular John, a soldier on leave who falls in love with the angelic Savannah (Amanda Seyfried ...";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 23:01:00 GMT";
arnews[5] += "
";
arnews[6]="Dramatic Romantic Novels Made Into Movies By Nicholas Sparks: 'Dear ... - Starpulse.com
";
arnews[6] += "Nicholas Sparks is a bestselling US author who is famous for writing dramatic and romantic tales that often include tragedy and Christian values. There are a few things you know about his books going in : it might be a little over the top, but you'll ...";
arnews[6] += "
Publ.Date : Fri, 05 Feb 2010 14:25:00 GMT";
arnews[6] += "
";
arnews[7]="Previous area results: - Worcester Telegram & Gazette
";
arnews[7] += "Adrian Mills 21, Ryan Woods 21, Carlos Howard 11, Callum Jones 9, Justin Alston 7, Laurence McGhee 5, Delroy Daley 5, Erik Harris 0, David Eismeier 0. ASSUMPTION (11-11, 8-9) Ronson Quick 21, Savoy Fraine 17, Courtland Bluford 14, Mike Baldarelli 14 ...";
arnews[7] += "
Publ.Date : Sun, 07 Feb 2010 16:24:00 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("