var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Shelley Champine: longtime friend (Double Deal Brand Records) has rising star in adorable American Idol finalist Ayla Brown - video: http://ping.fm/FPZqL
";
arnews[0] += "longtime friend (Double Deal Brand Records) has rising star in adorable American Idol finalist Ayla Brown - video:";
arnews[0] += "
";
arnews[1]="Mădălin Oprea: American Idol contestant to perform at Lombardo's in Randolph - Randolph Herald
";
arnews[1] += "American Idol contestant to perform at Lombardo's in Randolph - Randolph Herald -";
arnews[1] += "
";
arnews[2]="Andy Burton: American Idol contestant to perform at Lombardo's in Randolph: 28, at 7:30 pm Guests include Ayla Brown, one.. http://bit.ly/4bFDza
";
arnews[2] += "American Idol contestant to perform at Lombardo's in Randolph: 28, at 7:30 pm Guests include Ayla Brown, one..";
arnews[2] += "
";
arnews[3]="Andreas Heinecke: Ayla Brown to receive award from HMEA for supporting people with disabilities and many other charities - 10/1 at Dbltree hotel, milford MA
";
arnews[3] += "Ayla Brown to receive award from HMEA for supporting people with disabilities and many other charities - 10/1 at Dbltree hotel, milford MA -";
arnews[3] += "
";
arnews[4]="Michael Schade: Ayla Brown – Forward (unplugged)
";
arnews[4] += "Ayla Brown – Forward (unplugged) -";
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("