var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Alex Amith: Los Angeles Dodgers Credit Card | Major League Baseball™ Extra …:  •         Earn 1 point for ever.. http://bit.ly/5WQhP9
";
arnews[0] += "Los Angeles Dodgers Credit Card | Major League Baseball™ Extra …:  •         Earn 1 point for ever..";
arnews[0] += "
";
arnews[1]="Deals: SAVE $1.5 - Biederlack Los Angeles Dodgers Woochie Pillow $14.49 http://dealnay.com/136955 #pillow #deal
";
arnews[1] += "SAVE $1.5 - Biederlack Los Angeles Dodgers Woochie Pillow $14.49";
arnews[1] += "
";
arnews[2]="Deals: SAVE $0.96 - Los Angeles Dodgers Mouse Pad $14.99 http://dealnay.com/163631 #deals
";
arnews[2] += "SAVE $0.96 - Los Angeles Dodgers Mouse Pad $14.99";
arnews[2] += "
";
arnews[3]="RJ David: MLB new era cap
";
arnews[3] += "MLB new era cap -";
arnews[3] += "
";
arnews[4]="Deals: SAVE $20.43 - Los Angeles Dodgers Team Logo Writing Pen w/case $9.57 http://dealnay.com/85179 #bargain
";
arnews[4] += "SAVE $20.43 - Los Angeles Dodgers Team Logo Writing Pen w/case $9.57";
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("