
var currentdate = 0;
var core = 0;

function initArray() {

this.length = initArray.arguments.length;
  for (var i = 0; i < this.length; i++) {
  this[i] = initArray.arguments[i];
  }
}

link = new initArray(
"http://www.quickysex.co.uk/exchange/in.php?id=23872",
"http://www.daily-sexpress.co.uk/exchange/in.php?id=23873",
"http://www.uksexydates.com/exchange/in.php?id=23871",
"http://www.ukamateurcouples.com/cgi-bin/toplist/in.cgi?id=sexcel",
"http://www.freelocalswingers.co.uk/exchange/in.php?id=23866",
"http://www.british-babes.com/sites/in.php?id=sexcel",
"http://free-uk-sex-contacts.co.uk/cgi-bin/Sex_Contacts/in.cgi?id=sexcel",
"http://adultdates.hornyhotspot.co.uk/exchange/in.php?id=23249",
"http://dogging.xxxdated.com/exchange/in.php?id=23248",
"http://ukcouples.diydating.com/exchange/in.php?id=23247",
"http://amateur-porn-links.com/?id=sexcel",
"http://sexyfun.diydating.com/exchange/in.php?id=23246",
"http://ukswingers.xxxdated.com/exchange/in.php?id=23245",
"http://uksexyads.superdogging.co.uk/exchange/in.php?id=18280",
"http://www.britishxxxlinks.co.uk/cgi-bin/toplist/in.cgi?id=sexcel",
"http://www.uk-sexcontacts.com/cgi-bin/toplist/in.cgi?id=sexcel",
"http://www.real-british-porn.co.uk/Porn/in.php?id=sexcel"
);

image = new initArray(
"http://www.sexcel.co.uk/site-banners/banners/quicky-sex.gif",
"http://www.sexcel.co.uk/site-banners/banners/daily-sexpress.jpg",
"http://www.sexcel.co.uk/site-banners/banners/sexy-dates.gif",
"http://www.sexcel.co.uk/site-banners/banners/uk-amateur-couples.gif",
"http://www.sexcel.co.uk/site-banners/banners/free-local-swingers.jpg",
"http://www.sexcel.co.uk/site-banners/banners/british-babes.gif",
"http://www.sexcel.co.uk/site-banners/banners/uk-sex-contacts.jpg",
"http://www.sexcel.co.uk/site-banners/banners/adult-dates.gif",
"http://www.sexcel.co.uk/site-banners/banners/uk-dogging.gif",
"http://www.sexcel.co.uk/site-banners/banners/uk-couples.jpg",
"http://www.sexcel.co.uk/site-banners/banners/amateur-free-porn.gif",
"http://www.sexcel.co.uk/site-banners/banners/sexy-fun-swingers.gif",
"http://www.sexcel.co.uk/site-banners/banners/uk-swingers.gif",
"http://www.sexcel.co.uk/site-banners/banners/uk-sexy-ads.gif",
"http://www.sexcel.co.uk/site-banners/banners/brit-xxx-links.gif",
"http://www.sexcel.co.uk/site-banners/banners/uk-sexcontacts1.jpg",
"http://www.sexcel.co.uk/site-banners/banners/real-brit-porn.jpg"
);

text = new initArray(
"Quicky Sex",
"Daily Sexpress",
"UK Sexy Dates",
"UK Amateur Couples",
"Free Local Swingers",
"British Babes Top UK Porn Sites",
"Free UK Sex Contacts Toplist",
"Adult Dates",
"UK Dogging",
"UK Couples",
"Amateur Free Porn Links",
"Sexy Fun Swingers",
"UK Swingers",
"UK Sexy Ads",
"British Porn Top Sites",
"UK Sex Contacts Top 100",
"Real British Porn"
);

var currentdate = new Date();
var core = currentdate.getSeconds() % image.length;
var ranlink  = link[core];
var ranimage = image[core];
var rantext  = text[core];

document.write('<a href=\"' +ranlink+ '\" target=\"_blank\"><img src=\"'+ranimage+'\" border="0" width="468" height="60" class="nobord" alt=\"'+rantext+'\"></a>');

