var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mercado: Too Broadway for 'Idol,' perfect for 'Dreamgirls'
";
arnews[0] += "On American Idol , being \"too Broadway\" has become synonymous with a ticket home.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 06:06:45 GMT";
arnews[0] += "
";
arnews[1]="David Cook, the 'American Idol' winner, performs at Table Mountain
";
arnews[1] += "When actor/singer/comedian Jamie Foxx's concert tour makes its stop at Saroyan Theatre tonight, it'll bring along a local boy who's done well for himself.";
arnews[1] += "
Publ.Date : Sat, 07 Nov 2009 00:05:01 GMT";
arnews[1] += "
";
arnews[2]="More
";
arnews[2] += "Posted November 3, 2009, 11:44 a.m. Press illo to play the Overheard song! IT'S DONE!!!! And growing every hour.... If you wanna see a list of over 1,800 San Diego bands, with links to full profiles, photos, discographies, articles, MP3s, etc, checkout Believe it or not, you can click on ANY LOCAL ...";
arnews[2] += "
Publ.Date : Tue, 03 Nov 2009 20:59:13 GMT";
arnews[2] += "
";
arnews[3]="More
";
arnews[3] += "Posted November 2, 2009, 4:53 p.m. Press illo to play the Overheard song! IT'S DONE!!!! And growing every hour.... If you wanna see a list of over 1,800 San Diego bands, with links to full profiles, photos, discographies, articles, MP3s, etc, checkout Believe it or not, you can click on ANY LOCAL ...";
arnews[3] += "
Publ.Date : Tue, 03 Nov 2009 05:32:36 GMT";
arnews[3] += "
";
arnews[4]="All You Cannot Live Without 11.02.09: Making Your Metal Easier
";
arnews[4] += "C is for Switchfoot Hello Hurricane Take It Back! Atrocities These Are They Who Linger Throwdown Deathless Unearth The March Re-release November 17 Agnostic Front Victim In Pain Anberlin Beak> Beak> The Blood Brothers Crimes Re-release The Blood Brothers March On Electric Children Re-release The Blood Brothers Young Machetes Re-release The Blood ...";
arnews[4] += "
Publ.Date : Mon, 02 Nov 2009 05:20:26 GMT";
arnews[4] += "
";
arnews[5]="Rock Around the Town: Saturday 'Round Town, plus Worst Album Covers,...
";
arnews[5] += "Posted October 31, 2009, 9:17 p.m. Press illo to play the Overheard song! IT'S DONE!!!! And growing every hour.... If you wanna see a list of over 1,800 San Diego bands, with links to full profiles, photos, discographies, articles, MP3s, etc, checkout Believe it or not, you can click on ANY LOCAL ...";
arnews[5] += "
Publ.Date : Sat, 31 Oct 2009 07:00:00 GMT";
arnews[5] += "
";
totcount = 6;
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("