var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Nationals a " Here We Come
";
arnews[0] += "Nationals - Here We Come! Congratulations to Atlanta SMC and to Bowen Family Homes .A Both have won Silver Awards from The Nationals and are finalists for Gold Awards, which will be presented at The Nationals on January 19 at the International Builders Show in Las Vegas.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 03:13:28 GMT";
arnews[0] += "
";
arnews[1]="Today's TWoP News: November 20, 2009
";
arnews[1] += "Oprah has given notice, and people are just setting themselves on fire in the streets over it.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 03:02:56 GMT";
arnews[1] += "
";
arnews[2]="When Levi Met La Toya - US Weekly Celebrates 'Hot Hollywood 2009'
";
arnews[2] += "NOVEMBER 18: Singer Adam Lambert arrives at the Us Weekly Hot Hollywood Event at Voyeur on November 18, 2009 in Los Angeles, California.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Modern Family Co-star Feud Escalates
";
arnews[3] += "Julie Bowen, the pretty blonde lady from the hit ABC show Modern Family , went on Chelsea Lately this week, where, after telling Chelsea how to make \"hillbilly heroin\" out of OxyContin and one's nasal passages, she said some things about her co-star Sofia Vergara that were, well, kind of seriously mean-spirited sounding? Like, in response to ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 00:42:47 GMT";
arnews[3] += "
";
arnews[4]="Clermont, FL
";
arnews[4] += "A smiling winemaker gave his Happy Dollar at South Lake Kiwanis Club. Lakeridge Winery's General Manager, Keith Mullins, was pictured with two bunches of grapes from the winery's first harvest.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 18:32:20 GMT";
arnews[4] += "
";
arnews[5]="Taxi man diverts minibus to save woman from fire
";
arnews[5] += "A woman's life was saved when two quick-thinking men used a minibus to rescue her from a burning house .";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 13:44:09 GMT";
arnews[5] += "
";
totcount = 6;
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("