var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Womanizer teaches nerds in battle-of-the-sexes comedy
";
arnews[0] += "Philippe , a charming Frenchman living in Manhattan, feels free to have his way with women, since he's married to a bitchy wife.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 03:27:21 GMT";
arnews[0] += "
";
arnews[1]="How to Seduce Difficult Women Film Review
";
arnews[1] += "Philippe , a charming Frenchman living in Manhattan, feels free to have his way with women, since he's married to a bitchy wife.";
arnews[1] += "
Publ.Date : Sat, 31 Oct 2009 17:47:47 GMT";
arnews[1] += "
";
arnews[2]="Womanizer teaches nerds in battle-of-the-sexes comedy
";
arnews[2] += "Philippe , a charming Frenchman living in Manhattan, feels free to have his way with women, since he's married to a bitchy wife.";
arnews[2] += "
Publ.Date : Fri, 30 Oct 2009 22:49:38 GMT";
arnews[2] += "
";
arnews[3]="Love's labors lost; the women of Adam Chandler
";
arnews[3] += "Adam Chandler, why does he test his women? abc.com Adam Chandler , though it seems he's been around Pine Valley forever, arrived fourteen years into the show's run in 1984.";
arnews[3] += "
Publ.Date : Tue, 29 Sep 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Award-Winning Comedy Series Turbo Dates and Soap Opera Parody...
";
arnews[4] += "Award-winning comedic web series Turbo Dates is now playing exclusively on Babelgum.";
arnews[4] += "
Publ.Date : Mon, 22 Jun 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Worst Soap Opera Friendships.
";
arnews[5] += "Today @ 4:38 pm We had a thread for the best, now this is for the worst friendships in daytime.";
arnews[5] += "
Publ.Date : Tue, 09 Jun 2009 23:10:35 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("