var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Heidi Klum wows crowd at Victoria's Secret show
";
arnews[0] += "The lingerie retailer inducted five more women into its \"Angel\" ranks - a designation reserved for top models - in front of a packed house Thursday night at the Lexington Avenue Armory.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 23:58:15 GMT";
arnews[0] += "
";
arnews[1]="Running: Volunteers solid as rock for Jogging Joe Fun Runs
";
arnews[1] += "Neither rain nor cooler temperatures could delay the start of the second Jogging Joe Fun Runs that were held at Truxtun Park on Nov.";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Broadwalk models shine
";
arnews[2] += "Malaysian girls are hot, and it's not because of the weather. There are quite a number of beauty pageants and online modelling competitions that sprouted up recently.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 13:24:37 GMT";
arnews[2] += "
";
arnews[3]="Divorces for the week of November 18, 2009
";
arnews[3] += "Couples who were granted divorces in Shelby County from Oct. 26-Nov. 9. -Joel Hudson of Hueytown and Della Burns of Montevallo.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 20:34:04 GMT";
arnews[3] += "
";
arnews[4]="Lady Gens capture seventh straight WECSSAA title
";
arnews[4] += "The General Amherst Lady Gens senior girls basketball team won the WECSSAA AAA title Friday night by beating Sandwich 66-29. Top row : coach Don Parks, Mallory Reiner, Jessica Mallender, Carly Fasan, Rebecca Mallender, Christine Belcher, Jaylin VandeBovenkamp, Kaylee Williams, coach Dom Silvaggio.";
arnews[4] += "
Publ.Date : Sat, 14 Nov 2009 20:34:10 GMT";
arnews[4] += "
";
arnews[5]="Running: Volunteers solid as rock for Jogging Joe Fun Runs
";
arnews[5] += "Neither rain nor cooler temperatures could delay the start of the second Jogging Joe Fun Runs that were held at Truxtun Park on Nov.";
arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 19:30:37 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("