var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Jamie Moyer Jersey: Adult 2009 Majestic Alternate Ivory Replica #50 Philadelphia Phillies Jersey - 7owIaD
";
arnews[0] += "Jamie Moyer Jersey: Adult 2009 Majestic Alternate Ivory Replica";
arnews[0] += "
";
arnews[1]="SAVE $23.13 - Philadelphia Phillies MLB Prepasted Wall Border, 6-Inch-by-15-Foot $11.86 http://dealnay.com/97803 #deals
";
arnews[1] += "SAVE $23.13 - Philadelphia Phillies MLB Prepasted Wall Border, 6-Inch-by-15-Foot $11.86";
arnews[1] += "
";
arnews[2]="Deals: SAVE $12.05 - Philadelphia Phillies Toss Pillow 12x7 $27.95 http://dealnay.com/167110 #pillow #bargain #ad
";
arnews[2] += "SAVE $12.05 - Philadelphia Phillies Toss Pillow 12x7 $27.95";
arnews[2] += "
";
arnews[3]="Watch Deals: SAVE $19.29 - Philadelphia Phillies AllStar Watch - Mens Steel Band $90.71 http://dealnay.com/167185 #watch #deals
";
arnews[3] += "SAVE $19.29 - Philadelphia Phillies AllStar Watch - Mens Steel Band $90.71";
arnews[3] += "
";
arnews[4]="Players A to Z, Paul Bako 5qiPp4 #philadelphia #phillies
";
arnews[4] += "Players A to Z, Paul Bako 5qiPp4";
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("