var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Swine Flu Tracker: Amanda Overmyer will be here at Noon this Saturday! Come & enjoy the free BBQ, live music & American Idol singer! www.sandiegoharley.com
";
arnews[0] += "Amanda Overmyer will be here at Noon this Saturday! Come & enjoy the free BBQ, live music & American Idol singer! www.sandiegoharley.com -";
arnews[0] += "
";
arnews[1]="Swine Flu Tracker: EXCITING!!! American Idol contestant Amanda Overmyer will be HERE at San Diego Harley THIS SATURDAY! She's even going to sing a few songs!
";
arnews[1] += "EXCITING!!! American Idol contestant Amanda Overmyer will be HERE at San Diego Harley THIS SATURDAY! She's even going to sing a few songs! -";
arnews[1] += "
";
arnews[2]="Amanda Overmyer STURGIS BIKE RALLY Full Throttle Saloon Fail To Compromise
";
arnews[2] += "Amanda Overmyer STURGIS BIKE RALLY Full Throttle Saloon Fail To Compromise -";
arnews[2] += "
";
arnews[3]="amanda: Amanda Overmyer, Gloriania At Mohegan... - Hartford Courant
";
arnews[3] += "Amanda Overmyer, Gloriania At Mohegan... - Hartford Courant -";
arnews[3] += "
";
arnews[4]="Michael H. Miller: RT: @scenenow RT @follywoodrocks Amanda Overmyer (former Idol Star) @ Historic State Theatre-Starkville This Friday. Last Waltz Thurs. #fb
";
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("