var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Pop Rocks: Quick Hits
";
arnews[0] += "We're going to mix it up a bit on Pop Rocks today. Usually, I stick with one subject for the entire piece because I'd rather not depend too heavily on snarky line-item entries.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 16:44:34 GMT";
arnews[0] += "
";
arnews[1]="Blige coming to Disney's Dreamers Academy
";
arnews[1] += "Singer Mary J. Blige will be the keynote speaker as part of the third annual Disney's Dreamers Academy with Steve Harvey on Feb.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 00:43:33 GMT";
arnews[1] += "
";
arnews[2]="Dont Make Em Li... - Ruben Studd...
";
arnews[2] += "Partway through the second American Idol competition in early 2003, guest judge Gladys Knight christened corpulent crooner Ruben Studdard a \"velvet teddy bear,\" a nod to his smooth, Luther Vandross-styled voice and his Barry White-sized girth.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 00:55:42 GMT";
arnews[2] += "
";
arnews[3]="American Idol's Adam Lambert Dominates Idol's Great Performances
";
arnews[3] += "With American Idol fully back in swing and the hit show expected to dominate network television for the next four months, it is a good time to reflect on American Idol's greatest performances.";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 04:55:03 GMT";
arnews[3] += "
";
arnews[4]="'American Idol' Audition Favorites: From 'Pants On The Ground' To 'The Climb'
";
arnews[4] += "Thousands of hopefuls. Hundreds of songs. Seven cities. Four excruciating weeks.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 19:13:00 GMT";
arnews[4] += "
";
arnews[5]="American Idol Auditions Start with Pants on the Ground and End with Hope
";
arnews[5] += "Last night, American Idol wrapped up its audition rounds. While last night's episode began with Pants On the Ground, it ended with a glimmer of Hope.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 15:49:15 GMT";
arnews[5] += "
";
arnews[6]="American Idol
";
arnews[6] += "I'll give American Idol credit for one thing: The show knows how to admit its flaws.";
arnews[6] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 GMT";
arnews[6] += "
";
totcount = 7;
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("