var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="America's next top supermodel
";
arnews[0] += "Model and Matthews native Brooklyn Decker landed the coveted Sports Illustrated Swimsuit cover this year, which hits newsstands Wednesday.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Brooklyn Decker lands cover of Sports Illustrated Swimsuit Issue
";
arnews[1] += "Andy Roddick's wife, Brooklyn Decker, has become the latest cover girl for the coveted Sports Illustrated Swimsuit Issue.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 20:25:26 GMT";
arnews[1] += "
";
arnews[2]="Brooklyna s Double Deckers on SI Swimsuit Issue
";
arnews[2] += "You'd expect someone who willingly goes by the name \"Brooklyn\" to wear comically oversized Sally Jessy glasses and dream of one day having her taxidermy collection profiled in the NYTimes Style section, but not Brooklyn Decker .";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 18:56:19 GMT";
arnews[2] += "
";
arnews[3]="Sneak peek: SI swimsuit edition
";
arnews[3] += "Click on the photo for a sneak peek of this year's Sports Illustrated swimsuit edition, which went on sale today.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 17:00:52 GMT";
arnews[3] += "
";
arnews[4]="SI Swimsuit Cover: Brooklyn Decker Joins Illustrious Pantheon, Tweets About It
";
arnews[4] += "Ladies and gentlemen - eh, who are we kidding, gentlemen - your Sports Illustrated Swimsuit Issue 2010 Cover Model: Brooklyn Decker ! As has become something of a tradition, the announcement was made on the Late Show with David Letterman , which broadcast the unveiling of a giant nearly-naked billboard in Times Square.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 15:39:08 GMT";
arnews[4] += "
";
arnews[5]="Sports Illustrated Swimsuit Cover: Brooklyn Decker Joins Illustrious Pantheon, Tweets About It
";
arnews[5] += "Ladies and gentlemen - eh, who are we kidding, gentlemen - your Sports Illustrated Swimsuit Issue 2010 Cover Model: Brooklyn Decker ! As has become something of a tradition, the announcement was made on the Late Show with David Letterman , which broadcast the unveiling of a giant nearly-naked billboard in Times Square.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 11:04:29 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("