var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Vinnie Jones' soldier son to be sent to Afghanistan
";
arnews[0] += "Movie hardman Vinnie Jones spoke of his pride yesterday as his 18-year-old soldier son prepared for active duty in Afghanistan.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 01:51:35 GMT";
arnews[0] += "
";
arnews[1]="'Chuck' To Return To NBC In January
";
arnews[1] += "The U.S. action-comedy spy series \"Chuck\" is to begin its third season on NBC in January, the network announced.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="a oeChucka Starts January 10th
";
arnews[2] += "NBC has announced that the third season of \"Chuck\" will get a two night kick-off in January.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 01:40:29 GMT";
arnews[2] += "
";
arnews[3]="Vinnie Jones Embroiled In $205K Tax Row
";
arnews[3] += "British tough guy Vinnie Jones is embroiled in a tax probe over an alleged $205,000 debt.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 20:46:40 GMT";
arnews[3] += "
";
arnews[4]="'Chuck' returns to NBC lineup, forcing 'Heroes' to move
";
arnews[4] += "\" Chuck \" will push \"Heroes\" to a new time slot in January. \"Chuck,\" the action-comedy starring Zachary Levi , will start its third season with two episodes from 9 to 11 p.m. Sunday, Jan.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 20:28:29 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("