var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kissing Wayne Newton - Boston University
";
arnews[0] += "I like Vegas. A day there, maybe two, with one hundred discretionary dollars in my pocket suits me. The C-note might disappear during an hour at a roulette wheel or it might regenerate, liver-like, and cover my expenses. Either way is fine. The ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT";
arnews[0] += "
";
arnews[1]="Mr. Las Vegas Wayne Newton answers readers’ questions - Las Vegas Sun
";
arnews[1] += "As part of our blowout coverage of Wayne Newton, we asked our readers for their questions for Mr. Las Vegas. Newton was kind enough to answer them, and you can read his responses below. Question: \"I attended a show when Wayne was introduced to the ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 00:14:00 GMT";
arnews[1] += "
";
arnews[2]="Wayne Newton Back On Stage! - KTNV
";
arnews[2] += "Three time Daytime Emmy nominated actor and General Hospital hunk Tyler Christopher stopped by Action News to discuss his meet and greet. Tillman the skateboarding dog comes to town. You can catch him at the Home and Outdoor Super Show Sept. 18th and ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 00:17:00 GMT";
arnews[2] += "
";
arnews[3]="A quick Frank Sinatra story-#2... the mafia - Examiner
";
arnews[3] += "About three weeks later, I get a call from an FBI agent, and he said, \"Your name has been removed from the hit list, go home.\" It took me seven years, but I won that lawsuit against NBC. Frank never mentioned it again.\" Wayne Newton (Esquire Magazine ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 16:23:00 GMT";
arnews[3] += "
";
arnews[4]="So, you want to Snuggle with Skilling? Get in line... - WGNtv.com
";
arnews[4] += "I've been chuckling all week about this \"Snuggle with Skilling\" product and promo that we have been running. If you haven't heard about it, take a look at this link. It's not a joke. It is the real thing. You can order one for Christmas or ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 13:10:00 GMT";
arnews[4] += "
";
totcount = 5;
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("