var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jennifer An will win and#8216;short' America's Next Top Model cycle 13
";
arnews[0] += "The \"short\" season of \"America's Next Top Model\" debuted Wednesday and - to borrow a phrase from the Jays - I don't hate it.";
arnews[0] += "
Publ.Date : Thu, 10 Sep 2009 06:01:38 GMT";
arnews[0] += "
";
arnews[1]="Ruben Rosario: Teen lauded for transformation from holy terror to holy young man
";
arnews[1] += "This text is replaced by the Flash movie. Bent backward at the torso, 16-year-old Quintin Jackson gracefully lifts his white-gloved hands toward the roof of Camphor Memorial United Methodist Church in St.";
arnews[1] += "
Publ.Date : Sun, 30 Aug 2009 02:15:12 GMT";
arnews[1] += "
";
arnews[2]="Stylepoints: Fair eyewear deals and Fashion Avenue trunk show
";
arnews[2] += "At the State Fair spectacle , you can get a deal on spectacles. The Spectacle Shoppe is offering frames and single vision prescription lenses on any frame priced $259 or less.";
arnews[2] += "
Publ.Date : Thu, 27 Aug 2009 17:17:40 GMT";
arnews[2] += "
";
arnews[3]="'Glee' chic
";
arnews[3] += "The cast of \"Glee\" stopped by the Mall of America to sign autographs at Hot Topic.";
arnews[3] += "
Publ.Date : Wed, 26 Aug 2009 21:32:34 GMT";
arnews[3] += "
";
arnews[4]="'America's Next Top Model' Tidbits: Miss J. Alexander, Paula Abdul, Eye Candy & Bipasha Basu
";
arnews[4] += "\"America's Next Top Model\" judge J. Alexander picks up the Choice Fab-u-lous at the Teen Choice Awards.";
arnews[4] += "
Publ.Date : Mon, 10 Aug 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Exclusive: Aubrey O'Day Wants To Be The Next Jenna Jameson
";
arnews[5] += "Aubrey O'Day wants to be a multi-media superstar. \"I know it's a cliche, but I'm trying to build a brand,\" Aubrey said in her luxurious Planet Hollywood Casino penthouse suite in Las Vegas, \"like my BFF Jenna Jameson.";
arnews[5] += "
Publ.Date : Wed, 29 Jul 2009 17:15:24 GMT";
arnews[5] += "
";
arnews[6]="Starr Report
";
arnews[6] += "Why I oughta . . . Sirius will air \"The Three Stooges: Lost and Found Interviews,\" hosted by \"Dancing With the Stars\" host Tom Bergeron , Friday at 2 p.m. Bergeron conducted the audiotaped interviews with Stooges Moe Howard and Larry Fine in the '70s, when he was a teenager .";
arnews[6] += "
Publ.Date : Fri, 24 Jul 2009 07: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("