var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="More sex, better sex
";
arnews[0] += "The heat of a new relationship is a chemical reaction a ' and it can fade with time.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 10:35:10 GMT";
arnews[0] += "
";
arnews[1]="The first time, every time
";
arnews[1] += "The heat of a new relationship is a chemical reaction a ' and it can fade with time.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 13:35:02 GMT";
arnews[1] += "
";
arnews[2]="Bash Compactor: Pubic Air
";
arnews[2] += "Driven by humor, exhibitionism and sweaty-palmed horniness, the Air Sex World Championships steamed up the Highline Ballroom with many energetic air couplings Friday night.";
arnews[2] += "
Publ.Date : Wed, 17 Jun 2009 16:00:53 GMT";
arnews[2] += "
";
totcount = 3;
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("