var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Deals: SAVE $3.99 - Philadelphia Eagles 16oz Crystal Freezer Mug $9.00 http://dealnay.com/110659 #mug #sale
";
arnews[0] += "SAVE $3.99 - Philadelphia Eagles 16oz Crystal Freezer Mug $9.00";
arnews[0] += "
";
arnews[1]="Ticket Classifieds: #ihave #forsale Dallas Cowboys vs. Philadelphia Eagles Tickets with No Service Fees: If you want to get th... http://bit.ly/8PxT5W #tickets
";
arnews[1] += "";
arnews[1] += "
";
arnews[2]="Eagles sign right tackle Winston Justice to 4-year contract extension - The Canadian Press
";
arnews[2] += "Eagles sign right tackle Winston Justice to 4-year contract extension - The Canadian Press -";
arnews[2] += "
";
arnews[3]="Jessie Payton: Justice to serve for another four years in Philly - Seattle Post Intelligencer
";
arnews[3] += "Justice to serve for another four years in Philly - Seattle Post Intelligencer -";
arnews[3] += "
";
arnews[4]="Fantasy Football: Eagles release CB Jack Ikegwuonu - Jack Ikegwuonu (DB) Philadelphia Eagles
";
arnews[4] += "Eagles release CB Jack Ikegwuonu - Jack Ikegwuonu (DB) Philadelphia Eagles -";
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("