var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New This Week
";
arnews[0] += "In 1989 writer/director/producer and general entertainment visionary J.F. Lawton hadn't quite achieved his 1990s greatnesses--as the creator of Steven Segal's Under Siege characters and as the creator of Pamela Lee Anderson's V.I.P. series, which had the super genius idea to wittily send up TV's boobs-and-crime-fighting formula--but he was well on ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 11:36:22 GMT";
arnews[0] += "
";
arnews[1]="The Best Playboy Covers of the 1980s
";
arnews[1] += "After all the \"free love\" in the 60s and the fun-loving glitzy disco fever of the '70s, America had an identity crisis in the decade that gave us \"ALF\" and \"Crocodile Dundee.\" Almost all of the Playboy covers from the first year of the new era are embarrassing, shlocky turd bombs -- for God's sake, they managed to make a very hot Bo Derek look ...";
arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 21:00:00 GMT";
arnews[1] += "
";
arnews[2]="Review and photo gallery: After 35 years, KISS still knows how to rock and roll all nite
";
arnews[2] += "KISS sent the sold-out crowd home happy after its performance Tuesday night at Credit Union Centre in Saskatoon For fans, Tuesday night's KISS concert at Credit Union Centre in Saskatoon was all about the music.";
arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 02:47:59 GMT";
arnews[2] += "
";
arnews[3]="365 days to go ... before Ottawa election
";
arnews[3] += "Three years down, one to go. With just a year left in a four-year term, time is running out on this city council to get the job done.";
arnews[3] += "
Publ.Date : Sun, 08 Nov 2009 13:38:54 GMT";
arnews[3] += "
";
arnews[4]="A Guide to Hef's Girls Through the Years
";
arnews[4] += "At age 83, Hef has shown us time and time again that he's good at loving the ladies and then moving on.";
arnews[4] += "
Publ.Date : Fri, 26 Jun 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Plans heating up for second annual Cocke County Chili Cook-off
";
arnews[5] += "7 at Newport City Park. From left are class members Linda Heinzelman, Steve Tweed, Lula Ozmun, Shannon Moore, Linda Wester, Karen Hekel, Dori McKinney, Kathy Edmonds, and Linda Lewanski.";
arnews[5] += "
Publ.Date : Thu, 22 Oct 2009 17:48:38 GMT";
arnews[5] += "
";
arnews[6]="Gene Simmons' drug-free career success
";
arnews[6] += "October 12, 2009: KISS star GENE SIMMONS has attributed his successful career to his voracious appetite for sex and clean-living lifestyle.";
arnews[6] += "
Publ.Date : Mon, 12 Oct 2009 07:00:00 GMT";
arnews[6] += "
";
arnews[7]="Grant Hart CD release show tonight at 7th Street Entry
";
arnews[7] += "Ask Gene Simmons, and he'd tell you that rock and roll musicians do it for the money and the girls.";
arnews[7] += "
Publ.Date : Thu, 15 Oct 2009 19:21:33 GMT";
arnews[7] += "
";
arnews[8]="Randy Simms can relax
";
arnews[8] += "So if Randy Simms can get himself into a load of hot water with some people, then we can only wait and watch to see what will happen to Gene Simmons for uttering these bon mots - among others - about his partner, Shannon Tweed: Look, it's the 21st century, and the thing women have been clamouring for is finally upon us: you're free.";
arnews[8] += "
Publ.Date : Thu, 15 Oct 2009 19:12:29 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("