var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="D-line coach revels in his unit's success
";
arnews[0] += "FORT LAUDERDALE, Fla. -- John Teerlinck leans back in a hotel patio chair, trying to be comfortable, with a cool morning breeze and the Atlantic Ocean as a backdrop.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="D-line coach revels in his unit's success
";
arnews[1] += "John Teerlinck leans back in a hotel patio chair, trying to be comfortable, with a cool morning breeze and the Atlantic Ocean as a backdrop.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 09:13:58 GMT";
arnews[1] += "
";
arnews[2]="Lindsay Lohan's $150k to waltz
";
arnews[2] += "PRINCE Charles and the Duchess of Cornwall have become secret BlackBerry addicts after receiving them as royal freebies.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 05:33:07 GMT";
arnews[2] += "
";
arnews[3]="Whip it (2009) Blu-Ray Review
";
arnews[3] += "WHAT IS IT ABOUT? A small town Texas high school student becomes the star of a roller derby team.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 12:22:33 GMT";
arnews[3] += "
";
arnews[4]="The Top Eight Ray Harryhausen Monsters of All Time
";
arnews[4] += "Santa Claus aside, has any man ever given more pleasure to the children of the world than Ray Harryhausen, master of stop-motion animation? Happily , unlike Santa, Uncle Ray comes more than once a year, as his movies can be counted on to show up on any wet bank holiday.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 09:26:54 GMT";
arnews[4] += "
";
totcount = 5;
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("