var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Jessie Payton: America's Newest Sports Stadiums
";
arnews[0] += "America's Newest Sports Stadiums -";
arnews[0] += "
";
arnews[1]="Latest Breaking News: 2010 New York Mets Bullpen Breakdown: Bobby Parnell
";
arnews[1] += "2010 New York Mets Bullpen Breakdown: Bobby Parnell -";
arnews[1] += "
";
arnews[2]="Ricky Beantown: Post: 1st MLB Game Ever Citi Field New York Mets Ticket Stub http://bit.ly/4JLoo3 #tickets
";
arnews[2] += "Post: 1st MLB Game Ever Citi Field New York Mets Ticket Stub";
arnews[2] += "
";
arnews[3]="Deals: SAVE $6.5 - NEW YORK METS TOOTHBRUSH $3.49 http://dealnay.com/135329 #onsale #ad
";
arnews[3] += "SAVE $6.5 - NEW YORK METS TOOTHBRUSH $3.49";
arnews[3] += "
";
arnews[4]="Kyle Hale: Rubin: Mets Try To Embrace History
";
arnews[4] += "Rubin: Mets Try To Embrace History -";
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("