var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Leona Lewis - Lewis Thanks Cowell for Support After Attack
";
arnews[0] += "Caption: Leona Lewis outside the BBC radio 1 Studios London, England .... LEONA LEWIS has thanked her mentor SIMON COWELL for supporting her after she was attacked at a book-signing last month - crediting the music mogul with helping her through the ordeal.";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 01:49:05 GMT";
arnews[0] += "
";
arnews[1]="Death Notices
";
arnews[1] += "Fred Italian, 78, T/Ssgt. Ret. USAF, of New Braunfels, Texas., died Thursday, Oct.";
arnews[1] += "
Publ.Date : Wed, 11 Nov 2009 10:27:10 GMT";
arnews[1] += "
";
arnews[2]="Leo A. Wiegel
";
arnews[2] += "SHULLSBURG, Wis. -- Leo Anthony Wiegel, 97, of Shullsburg, died Friday, Nov. 6, 2009, at the Shullsburg Home surrounded by his family.";
arnews[2] += "
Publ.Date : Sun, 08 Nov 2009 17:23:01 GMT";
arnews[2] += "
";
arnews[3]="Offline-Marketing-Ideas-for-Your-Online-Business
";
arnews[3] += "A lot of us work hard to promote our online business but one thing we might forget is that we can get a lot of traffic by promoting offline as well.";
arnews[3] += "
Publ.Date : Thu, 05 Nov 2009 17:09:02 GMT";
arnews[3] += "
";
arnews[4]="Simon Cowell Gets Urged By Mom Julie Cowell To Marry Terri Seymour
";
arnews[4] += "Simon Cowell's mum wants him to marry his ex-girlfriend. The music mogul a ' who split from Terri Seymour last year after six years of dating a ' has been urged by 84-year-old Julie Cowell to reduce his workload and settle down with the TV presenter.";
arnews[4] += "
Publ.Date : Tue, 03 Nov 2009 16:54:47 GMT";
arnews[4] += "
";
arnews[5]="Simon Cowell's mom thinks he should marry his ex
";
arnews[5] += "Simon Cowell has been urged to curb his work commitments and marry ex-girlfriend Terri Seymour - by his mum.";
arnews[5] += "
Publ.Date : Tue, 03 Nov 2009 08:00: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("