var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Ashley Dupre's Scandalous Rap Video: Client #9
";
arnews[0] += "MC Sampler brings you his first original--celebrating the downfall of New York's very own \"Steamroller,\" Eliot Spitzer.";
arnews[0] += "
Publ.Date : Sun, 30 Mar 2008 20:56:52 GMT";
arnews[0] += "
";
document.title=document.title+ " ";
arnews[1]="ALLMP3FILE.com - Ashley Alexandra Dupre
";
arnews[1] += "http://allmp3file.com - Spitzer Scandal NY Gov. Spitzer's Time To Dance On Callgirl's Tune Ashley Rae Maika DiPietro (born Ashley Youmans April 30 , 1985 better known by the stage...";
arnews[1] += "
Publ.Date : Sun, 30 Mar 2008 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="BWE Extras: Gospel According to Frangela
";
arnews[2] += "Best Week Ever might be on hiatus, but BWE.tv is bringing you the very best of Frangela. In this edition of \"The Gospel According to Frangela\", BWE's comedic duo tackle the...";
arnews[2] += "
Publ.Date : Fri, 28 Mar 2008 19:01:19 GMT";
arnews[2] += "
";
arnews[3]="Ashley Alexandra Dupre
";
arnews[3] += "http://www.empay4u.com ... described a rendezvous between Spitzer and a prostitute known as Kristen, since identified as Ashley Alexandra Dupre, at the Mayflower Hotel...";
arnews[3] += "
Publ.Date : Sun, 23 Mar 2008 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Spitzer Escort Press Conference
";
arnews[4] += "Spitzer's escort finally speaks to the press.";
arnews[4] += "
Publ.Date : Tue, 18 Mar 2008 12:37:47 GMT";
arnews[4] += "
";
arnews[5]="Ashley Alexandra Dupre: A Shared Asset
";
arnews[5] += "http://www.lukeford.net A video report on the prostitution ring that brought down New York Governor Eliot Spitzer with hooker Ashley Alexandra Dupre.";
arnews[5] += "
Publ.Date : Tue, 18 Mar 2008 03:41:03 GMT";
arnews[5] += "
";
arnews[6]="Ashley Alexandra Dupre Exclusive Rap Video
";
arnews[6] += "Call Girl in Mysterious Pop Rap Video Ashley Alexandra Dupre";
arnews[6] += "
Publ.Date : Fri, 14 Mar 2008 21:12:13 GMT";
arnews[6] += "
";
arnews[7]="You've Been Spitzed !
";
arnews[7] += "You've Been Spitzed - The outrageous new video telling the tale of Client #9 and his dalliances with Emperor's Club finest 'Kristen' aka Ashley Alexandra Dupre.";
arnews[7] += "
Publ.Date : Fri, 14 Mar 2008 00:32:38 GMT";
arnews[7] += "
";
arnews[8]="Hype for alleged Spitzer call girl
";
arnews[8] += "Perhaps trying to exploit her new-found celebrity, Ashley Alexandra Dupre has already hired an entertainment lawyer.";
arnews[8] += "
Publ.Date : Thu, 13 Mar 2008 23:20:48 GMT";
arnews[8] += "
";
arnews[9]="Ashley Alexandra Dupre - Her Friends Rally To Her Defense
";
arnews[9] += "http://www.lukeford.net Alexandra Dupre's friends tell the New York Daily News/Today Show good things about her. A video report on the prostitution ring that brought down New York...";
arnews[9] += "
Publ.Date : Thu, 13 Mar 2008 17:42:16 GMT";
arnews[9] += "
";
totcount = 10;
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("