var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="DaddyoDeals.com: Carrie Underwood Play On CD, only $7.99 w/FREE Shipping (43% OFF - eBay Daily Deal) *HOT*
";
arnews[0] += "Carrie Underwood Play On CD, only $7.99 w/FREE Shipping (43% OFF - eBay Daily Deal) *HOT* -";
arnews[0] += "
";
arnews[1]="CouponCasino.com: Carrie Underwood "Play On" CD for $8 + free shipping - http://dealnews.com/330960-tw
";
arnews[1] += "Carrie Underwood \"Play On\" CD for $8 + free shipping -";
arnews[1] += "
";
arnews[2]="Carrie Underwood Play On CD, only $7.99 w/FREE Shipping (43% OFF - eBay Daily Deal) *HOT*
";
arnews[2] += "Carrie Underwood Play On CD, only $7.99 w/FREE Shipping (43% OFF - eBay Daily Deal) *HOT* -";
arnews[2] += "
";
arnews[3]="Neal: @nhllive ask about carrie underwood!
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="Angela Field: "Carrie Underwood – Before He Cheats" " right now..." ♫ http://blip.fm/~gr2qs
";
arnews[4] += "\"Carrie Underwood – Before He Cheats\" \" right now...\" ♫";
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("