var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="MadBlackCat: Kevin Whately and Robson Green to star in Joe Maddison’s War
";
arnews[0] += "Kevin Whately and Robson Green to star in Joe Maddison’s War -";
arnews[0] += "
";
arnews[1]="Matt Porter: Kevin Whately and Robson Green star in war drama: Kevin Whately and Robson Green are to star on screen together.. http://bit.ly/PMrnG
";
arnews[1] += "Kevin Whately and Robson Green star in war drama: Kevin Whately and Robson Green are to star on screen together..";
arnews[1] += "
";
arnews[2]="Kevin Whately and Robson Green star in war drama
";
arnews[2] += "Kevin Whately and Robson Green star in war drama -";
arnews[2] += "
";
arnews[3]="jednews: #YEnt: Kevin Whately and Robson Green star in war drama http://cli.gs/uPyWD
";
arnews[3] += "";
arnews[3] += "
";
arnews[4]="Deal Nay: SAVE $12.96 - Reckless $26.99
";
arnews[4] += "SAVE $12.96 - Reckless $26.99 -";
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("