var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="SI swimsuit covers
";
arnews[0] += "Here are the women who have graced the cover of the Sports Illustrated swimsuit issue over the years.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Sneak peek: SI swimsuit edition
";
arnews[1] += "Click on the photo for a sneak peek of this year's Sports Illustrated swimsuit edition, which went on sale today.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 17:00:52 GMT";
arnews[1] += "
";
arnews[2]="Sports Illustrated swimsuit issue preview
";
arnews[2] += "Jessica White will be in the swim suit issue which goes on sale Feb. 9, 2010. Photo Credit: Raphael Mazzucco This is the cover of the 1998 Sports Illustrated Swimsuit edition, featuring model Heidi Klum.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 17:08:41 GMT";
arnews[2] += "
";
arnews[3]="Sports Illustrated: Exposure
";
arnews[3] += "Ah, the dream team: a collection of the best people in a field, gathered together for a spectacular performance.";
arnews[3] += "
Publ.Date : Thu, 26 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Older
";
arnews[4] += "To maximize her pleasure, focus on areas outside the traditional erogenous zones for a good 10 minutes before getting down to business.";
arnews[4] += "
Publ.Date : Fri, 06 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Older
";
arnews[5] += "Jasper Anson Nov 7, 8:38 am Lamar Odom might be one of the Lakers' best assets, but will his recent marriage to reality star Khloe Kardashian get in the way of his game? Entertainment Channel Radheyan Simonpillai Nov 6, 9:42 pm This taxi driver will take you to Vigilante Street and do all the things you only wish you could - sort of.";
arnews[5] += "
Publ.Date : Thu, 05 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("