var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Blind Side' latest sports movie to pull at heart strings
";
arnews[0] += "On occasion, a sports fan will stumble into a multiplex hoping to see a sports movie and instead find themselves simply watching a \"movie with sports in it.\" There's a big difference between a movie like \"Hoosiers\" and a flick like \"Jerry Maguire,\" but films like the latter just need to work that much harder to draw in the sports enthusiast.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:09:45 GMT";
arnews[0] += "
";
arnews[1]="'New Moon' takes opening day record
";
arnews[1] += "Summit Entertainment's 'The Twilight Saga: New Moon' tore up the box office record for best opening day, grabbing the title away from Warner Bros.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 14:23:49 GMT";
arnews[1] += "
";
arnews[2]="BPW sends hearts to guest speakers
";
arnews[2] += "Hearts to the speakers who make the Jackson Business and Professional Women organization's Brown Bag Lunches series such a success this year: Linda Jennings Higgins, Carol Dix, Dr.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Movie capsule reviews
";
arnews[3] += "Gabourey Sidibe stars as Claireece \"Precious'' Jones in \"Precious: Based on the Novel 'Push' by Sapphire.'' New releases 1 2 Black Dynamite In the spoof that bears his name, Black Dynamite sports every outfit in the blaxploitation look book: leather, denim, Afro.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 08:27:42 GMT";
arnews[3] += "
";
arnews[4]="Movie review: 'The Blind Side' tackles a compelling story
";
arnews[4] += "Michael Oher ... this is your life. Well, your sanitized life retold safely because the real version would go down like nails.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 04:50:36 GMT";
arnews[4] += "
";
arnews[5]="Brace yourselves, Twilighters
";
arnews[5] += "Just by mentioning the name, 'Twilight,' you, the reader, will have been overcome with one of two emotions: Extreme and even hysterical excitement accompanied by a quickened pulse, shortness of breath and sweaty palms at the proposition of watching a larger-than-life Taylor Lautner and Robert Pattinson on the big-screen this Friday.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 04:38:05 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("