var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Motherwell 1 - 1 Aberdeen - match report
";
arnews[0] += "GARY MCDONALD was sent off for celebrating Aberdeen's equaliser against Motherwell but his team-mates held on to save manager Mark McGhee from defeat on his return to Fir Park.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 17:52:53 GMT";
arnews[0] += "
";
arnews[1]="Rangers Back on Top in the SPL
";
arnews[1] += "Scottish Premier League. Click here to bet. Click here for all of Saturday's scores and scorers Click here for individual match reports Click here for post-match reaction Click here for updated SPL table Rangers moved back to the top of the Clydesdale Bank Scottish Premier League table after a comfortable 3-0 win over Kilmarnock at Ibrox on ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 17:19:35 GMT";
arnews[1] += "
";
arnews[2]="Michael Jackson's doctor says others gave him propofol
";
arnews[2] += "Sat Nov 21, 2009 7:39am EST - A preview of the Michael Jackson documentary \"This Is It\" is seen at the 2009 MTV Video Music Awards in New York, September 13, 2009.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 15:28:41 GMT";
arnews[2] += "
";
arnews[3]="Regina shelter helps women transition into community
";
arnews[3] += "Over the past 16 years, the Christmas Cheer Fund has raised almost $1.4 million for Regina shelters.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 09:16:02 GMT";
arnews[3] += "
";
arnews[4]="Today - Gary Allan
";
arnews[4] += "Gary Allan hit the honky tonk circuit in his native Southern California at the seasoned age of 12.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 06:04:17 GMT";
arnews[4] += "
";
arnews[5]="The secrets on your smartphone
";
arnews[5] += "Hang on to your handset ... smartphones are a goldmine of information for thieves.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 05:47:00 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("