var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Jess: Tom Brady has another career day as the New England Patriots rout the New York ... - Examiner.com
";
arnews[0] += "Tom Brady has another career day as the New England Patriots rout the New York ... - Examiner.com -";
arnews[0] += "
";
arnews[1]="Randy: New York Jets - Mark Sanchez-QB
";
arnews[1] += "New York Jets - Mark Sanchez-QB -";
arnews[1] += "
";
arnews[2]="Joanne Proulx: Im Tired Of Excuses New York Jets http://networkedblogs.com/p18689911
";
arnews[2] += "Im Tired Of Excuses New York Jets";
arnews[2] += "
";
arnews[3]="Nelson Linda: New post, "New York Jets Cornerback to Ring The NASDAQ Stock Market Opening Bell (GlobeNewswire via Yahoo! Finance)" - http://bit.ly/7RQ4gM
";
arnews[3] += "New post, \"New York Jets Cornerback to Ring The NASDAQ Stock Market Opening Bell (GlobeNewswire via Yahoo! Finance)\" -";
arnews[3] += "
";
arnews[4]="WorldMarketNews: New York Jets Cornerback to Ring The NASDAQ Stock Market Opening Bell http://bit.ly/5pHQGO
";
arnews[4] += "New York Jets Cornerback to Ring The NASDAQ Stock Market Opening Bell";
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("