var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Joe Cain Goes Bonkerz - All New Comedy Series in Mobile, AL
";
arnews[0] += "Joe Cain Caf Presents Bonkerz Comedy Club Series at The Battle House, A Renaissance Hotel & Spa in Mobile, AL Mobile, Ala.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 09:58:21 GMT";
arnews[0] += "
";
arnews[1]="Books-2-Film: Classics Edition
";
arnews[1] += "It's a rare occasion when a movie is able to do justice to the book it was based on.";
arnews[1] += "
Publ.Date : Wed, 23 Sep 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Holiday TV Guide: Three 'Christmas Carols,' two showings of 'Grinch, and much more
";
arnews[2] += "The Grinch and his pal Max are back for another seasonal run of \"How The Grinch Stole Christmas.\" Television programmers decorate for the holidays much the same as we do.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:31:11 GMT";
arnews[2] += "
";
arnews[3]="The Grove Glows
";
arnews[3] += "It's free, it's ginormous, it's overflowing with stars and stars and the faux snow that falls, even on a warm Southern California night? Makes everyone giggle like sugared-up tots while they dig around various bags for their camera phones.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 16:46:46 GMT";
arnews[3] += "
";
arnews[4]="Gilbert: Neyland started UT's dominance of Vanderbilt
";
arnews[4] += "That Bob Neyland was named Tennessee's head football coach in 1926 'to beat Vanderbilt' is a myth.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Truro Area News
";
arnews[5] += "The communities of St. Charles and Truro were saddened to learn of the sudden death of Terry Brant on Saturday, Nov.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 21:37:55 GMT";
arnews[5] += "
";
arnews[6]="Motion Picture A Pure Country Gift Stars Country Singer Katrina Elam in First Feature Film Role
";
arnews[6] += "Angry Monkey Entertainment announced today that A Pure Country Gift , directed by Christopher Cain, produced by Scott Duthie, executive produced by Hunt Lowry and written by Cain with son Dean Cain, has wrapped production in Nashville, Tennessee.";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 21:27:30 GMT";
arnews[6] += "
";
arnews[7]="The Hard Rock Casino is Set to Host the All In for CP 2 Charity Tournament
";
arnews[7] += "Poker is full of philanthropists who use their love of the game to help others when they have the chance, so it should surprise no one that a number of players and people within the industry are getting together for the second annual All In for CP tournament at the Hard Rock Hotel & Casino in Las Vegas on Saturday, Dec.";
arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 15:05:22 GMT";
arnews[7] += "
";
totcount = 8;
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("