var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="lululemon: Inspired by Matt Long? Join the NYC stores for a great night this Wednesday! http://bit.ly/1fCOiS
";
arnews[0] += "Inspired by Matt Long? Join the NYC stores for a great night this Wednesday!";
arnews[0] += "
";
arnews[1]="CGTalk - The 'real' red ring of death!, Matt Long (2D)
";
arnews[1] += "CGTalk - The 'real' red ring of death!, Matt Long (2D) -";
arnews[1] += "
";
arnews[2]="Matt Engler: Matt Long couple days at work, resting, Flyers, then 18 mile run tomorrow...
";
arnews[2] += "Long couple days at work, resting, Flyers, then 18 mile run tomorrow...";
arnews[2] += "
";
arnews[3]="Nick Austad: @matth1054 Whatup Matt!? Long time no see man, I hope all is well. Are those your girls? Crazy! Hope life is treating you great, God bless.
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="Samuel F.: RT @maidavalemusic: Today's the day: Maida Vale hits the stage tonight with Matt Long and In Wrath at the Warehouse (cont) http://tl.gd/u4o6
";
arnews[4] += "RT @";
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("