var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Avatar's' lucky seven
";
arnews[0] += "James Cameron's \"Avatar\" topped the domestic boxoffice for a seventh straight session, ringing up an estimated $30 million while pushing its cumulative boxoffice to within shouting distance of yet another record.";
arnews[0] += "
Publ.Date : Sun, 31 Jan 2010 16:28:00 GMT";
arnews[0] += "
";
arnews[1]="Christmas Appeal 2009: Complete donor list
";
arnews[1] += "Mr. Charles and Lee Baskin Joe and Peggy Bear Erwin E. Becker Mr. and Mrs. B. E. Beecroft Dr.";
arnews[1] += "
Publ.Date : Sun, 10 Jan 2010 04:56:42 GMT";
arnews[1] += "
";
arnews[2]="The Best Playboy Covers of the 2000s
";
arnews[2] += "Things only seemed to get tougher for Playboy every year in the 2000s. As a result of all the free Internet porn and the popularity of more hard-core stars like Sasha Grey and Faye Reagan, the magazine hemorrhaged money throughout the aughts, causing the press to speculate that the publication would go bi-monthly or even quarterly in the upcoming ...";
arnews[2] += "
Publ.Date : Sat, 05 Dec 2009 06:37:34 GMT";
arnews[2] += "
";
arnews[3]="The Best Playboy Covers of the 2000s
";
arnews[3] += "Things only seemed to get tougher for Playboy every year in the 2000s. As a result of all the free Internet porn and the popularity of more hard-core stars like Sasha Grey and Faye Reagan, the magazine hemorrhaged money throughout the aughts, causing the press to speculate that the publication would go bi-monthly or even quarterly in the upcoming ...";
arnews[3] += "
Publ.Date : Fri, 04 Dec 2009 21:30:00 GMT";
arnews[3] += "
";
arnews[4]="Show Review: 'Fantasy'
";
arnews[4] += "Angelica Bridges was about to sing \"Fever\" for the very first time as the new star of \"Fantasy.\" One reason the Luxor topless revue has lasted 10 years is that it makes small changes fairly often, navigating the fine line between consistent and stagnant.";
arnews[4] += "
Publ.Date : Fri, 04 Dec 2009 11:48:14 GMT";
arnews[4] += "
";
arnews[5]="Oscar Goodman sounds like a man not running for governor
";
arnews[5] += "Oscar Goodman and Tillman Fertitta: Investing energy, resources, and gin, to downtown.";
arnews[5] += "
Publ.Date : Tue, 24 Nov 2009 08:00:00 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("