<!-- Begin
var how_many_ads = 6;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="One on One vs. M&eacute;nage &agrave; Trois ";
url="http://singles.datingswingers.net/singleswingerfaceoff.html";
}
if (ad==2) {
txt="Pfuking Swinger Workshop ";
url="http://singles.datingswingers.net/wildswingersingles.html";
}
if (ad==3) {
txt="Live WebCam Meetings for Love and Friendship ";
url="http://love.datingswingers.net/livewebcameetings.html";
}
if (ad==4) {
txt="Sex Addict Swingers";
url="http://singles.datingswingers.net/sexaddictswingers.html";
}
if (ad==5) {
txt="Libido Enhancers for Swingers ";
url="http://libido.datingswingers.net";
}
if (ad==6) {
txt="Cunninglingus Education ";
url="http://libido.datingswingers.net/oralsexcunninglingus.html";
}
document.write('<a href=\"' + url + '\" target=\"_self\">');
document.write('<small>' + txt + '</small></a>');
// End -->