<!-- Begin
rnd.today=new Date();
rnd.seed=rnd.today.getTime();

function rnd() {
        rnd.seed = (rnd.seed*9301+49297) % 233280;
        return rnd.seed/(233280.0);
};

function rand(number) {
	var result = Math.ceil(rnd()*number);
	if (!result)result++;
        return result
};
var ad_cnt5 = 11;
var ad5 = rand(ad_cnt5);
var link5;
var adBanner5;
var width5
var height5
if (ad5==1) {
link5="http://www.thewivesclub.com/raz";
adBanner5="http://www.thewivesclub.com/images/featurepics/feature-raz.jpg";
width5="214";
height5="195";
alt5="Randy Raz UK";
}
if (ad5==2) {
link5="http://www.thewivesclub.com/curvyclaire";
adBanner5="http://www.thewivesclub.com/images/featurepics/feature-curvyclaire.jpg";
width5="214";
height5="195";
alt5="Curvy Claire";
}
if (ad5==3) {
link5="http://www.thewivesclub.com/txwhore";
adBanner5="http://www.thewivesclub.com/images/featurepics/feature-txwhore.jpg";
width5="214";
height5="195";
alt5="TX Whore";
}
if (ad5==4) {
link5="http://www.thewivesclub.com/sexymama";
adBanner5="http://www.thewivesclub.com/images/featurepics/feature-sexymama.jpg";
width5="214";
height5="195";
alt5="Sexy mama";
}
if (ad5==5) {
link5="http://www.thewivesclub.com/angeleyes";
adBanner5="http://www.thewivesclub.com/images/featurepics/feature-angeleyes.jpg";
width5="214";
height5="195";
alt5="Angel Eyes";
}
if (ad5==6) {
link5="http://www.thewivesclub.com/annscannons";
adBanner5="http://www.thewivesclub.com/images/featurepics/feature-annscannons.jpg";
width5="214";
height5="195";
alt5="Annscannons";
}
if (ad5==7) {
link5="http://www.thewivesclub.com/speedybee";
adBanner5="http://www.thewivesclub.com/images/featurepics/feature-speedybee.jpg";
width5="214";
height5="195";
alt5="Speedy Bee";
}
if (ad5==8) {
link5="http://www.thewivesclub.com/laurita";
adBanner5="http://www.thewivesclub.com/images/featurepics/feature-laurita.jpg";
width5="214";
height5="195";
alt5="Laurita";
}
if (ad5==9) {
link5="http://www.thewivesclub.com/suziemature";
adBanner5="http://www.thewivesclub.com/images/featurepics/feature-suziemature.jpg";
width5="214";
height5="195";
alt5="Suzie Mature";
}
if (ad5==10) {
link5="http://www.thewivesclub.com/subchristina";
adBanner5="http://www.thewivesclub.com/images/featurepics/feature-subchristina.jpg";
width5="214";
height5="195";
alt5="Sub Christina";
}
if (ad5==11) {
link5="http://www.thewivesclub.com/chelsea";
adBanner5="http://www.thewivesclub.com/images/featurepics/feature-chelsea.jpg";
width5="214";
height5="195";
alt5="Chelsea";
}
if (ad5==12) {
link5="http://www.thewivesclub.com/carolina";
adBanner5="http://www.thewivesclub.com/images/featurepics/feature-carolinagirl";
width5="214";
height5="195";
alt5="Carolina Girl";
}

document.write('<center><a href="' + link5 + '" target="_blank">');
document.write('<img src="' + adBanner5 + '" width=' + width5 + ' height=' + height5 + ' border=0 alt="' + alt5 + '"></a>');
document.write('</center>');
// End -->