var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Anna Trebunskaya was photographed by Steve Erle in Los Angeles ... - CNN Sports Illustrated
";
arnews[0] += "See over 100 stunning high quality videos of all our swimsuit models. Swimsuit on PlayStation Watch the 2010 Swimsuit special on your PS3 or PSP. Buy The Issue Get the 2010 Swimsuit issue and more great Sports Illustrated stuff. Top 99 Women See ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 05:44:00 GMT";
arnews[0] += "
";
arnews[1]="Kevin Federline 'would definitely' do 'Dancing W/ the Stars' - AZCentral.com
";
arnews[1] += "Kevin Federline told Ryan Seacrest on his radio show Monday that he would love to be on DWTS . \"I would definitely do Dancing With The Stars ,\" he said. The show's producers \"feel I might be overqualified because I'm a hip hop dancer,\" said K-Fed ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:34:00 GMT";
arnews[1] += "
";
arnews[2]="Cleveland Leader - Cleveland Leader
";
arnews[2] += "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[2] += "
Publ.Date : Wed, 10 Feb 2010 03:13:00 GMT";
arnews[2] += "
";
arnews[3]="Liddell made a bikini buddy for life in DWTS partner - YAHOO!
";
arnews[3] += "Damn you Chuck Liddell! We're all going to start siding with Tito Ortiz. Just kidding. Liddell makes the common man weep about their own existence when he sees him doing photo shoots like the one he did with Anna Trebunskaya, his partner from Dancing ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 21:36:00 GMT";
arnews[3] += "
";
arnews[4]="Brooklyn Decker Sizzles as the 2010 Sports Illustrated Swimsuit Cover ... - TMR Zoo
";
arnews[4] += "SI Swimsuit 2010 Features Supermodels Bar Refaeli, Hilary Rhoda, Julie Henderson, Rookies Christine Teigen and Dominique Piek joined by U.S. Olympians Lindsey Vonn, Hannah Teter and Lacy Schnoor; Dancing with the Stars Cast Members Cheryl Burke and ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 21:51:00 GMT";
arnews[4] += "
";
totcount = 5;
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("