var arnews = new Array(9);
totcount = 3;
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] += "
";
totcount = 3;
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("