var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cheryl Burke & Maurice Greene - CNN Sports Illustrated
";
arnews[0] += "Cheryl Burke and Maurice Greene were partners on the seventh season of Dancing with the Stars . Cheryl is a professional dancer and the first two-time champion of the reality television show. Maurice is a former world-record holder in the 100 meters ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 05:44:00 GMT";
arnews[0] += "
";
arnews[1]="Brooklyn Decker: (HOT PICS) 'My Mom Cried' Over SI Cover - Post Chronicle
";
arnews[1] += "\"My mom cried,\" 22-year-old Brooklyn Decker told People.com of her mother's reaction to the SI photos. A photo of U.S. supermodel Brooklyn Decker graces the cover of the 2010 Sports Illustrated swimsuit issue, which appeared on newsstands and SI.com ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 14:33:00 GMT";
arnews[1] += "
";
arnews[2]="Brooklyn Decker Sizzles as the 2010 Sports Illustrated Swimsuit Cover ... - Biloxi Sun Herald
";
arnews[2] += "NEW YORK, Feb. 9 -- /PRNewswire/ -- Smiling in the clear blue water of the Maldives, supermodel Brooklyn Decker sizzles on the cover of the highly-anticipated 2010 Sports Illustrated Swimsuit Issue ( www.SI.com/Swimsuit ) out today. Tabbed \"A Perfect ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 14:11:00 GMT";
arnews[2] += "
";
arnews[3]="Gallery: Sports Illustrated Swimsuit Issue Party - Herald-Dispatch
";
arnews[3] += "Model Hilary Rhoda attends the Sports Illustrated Swimsuit Issue Party in New York, Tuesday, Feb. 9, 2010. (AP Photo/Charles Sykes) Model Irina Shayk attends the Sports Illustrated Swimsuit Issue Party in New York, Tuesday, Feb. 9, 2010. (AP Photo ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 08:49:00 GMT";
arnews[3] += "
";
arnews[4]="Cleveland Leader - Cleveland Leader
";
arnews[4] += "It is the middle of winter with a massive snowstorm hitting Cleveland along with the much more of the East Coast but Sports Illustrated gives us a sign of warmer things by releasing their Sports Illustrated Swimsuit Issue. Brooklyn Decker landed the ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 03:13:00 GMT";
arnews[4] += "
";
arnews[5]="Dancing With the Stars - CNN Sports Illustrated
";
arnews[5] += "Cheryl Burke & Maurice Greene, Edyta Sliwinska & Lawrence Taylor, Anna Trebunskaya & Chuck Liddell and Chelsie Hightower & Ty Murray were photographed by Steve Erle at Siren Studios in Los Angeles. Swimsuits by Zoe NYC, deNeila Brazil, Emamo and ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 23:31: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("