var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Treat your sweetheart at these Morristown locations
";
arnews[0] += "Valentine's Day 2010 is this coming Sunday. To plan your celebrations, here are a few downtown places to pick up a gift or take your Valentine out for brunch, lunch, light dinner or a snack.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Cornerstone Cheesecakes a sweet Valentine's option
";
arnews[1] += "Cornerstone Cheesecakes and Gifts 211 Robert Rose Drive Murfreesboro 615-907-3450 www.cccakes.com Valentine's Day is just around the corner, and for a special treat for your loved one, think outside of the box.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="The Phantom,' A Serious Man' top list of latest Blu-ray releases
";
arnews[2] += "An exciting adaptation of a classic comic strip, \"The Phantom\" , and a comedy-drama, \"A Serious Man\" , lead this week's new titles arriving on Blu-ray. The Phantom was created by Lee Falk as a daily newspaper strip beginning in early 1936 and it still runs today in various newspapers around the world.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 19:16:44 GMT";
arnews[2] += "
";
arnews[3]="Cornerstone Cheesecakes a sweet Valentine's option
";
arnews[3] += "Valentine's Day is just around the corner, and for a special treat for your loved one, think outside of the box.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Book about reincarnation inspires creator of 'Past Life'
";
arnews[4] += "By ROBERT PHILPOT Dallas-bred writer-producer David Hudgins hadn't given the idea of reincarnation much thought when The Reincarnationist, a book by M.J. Rose, crossed his desk.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 23:13:00 GMT";
arnews[4] += "
";
arnews[5]="Hallmark Ad with Lindsay Campbell
";
arnews[5] += "This ad ran on Saturday, Feb 6 on CBS during FRONT OF THE CLASS on Hallmark Hall of Fame starring Jimmy Wolk, Treat Williams and Patricia Williams.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 11:19:38 GMT";
arnews[5] += "
";
arnews[6]="Library offers events, classes for February
";
arnews[6] += "February may be the shortest month of the year, but it is long on programming at the Ouachita Parish Public Library.";
arnews[6] += "
Publ.Date : Sun, 07 Feb 2010 10:52:57 GMT";
arnews[6] += "
";
arnews[7]="TV best bets: Sat., Feb. 6
";
arnews[7] += "BLAZING SADDLES a ' Mel Brooks' 1974 Western spoof is one of filmdom's funniest flicks from one of its funniest directors.";
arnews[7] += "
Publ.Date : Sat, 06 Feb 2010 10:36:59 GMT";
arnews[7] += "
";
arnews[8]="Highlights
";
arnews[8] += "'Mercy' - A cancer patient undergoes a risky course of treatment; a man wakes up after 10 years in a coma.";
arnews[8] += "
Publ.Date : Sat, 06 Feb 2010 08:28:52 GMT";
arnews[8] += "
";
totcount = 9;
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("