var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="jamesglenn17: Girls Gone Wild Video: Ashley Alexandra Dupre “Girls Gone Wild” Video Hits on Web New Jersey local girl Ashley.. http://ping.fm/GdQnC
";
arnews[0] += "Girls Gone Wild Video: Ashley Alexandra Dupre “Girls Gone Wild” Video Hits on Web New Jersey local girl Ashley..";
arnews[0] += "
";
arnews[1]="jamesglenn17: Girls Gone Wild Video: Ashley Alexandra Dupre “Girls Gone Wild” Video Hits on Web New Jersey local girl Ashley.. http://ping.fm/GRBcc
";
arnews[1] += "Girls Gone Wild Video: Ashley Alexandra Dupre “Girls Gone Wild” Video Hits on Web New Jersey local girl Ashley..";
arnews[1] += "
";
arnews[2]="Glenn Humplik: Just discovered I share the same birthday as famous callgirl Ashley Alexandra Dupre. Sadly I charge far less than she does.
";
arnews[2] += "Just discovered I share the same birthday as famous callgirl Ashley Alexandra Dupre. Sadly I charge far less than she does.";
arnews[2] += "
";
arnews[3]="lilaliss: RT @tweetmeme Ashley Alexandra Dupre and bikini (8 photos) - mdolla http://bit.ly/REuL0
";
arnews[3] += "RT @";
arnews[3] += "
";
arnews[4]="lilaliss: RT @tweetmeme Ashley Alexandra Dupre and bikini (8 photos) - mdolla http://bit.ly/REuL0
";
arnews[4] += "RT @";
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("