var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Maestro Mewton returns to teach Hooper a lesson
";
arnews[0] += "ST BLAZEY'S premier division title hopes were dealt a bitter blow as they suffered a third successive defeat at the hands of Penzance at Blaise Park.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:43:56 GMT";
arnews[0] += "
";
arnews[1]="NBA Capsules
";
arnews[1] += "LeBron James scored 32 points to lead the Cleveland Cavaliers to their 12th straight win Tuesday night, 104-97 over the New Jersey Nets.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:38:57 GMT";
arnews[1] += "
";
arnews[2]="Lawyer: Pitt and Jolie sue over split claim
";
arnews[2] += "Brad Pitt and Angelina Jolie have begun legal action against a British tabloid that reported the celebrity couple was going to split, a lawyer acting on their behalf confirmed Monday.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 03:06:56 GMT";
arnews[2] += "
";
arnews[3]="Pitt and Jolie sue over split claim
";
arnews[3] += "Brad Pitt and Angelina Jolie have begun legal action against a British tabloid that reported the celebrity couple was going to split, a lawyer acting on their behalf confirmed.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 22:17:35 GMT";
arnews[3] += "
";
arnews[4]="Emma
";
arnews[4] += "Our reviews of Emma and The Romance Collection: Special Edition are also available.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Pitt and Jolie to sue over 'split' story
";
arnews[5] += "Claim of separation 'false as well as intrusive', say lawyers, as Pitt and Jolie begin action in London high court.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 13:55:30 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("