var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Renewal of 1-cent sales tax questioned
";
arnews[0] += "A committee formed to review 1-cent sales tax projects is unsure whether voters should be asked to renew the tax program in November.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:01:55 GMT";
arnews[0] += "
";
arnews[1]="'Idol' spotlight on judges
";
arnews[1] += "Personnel shake-ups on \"American Idol,\" which premiered Tuesday, have turned attention to the judges.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:15:00 GMT";
arnews[1] += "
";
arnews[2]="Howard Stern gets media to believe that he's up for "judging that fucking karaoke contest"
";
arnews[2] += "Howard Stern caused the media to freak out yesterday by indicating that he was interested in replacing Simon Cowell on American Idol .";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 17:55:32 GMT";
arnews[2] += "
";
arnews[3]="Is credibility an issue at the "Idol" judge table?
";
arnews[3] += "Paula Abdul is out, Simon Cowell is making his way toward the exit and Ellen DeGeneres makes her debut Tuesday night as Abdul's replacement on \"American Idol.\" While there's no question that DeGeneres is hilarious, her lack of music industry expertise makes her contribution to the show more fluff and punch lines than anything constructive.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 16:45:24 GMT";
arnews[3] += "
";
arnews[4]="Audiences love to hear those familiar songs
";
arnews[4] += "One of the things I like most about attending live music performances is that you never know what kind of tricks the band will pull out of their hat.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 12:48:08 GMT";
arnews[4] += "
";
arnews[5]="Who should replace Simon Cowell?
";
arnews[5] += "This season of \"American Idol\" is one for the books, and we're not talking about the \"Pants on the Ground\" phenomenon.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 19:49:15 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("