var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="LOL Im An Extra In The Film Aswell
";
arnews[0] += "Fango heard from prolific British genre producer Jonathan Sothcott, who will soon be unveiling the trailer for his psychological chiller EXPOSE and has a new vampire movie in the works through his Black and Blue Films company.";
arnews[0] += "
Publ.Date : Fri, 07 Aug 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="1/5th of Ashley's areola
";
arnews[1] += "These are the Ashley Greene bikini shots that started making the Internet rounds today and nobody seems to know where they came from.";
arnews[1] += "
Publ.Date : Wed, 07 Oct 2009 04:05:55 GMT";
arnews[1] += "
";
arnews[2]="this afternoon
";
arnews[2] += "Here's Sports Illustrated swimsuit model Julie Henderson in Miami yesterday with hip-hop mogul Russell Simmons who apparently got tired of banging Sophie Monk .";
arnews[2] += "
Publ.Date : Tue, 06 Oct 2009 02:15:59 GMT";
arnews[2] += "
";
arnews[3]="We See You
";
arnews[3] += "Victoria Silvstedt was at a public beach in St. Tropez this weekend where she A.) healed the sick B.) discovered a portal to a new dimension C.) masturbated in plain view of photographers.";
arnews[3] += "
Publ.Date : Mon, 05 Oct 2009 14:12:08 GMT";
arnews[3] += "
";
arnews[4]="victoria silvstedt is easily relaxed
";
arnews[4] += "Former Playmate of the Year and current professional prostitute Victoria Silvstedt was on the beach in St Tropez this weekend, and she seemed to think that was as good a place as any to masturbate.";
arnews[4] += "
Publ.Date : Mon, 05 Oct 2009 14:11:38 GMT";
arnews[4] += "
";
arnews[5]="Is Victoria Silvstedt Masturbating on the Beach?
";
arnews[5] += "From what I can tell, this is Victoria Silvstedt masturbating on the beach . I can't be sure since it's been a while since I would have seen anything close to this in real life, but I'm pretty sure that's what's going on here.";
arnews[5] += "
Publ.Date : Mon, 05 Oct 2009 08:29:13 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("