var azar = parseInt((Math.round((Math.random() * 10))));;
url_htmls = new Array();
url_img = new Array();

url_htmls[0] = 'http://www.lcdoplasma.es';
url_htmls[1] = 'http://www.siempreconseguro.es';
url_htmls[2] = 'http://www.energiayrenovable.es';
url_htmls[3] = 'http://www.saludyenfermedad.es';
url_htmls[4] = 'http://www.hacerdecomer.es';
url_htmls[5] = 'http://www.cambiatubanco.es';
url_htmls[6] = 'http://www.vivirdelcasino.es';
url_htmls[7] = 'http://www.barcosynavegacion.es';
url_htmls[8] = 'http://www.cuidandomibebe.es';
url_htmls[9] = 'http://www.consejosparaviajar.es';
url_htmls[10] = 'http://www.motclub.com';

url_img[0] = 'http://www.toniksoft.es/rotador/ban-lcdoplasma-200x90.png';
url_img[1] = 'http://www.toniksoft.es/rotador/ban-scs-200x90.png';
url_img[2] = 'http://www.toniksoft.es/rotador/ban-200x90-eyr.gif';
url_img[3] = 'http://www.toniksoft.es/rotador/ban-200x90-sye.png';
url_img[4] = 'http://www.toniksoft.es/rotador/banner-200x90-hdc.gif';
url_img[5] = 'http://www.toniksoft.es/rotador/cambiatubanco-200x90.gif'
url_img[6] = 'http://www.toniksoft.es/rotador/ban-200x90-vivirdelcasino.png';
url_img[7] = 'http://www.toniksoft.es/rotador/ban-barcosynavegacion.jpg';
url_img[8] = 'http://www.toniksoft.es/rotador/ban-cuidandomibebe.png';
url_img[9] = 'http://www.toniksoft.es/rotador/ban-consejosparaviajar.jpg';
url_img[10] = 'http://www.toniksoft.es/rotador/motclub.gif';


var banner = '';
banner += '<' + 'a href="' + url_htmls[azar] + '" target="_blank"><' + 'img src="' + url_img[azar] + '" ';
banner += ' width="200" height="90" border="0" alt="Red de Blogs Toniksoft"><' + '/a>'; 

document.write(banner);