var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Diva Boutique hosts fashion show to benefit autistic children on Nov. 5
";
arnews[0] += "Last year's Strut and Sip event raised more than $10,000 to benefit autistic children.";
arnews[0] += "
Publ.Date : Wed, 28 Oct 2009 06:14:07 GMT";
arnews[0] += "
";
arnews[1]="Denver Blogs: Dana Perino reveals her past with Scott McInnis
";
arnews[1] += "Dana Perino loves herself some Scott McInnis. Local bloggery for your pleasure .";
arnews[1] += "
Publ.Date : Fri, 23 Oct 2009 21:58:28 GMT";
arnews[1] += "
";
arnews[2]="'America's Next Top Model': Cycle 7 winner CariDee English adds rock star to her resume
";
arnews[2] += "Ita s certainly commonplace for models to date rock stars, but models becoming rock stars? Thata s a twist.";
arnews[2] += "
Publ.Date : Sun, 11 Oct 2009 02:35:07 GMT";
arnews[2] += "
";
arnews[3]="Guam's 'Top Model' takes aim at L.A.
";
arnews[3] += "Guam has chosen its top model to head to Los Angeles and try for a spot on the hit TV show 'America's Next Top Model.' Santa Rita resident Tiara Lizama will fly to the showbiz capital late next month or in September for a one-on-one casting call with one of the show's directors, says Jina Rojas, marketing manager of CW4, Guam's newest television ...";
arnews[3] += "
Publ.Date : Fri, 24 Jul 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="MODELING 8:10 a.m. - Audition for a chance at America's Next Top Model
";
arnews[4] += "MODELING 8:10 a.m. - Audition for a chance at America's Next Top Model Pacific Daily News * July 9, 2009 8:10 a.m. - If you've ever dreamt of being a model now's your chance.";
arnews[4] += "
Publ.Date : Tue, 07 Jul 2009 12:08:00 GMT";
arnews[4] += "
";
totcount = 5;
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("