var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Call girl in Spitzer case drops "Gone Wild" suit
";
arnews[0] += "The call girl linked to the sex scandal that prompted the resignation of then-New York Gov.";
arnews[0] += "
Publ.Date : Mon, 07 Jul 2008 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Best of 2009: Alexandra Fenwick
";
arnews[1] += "My two-part interview in November with the former New York Times Shanghai bureau chief, Howard French, on misguided press coverage of Obama's trip to Asia, was a fascinating discussion for me - I had just returned from three weeks in China and French's insight answered many of my own curiosities about Chinese attitudes toward the West.";
arnews[1] += "
Publ.Date : Mon, 04 Jan 2010 15:06:08 GMT";
arnews[1] += "
";
arnews[2]="Celebrities do the dumbest things
";
arnews[2] += "Open the windows and turn on the fans - it's time once again for us to present the Alewife Awards to those cultural/entertainment figures who left 2009's biggest stench.";
arnews[2] += "
Publ.Date : Fri, 01 Jan 2010 14:36:37 GMT";
arnews[2] += "
";
arnews[3]="Celebrities do the dumbest things 2009 edition
";
arnews[3] += "Published: Tuesday, December 29, 2009 at 1:45 p.m. Last Modified: Tuesday, December 29, 2009 at 1:45 p.m. Open the windows and turn on the fans - it's time once again for us to present the Alewife Awards to those cultural/entertainment figures who left the year's biggest stench.";
arnews[3] += "
Publ.Date : Tue, 29 Dec 2009 21:04:59 GMT";
arnews[3] += "
";
arnews[4]="Celebs do the dumbest things 2009 edition
";
arnews[4] += "Open the windows and turn on the fans - it's time once again for us to look back at the cultural/entertainment figures who left the year's biggest stench.";
arnews[4] += "
Publ.Date : Mon, 28 Dec 2009 17:11:47 GMT";
arnews[4] += "
";
arnews[5]="Ashley Alexandra Dupre: The Sequel
";
arnews[5] += "Just in case you don't, she's the online call-girl whose charms led ex-New York governor Eliot Spitzer astray, forcing him to resign .";
arnews[5] += "
Publ.Date : Tue, 15 Dec 2009 17:11:23 GMT";
arnews[5] += "
";
arnews[6]="Ashley Dupre Is a Girl Gone Wild
";
arnews[6] += "MyFoxNY.com - The \"Girls Gone Wild\" Web site has unearthed an old video of an 18-year-old Ashley Alexandra Dupre partying in Miami.";
arnews[6] += "
Publ.Date : Tue, 15 Dec 2009 02:32:01 GMT";
arnews[6] += "
";
arnews[7]="King of All Pimps: Ashley Dupre
";
arnews[7] += "MyFoxNY.com - Jason Itzler was once dubbed the \"King of All Pimps\" by the New York media for running the now defunct high-end call girl service, 'NY Confidential.'A It was at that time that he claims Ashley Alexandra Dupre-- the woman at the center of the Eliot Spitzer sex scandal- worked for him.";
arnews[7] += "
Publ.Date : Tue, 15 Dec 2009 02:22:14 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("