var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Simon Cowell gets serious
";
arnews[0] += "Simon Cowell is reportedly \"getting serious\" with make-up artist Mezhgan Hussainy.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:15:42 GMT";
arnews[0] += "
";
arnews[1]="Simon Cowell made up with new girl
";
arnews[1] += "Simon Cowell is \"getting serious\" with make-up artist Mezhgan Hussainy. The 50-year-old music mogul was spotted on a date at exclusive London restaurant Mr Chow with the 36-year-old beauty, and the pair are believed to be ready to go public with the romance.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 21:21:32 GMT";
arnews[1] += "
";
arnews[2]="Simon Cowell To Go Public With Make-Up Artist Mezhgan Hussainy Romance?
";
arnews[2] += "Simon Cowell, the 50-year-old music mogul was spotted on a date at exclusive London restaurant Mr Chow with the 36-year-old beauty, and the pair are believed to be ready to go public with the romance.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 17:32:11 GMT";
arnews[2] += "
";
arnews[3]="Simon Cowell's New Girlfriend?
";
arnews[3] += "Simon Cowell ready to go public with romance with make-up artist Mezhgan Hussainy TV's Mr Nasty Simon Cowell was spotted on a date at exclusive London restaurant Mr Chow with the 36-year-old beauty, and the pair are believed to be ready to go public with the romance.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 16:19:27 GMT";
arnews[3] += "
";
arnews[4]="Simon Cowell - Simon Cowell Made Up with New Girl
";
arnews[4] += "Simon Cowell is dating make-up artist Mezhgan Hussainy and the music mogul is about to go public with the new relationship.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 12:28:07 GMT";
arnews[4] += "
";
arnews[5]="Colts staff, fans soak in fun & sun
";
arnews[5] += "Kacee and Kara are from Ft. Lauderdale. They came to the beach to watch some basketball.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 19:34:24 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("