var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Land transactions for the week of November 11, 2009
";
arnews[0] += "Deeds that were transferred in Shelby County from Nov. 2-6. Nov. 2 -Justin F. and Robyn S. Forrester to Thomas L. Burch III for $129,000 for Lot 43 at Park Place.";
arnews[0] += "
Publ.Date : Tue, 10 Nov 2009 21:01:58 GMT";
arnews[0] += "
";
arnews[1]="How Bruce Willis Hand-Picked His New Model Wife
";
arnews[1] += "Let's just say Bruce Willis is very hands on when it comes to casting his movies, as well as his leading ladies Bruce Willis, 54, and his new wife, Emma Heming, 30, didn't meet through friends, as his pals have insisted in fact, the superstar actor hand-picked her as a perfect stranger.";
arnews[1] += "
Publ.Date : Wed, 25 Mar 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Adam Lambert, Michael Jackson movie, Paula Abdul, Fergie, Peter Billingsley, Jermaine Jackson
";
arnews[2] += "In this photo provided by NBC Universal, Musician Sting performs on NBC's \"Today\" show, in New York, on Tuesday, Oct.";
arnews[2] += "
Publ.Date : Wed, 28 Oct 2009 17:51:01 GMT";
arnews[2] += "
";
arnews[3]="Surrogates - a Movie Review
";
arnews[3] += "The premise of Surrogates is such a cool idea. To have a Surrogate do everything for you while you still feel the effects but are safe is an interesting plot.";
arnews[3] += "
Publ.Date : Tue, 13 Oct 2009 20:23:01 GMT";
arnews[3] += "
";
arnews[4]="Blake Lively
";
arnews[4] += "The Upper East Side is getting steamier by the week. Gossip Girl 's Serena van der Woodsen will soon be feeling the heat with a new man - once he's done dating her socialite bestie, Poppy Lifton .";
arnews[4] += "
Publ.Date : Thu, 12 Feb 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="From teacher-student relations to Ivy League orgies, we name the five best hookups on 'Gossip Girl.'
";
arnews[5] += "A SHOW CALLED \"Gossip Girl\" had better boast some salacious tales, and the show's second season, out now on DVD, delivers in excess.";
arnews[5] += "
Publ.Date : Tue, 11 Aug 2009 23:18:11 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("