var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Pussycat Doll splits from Formula One driver
";
arnews[0] += "FORMULA One ace Lewis Hamilton and Pussycat Doll Nicole Scherzinger have split after two years together.";
arnews[0] += "
Publ.Date : Tue, 02 Feb 2010 13:33:36 GMT";
arnews[0] += "
";
arnews[1]="Hamilton Refuses to be Heartbroken Over Break-Up With Nicole
";
arnews[1] += "Former Formula One world champion Lewis Hamilton has split up with Nicole Scherzinger of US girl band Pussycat Dolls after two years together, the couple announced Monday.";
arnews[1] += "
Publ.Date : Sun, 24 Jan 2010 18:16:00 GMT";
arnews[1] += "
";
arnews[2]="Formula Onea s Lewis Hamilton splits with his Pussycat Doll
";
arnews[2] += "FORMULA One star Lewis Hamilton and Pussycat Doll Nicole Scherzinger have split after two years, it was announced yesterday.";
arnews[2] += "
Publ.Date : Tue, 12 Jan 2010 03:20:20 GMT";
arnews[2] += "
";
arnews[3]="6.Nicole and Lewis Split
";
arnews[3] += "THE body of the first British soldier killed in Afghanistan this year was flown home yesterday.";
arnews[3] += "
Publ.Date : Tue, 12 Jan 2010 02:36:45 GMT";
arnews[3] += "
";
arnews[4]="Nicole and Lewis split
";
arnews[4] += "MORE than 1,000 sheep are being kept in British prisons, shock figures have revealed.";
arnews[4] += "
Publ.Date : Mon, 11 Jan 2010 20:58:57 GMT";
arnews[4] += "
";
arnews[5]="Race ace and Pussycat Doll split
";
arnews[5] += "Formula One star Lewis Hamilton and Pussycat Doll Nicole Scherzinger have split after two years.";
arnews[5] += "
Publ.Date : Mon, 11 Jan 2010 18:59:51 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("