var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Google-Style.com: XOXO May Anderson.jpg : Google-Style.com >> Fashion | Celebrities | StreetStyle | Men | Brands | Users |
";
arnews[0] += "XOXO May Anderson.jpg : Google-Style.com >> Fashion | Celebrities | StreetStyle | Men | Brands | Users | -";
arnews[0] += "
";
arnews[1]="fashionfriendfeed: For my single guy friends... For Charity auction: Date with Victoria's Secret Model May Andersen in LA! http://tinyurl.com/rbxd5s
";
arnews[1] += "For my single guy friends... For Charity auction: Date with Victoria's Secret Model May Andersen in LA!";
arnews[1] += "
";
arnews[2]="Hot Clicks: May Andersen, sports hangovers
";
arnews[2] += "Hot Clicks: May Andersen, sports hangovers -";
arnews[2] += "
";
arnews[3]="Friday's Hot Clicks featuring a great live TV mishap and Paula Deen being an animal: http://tinyurl.com/p2ka2y
";
arnews[3] += "Friday's Hot Clicks featuring a great live TV mishap and Paula Deen being an animal:";
arnews[3] += "
";
arnews[4]="@JimmyTraina Big thanks for The Hangover link in today's Hot Clicks: http://bit.ly/12cEOH
";
arnews[4] += "@";
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("