var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Miami Edison Grad, UConn Football Player Killed
";
arnews[0] += "Share + Oct 19, 2009 12:00 am US/Eastern By Solange Reyner 1 of 1 Jasper Howard, a University of Connecticut football player, died following an on-campus stabbing, hours after the team's victory over Louisville.";
arnews[0] += "
Publ.Date : Mon, 19 Oct 2009 07:09:10 GMT";
arnews[0] += "
";
arnews[1]="Elsa Benitez Cleavage at Next Top Model Launch
";
arnews[1] += "Elsa Benitez is a Mexican model who had her glory years during the mid to late 90's and who is now older but still smoking hot! At the moment she is the host of Mexico's Next Top Model and these cleavage candids were taken at the launch of the show last week.";
arnews[1] += "
Publ.Date : Tue, 08 Sep 2009 15:34:09 GMT";
arnews[1] += "
";
arnews[2]="Hayek & Montalban to be honoured at ALMA Awards
";
arnews[2] += "Frida star Hayek will be presented with the Anthony Quinn Award for Industry Excellence, while De La Hoya will receive the Special Achievement in Sports Television honour at the event next month .";
arnews[2] += "
Publ.Date : Wed, 26 Aug 2009 05:48:59 GMT";
arnews[2] += "
";
arnews[3]="Supermodel divorce drama heats up
";
arnews[3] += "Supermodel Elsa Benitez has received sole temporary custody of her daughter with former NBA player Rony Seikaly.";
arnews[3] += "
Publ.Date : Fri, 17 Jul 2009 22:58:56 GMT";
arnews[3] += "
";
totcount = 4;
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("