var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Feld Motor Sports(SM) Launches the Dawn of a Whole New Freestyle Motocross with..
";
arnews[0] += "Feld Motor Sports Launches the Dawn of a Whole New Freestyle Motocross with... Feld Motor Sports Launches the Dawn of a Whole New Freestyle Motocross with... AURORA, Ill., Nov.";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 05:31:45 GMT";
arnews[0] += "
";
arnews[1]="Feld Motor Sports(SM) Launches the Dawn of a Whole New Freestyle...
";
arnews[1] += "Feld Motor Sports announced today the launch of the inaugural Nuclear Cowboyz 15-City tour, featuring the world's top freestyle motocross riders in a never-before-seen action packed, record-breaking theatrical freestyle motocross production.";
arnews[1] += "
Publ.Date : Mon, 23 Nov 2009 23:55:27 GMT";
arnews[1] += "
";
arnews[2]="Nuclear Cowboyz Tour - A Whole New Freestyle Motocross
";
arnews[2] += "Feld Motor Sports announced today the launch of the inaugural Nuclear Cowboyz 15-City tour, featuring the world's top freestyle motocross riders in a never-before-seen action packed, record-breaking theatrical freestyle motocross production.";
arnews[2] += "
Publ.Date : Mon, 23 Nov 2009 23:05:53 GMT";
arnews[2] += "
";
arnews[3]="Kick-Ass Hit Girl Movie Poster
";
arnews[3] += "Lionsgate recently released this new Hit Girl movie poster from the upcoming film \"Kick-Ass\" by director Matthew Vaughn and starring Nicolas Cage , Aaron Johnson , Christopher Mintx-Plasse, Frank Strong, and Chloe Moretz.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 07:14:34 GMT";
arnews[3] += "
";
arnews[4]="It's panto time - oh yes, it is
";
arnews[4] += "PANTOMIMES, concerts, carols and shows a ' Christmas really is the most wonderful time of the year.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 17:16:21 GMT";
arnews[4] += "
";
arnews[5]="Kick-Ass Movie Poster Featuring Big Daddy
";
arnews[5] += "Share on Facebook Lionsgate just released this new movie poster featuring Damon Macready as Big Daddy from the upcoming film \"Kick-Ass\" by director Matthew Vaughn and starring Nicolas Cage , Aaron Johnson , Christopher Mintx-Plasse, Frank Strong, and Chloe Moretz.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 07:44:03 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("