var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'American Idol': Where Are They Now? - Entertainment Weekly Online
";
arnews[0] += "If you were outraged by Johns' early exit from American Idol 's seventh season, or by the fact that he didn't land a deal with 19 Entertainment, it's time to let go of your anger. ''They weren't going to let an Australian win,'' Johns laughs. What's ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:20:00 GMT";
arnews[0] += "
";
arnews[1]="'American Idol' at the end of the decade (or: Important?) - Oregonian
";
arnews[1] += "Important? As we careen toward 2010 wondering what we'll call it -- is it 0h-10? -- the very fine folks at NPR's All Songs Considered have taken it upon themselves to attempt a list. This particular list, living now in a world full of lists, lists ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 23:59:00 GMT";
arnews[1] += "
";
arnews[2]="Entertainment Calendar - Baxter Bulletin
";
arnews[2] += "Dance to the music of THE MONKEY RUN BOYS, 8-11:30 p.m. Friday, $5 donation per person. 214 W. Seventh St. Thirsty Thursdays with pool tournament at 8 p.m. and DJ PEACE. THE WRANGLERS, 8 p.m. Friday and 8:30 p.m. Saturday, $5. Dance Party with DJ ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 10:56:00 GMT";
arnews[2] += "
";
arnews[3]="No Grinch will ruin Carrie Underwood's Holiday - Huffingtonpost.com
";
arnews[3] += "Of course, Fox, the network that brings you American Idol , has the gift that keeps on giving with Underwood. The country vixen, who broke through to national fame by winning the fourth season of A.I. , has reason to be in the holiday spirit. If only ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 06:53:00 GMT";
arnews[3] += "
";
totcount = 4;
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("