var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Giveaway: One 2010 SI Swimsuit Calendar featuring Brooklyn Decker (http://bit.ly/UC0vf). You have to work a little for this one...
";
arnews[0] += "Giveaway: One 2010 SI Swimsuit Calendar featuring Brooklyn Decker (";
arnews[0] += "
";
arnews[1]="Brooklyn Decker
";
arnews[1] += "Brooklyn Decker -";
arnews[1] += "
";
arnews[2]="Top Amazon Savings: The City: Welcome to the Gates of Hell: We drank one too many white wine spritzers with Brooklyn Decker an.. http://bit.ly/1YggeC
";
arnews[2] += "The City: Welcome to the Gates of Hell: We drank one too many white wine spritzers with Brooklyn Decker an..";
arnews[2] += "
";
arnews[3]="Her World on a String - New York Times
";
arnews[3] += "Her World on a String - New York Times -";
arnews[3] += "
";
arnews[4]="AdorkableGeek: A Night Out With | Brooklyn Decker: Her World on a String http://bit.ly/76UMSb (via @nytimesfashion)
";
arnews[4] += "A Night Out With | Brooklyn Decker: Her World on a String";
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("