var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="RT @Colts_News: Baltimore Ravens » Indianapolis Colts 17, Baltimore Ravens 15 http://bit.ly/5rxQGX http://myloc.me/1EZub
";
arnews[0] += "RT @Colts_News: Baltimore Ravens » Indianapolis Colts 17, Baltimore Ravens 15";
arnews[0] += "
";
arnews[1]="RT @Colts_News: Baltimore Ravens » Indianapolis Colts 17, Baltimore Ravens 15 http://bit.ly/5rxQGX
";
arnews[1] += "RT @Colts_News: Baltimore Ravens » Indianapolis Colts 17, Baltimore Ravens 15";
arnews[1] += "
";
arnews[2]="Baltimore Ravens News - Socked in the gut: Ravens endure another tough loss: http://bit.ly/5ZZnqE via @addthis
";
arnews[2] += "Baltimore Ravens News - Socked in the gut: Ravens endure another tough loss:";
arnews[2] += "
";
arnews[3]="Notebook: Ravens defense reins in Colts http://bit.ly/7SovpZ #baltimore #ravens
";
arnews[3] += "Notebook: Ravens defense reins in Colts";
arnews[3] += "
";
arnews[4]="Baltimore Ravens News - RAVENS NOTEBOOK: Ravens’ defense contains Manning, Colts: http://bit.ly/5lKYRB via @addthis
";
arnews[4] += "Baltimore Ravens News - RAVENS NOTEBOOK: Ravens’ defense contains Manning, Colts:";
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("