var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jillette: Obama's 'stupid' Vegas jab
";
arnews[0] += "President Obama made a couple of stupid little jokes about Vegas. He uses our Las Vegas as a symbol.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 04:32:54 GMT";
arnews[0] += "
";
arnews[1]="Crackle.com's 'Best of Penn Says: Religion' DVD Now Available on Amazon.com
";
arnews[1] += "The \"Best of Penn Says: Religion\" DVD, a compilation of episodes from \"Penn Says,\" the original web series from Crackle.com, Sony Pictures Entertainment's online video network, is the ultimate collection of Penn Jillette's most controversial, completely uncensored assessments.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 23:49:37 GMT";
arnews[1] += "
";
arnews[2]="Obama's remarks draw fire from horde of Nevada politicians
";
arnews[2] += "President Obama's recent comments regarding Las Vegas, which aren't his first remarks about the city, have drawn outrage from prominent politicians from across the entire state.";
arnews[2] += "
Publ.Date : Tue, 26 Jan 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Opinion: Obama's 'stupid' jab at Vegas
";
arnews[3] += "President Obama made a couple of stupid little jokes about Vegas. He uses our Las Vegas as a symbol.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 13:11:55 GMT";
arnews[3] += "
";
arnews[4]="Confessions of a chocoholic: An interview with Lisa Lampanelli
";
arnews[4] += "It's no secret that Lisa Lampanelli loves the \"chocolate daddies.\" However, the acid-tongued comedienne is ready to prove once and for all that the old saying \"Once you go black, you never go back\" isn't true when she says \"I do\" to her fianc, Jimmy Big Balls, this October.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="The Residents: Darkness on the Edge of Town at the Middle East
";
arnews[5] += "Feb 10, 2010 at 12:00 AM Wed. Feb. 10 The Residents are the longest-lasting, strangest cult band in existence that is, if you want to call them a band.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 03:12:10 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("