var azar = parseInt((Math.round((Math.random() * 6))));;
url_htmls = new Array();
url_img = new Array();

url_htmls[0] = 'http://www.fisgonclub.com/ES/Webcam.aspx?a=0&n=Elisabeth&i=3373&promo=224&z=55&m=1&ar=3373';
url_htmls[1] = 'http://www.fisgonclub.com/ES/Webcam.aspx?a=0&n=Mary&i=3434&promo=224&z=55&m=1&ar=3434';
url_htmls[2] = 'http://www.fisgonclub.com/ES/Webcam.aspx?a=0&n=ParDSex&i=3210&promo=224&z=55&m=1&ar=3210';
url_htmls[3] = 'http://www.fisgonclub.com/ES/Webcam.aspx?a=0&n=BettiBoop&i=3241&promo=224&z=55&m=1&ar=3241';
url_htmls[4] = 'http://www.fisgonclub.com/ES/Webcam.aspx?a=0&n=Izel&i=2616&promo=224&z=55&m=1&ar=2616';
url_htmls[5] = 'http://www.fisgonclub.com/ES/Webcam.aspx?a=0&n=ParejitaNueva&i=3043&promo=224&z=55&m=1&ar=3043';
url_htmls[6] = 'http://www.fisgonclub.com/ES/Webcam.aspx?a=1&n=Delicia&i=3055&promo=224&z=55&m=1&ar=3055';

url_img[0] = 'http://www.aztepajas.com/images/webcams/fisgonclub/elisabeth.jpg';
url_img[1] = 'http://www.aztepajas.com/images/webcams/fisgonclub/mary.jpg';
url_img[2] = 'http://www.aztepajas.com/images/webcams/fisgonclub/pardsex.jpg';
url_img[3] = 'http://www.aztepajas.com/images/webcams/fisgonclub/bettiboop.jpg';
url_img[4] = 'http://www.aztepajas.com/images/webcams/fisgonclub/izel.jpg';
url_img[5] = 'http://www.aztepajas.com/images/webcams/fisgonclub/parejitanueva.jpg';
url_img[6] = 'http://www.aztepajas.com/images/webcams/fisgonclub/delicia.jpg';


var banner = '';
banner += '<' + 'a href="' + url_htmls[azar] +'" target="_blank" rel="nofollow"><' + 'img src="' + url_img[azar] + '" ';
banner += ' border="0"><' + '/a>'; 

document.write(banner);