<!-- Hide this script from old browsers --

document.writeln(' <table cellspacing="0" cellpadding="1" width="100%" border="1" bordercolor="#009900"> ') 
document.writeln(' <tr bgcolor="#009900"> ') 
document.writeln(' <td bgcolor="#009900"> ') 
document.writeln(' <div align="center"><b><font size="1" face="Tahoma, Times New Roman, Helvetica" color="#FFFFFF">NUESTROS<br> ') 
document.writeln(' PATROCINADORES </font></b></div> ') 
document.writeln(' </td> ') 
document.writeln(' </tr> ') 
document.writeln(' <tr bordercolor="#F0F0F0"> ') 
document.writeln(' <td height="178" background="http://racinguistasonline.com/Images/fondolateral2.gif"> ') 

function create() {
	this.width = ''
	this.height = ''
	this.src = ''
	this.href = ''
	this.mouseover = ''
}


function random(n)  {
	var js_mult1=3141
	var js_mult2=5821
	var js_m1=100000000
	var js_m2=10000
	var js_iseed=0
	var js_iseed1=0
	var js_iseed2=0

	if (js_iseed == 0)  {
		now = new Date()
		js_iseed = now.getHours() + now.getMinutes() * 60 + now.getSeconds() * 3600
	}

	js_iseed1 = js_iseed / js_m2
	js_iseed2 = js_iseed % js_m2
	var tmp = (((js_iseed2 * js_mult1 + js_iseed1 * js_mult2) % js_m2) * js_m2 + (js_iseed2 *
js_mult2)) % js_m1
	js_iseed = (tmp + 1) % js_m1
	return (Math.floor((js_iseed/js_m1) * n))
}

var numberOfAds = 10     //number or ads you want to display

ads = new Array()
add = new Array()
for(var i=1; i<=numberOfAds; i++) { ads[i] = new create() }

ads[1].width = "116"
ads[1].height = "73"
ads[1].src = "http://racinguistasonline.com/Images/andaraviajes.gif"
ads[1].href = "http://www.andaraviajes.com/"
ads[1].mouseover = "Andara viajes"

ads[2].width = "116"
ads[2].height = "103"
ads[2].src = "http://racinguistasonline.com/Images/rotador/che.gif"
ads[2].href = "http://racinguistasonline.com/patrocinadores/che.htm"
ads[2].mouseover = "Autobuses Che"

ads[3].width = "116"
ads[3].height = "85"
ads[3].src = "http://racinguistasonline.com/Images/rotador/emiplas.gif"
ads[3].href = "http://racinguistasonline.com/patrocinadores/emiplas.htm"
ads[3].mouseover = "Emiplas decoración"

ads[4].width = "116"
ads[4].height = "67"
ads[4].src = "http://racinguistasonline.com/Images/ibexbolsa.gif"
ads[4].href = "http://www.ibexbolsa.com/"
ads[4].mouseover = "Ibexbolsa"

ads[5].width = "116"
ads[5].height = "125"
ads[5].src = "http://racinguistasonline.com/Images/sport_moto.gif"
ads[5].href = "http://racinguistasonline.com/patrocinadores/sportmotoventana.htm"
ads[5].mouseover = "Sport Moto"

ads[6].width = "116"
ads[6].height = "102"
ads[6].src = "http://racinguistasonline.com/Images/cantabrisa.gif"
ads[6].href = "http://www.cantabrisa.com/"
ads[6].mouseover = "Eventos y espectacúlos Cantabrisa"

ads[7].width = "116"
ads[7].height = "93"
ads[7].src = "http://racinguistasonline.com/Images/dynos.gif"
ads[7].href = "http://www.dynos.es/"
ads[7].mouseover = "Dynos informática"

ads[8].width = "116"
ads[8].height = "124"
ads[8].src = "http://racinguistasonline.com/Images/ntcs.gif"
ads[8].href = "http://www.ntcslne.com/"
ads[8].mouseover = "NTCS"

ads[9].width = "116"
ads[9].height = "70"
ads[9].src = "http://racinguistasonline.com/Images/rotador/gambitayjamon.gif"
ads[9].href = "http://racinguistasonline.com/patrocinadores/gambitayjamon.htm"
ads[9].mouseover = "Gambita y Jamón"

ads[10].width = "116"
ads[10].height = "153"
ads[10].src = "http://racinguistasonline.com/Images/rotador/centro_asturiano.gif"
ads[10].href = "http://www.centroasturianoencantabria.com/"
ads[10].mouseover = "Centro Asturiano en Cantabria"



var n = random(numberOfAds)
n = (n==0) ? n+1 : n
n = (n > numberOfAds) ? n-numberOfAds : n


	var image = ads[n]
	var ad = ""
	ad += '<div align="center"><a target="_blank" href="' + image.href + '" \n'
	ad += 'onMouseOver="self.status=\'' + image.mouseover + '\'\;return true" \n'
	ad += 'onMouseOut="self.status=\'\'"> \n'
	ad += '<img border="0" src="' + image.src + '" width=' + image.width
	ad += '\n height=' + image.height 
	ad += '\n></a></div>'

	n = n+1

	if (n > numberOfAds)  {
		n = 1
	}


	var image = ads[n]	
	ad += '<div align="center"><a target="_blank" href="' + image.href + '" \n'
	ad += 'onMouseOver="self.status=\'' + image.mouseover + '\'\;return true" \n'
	ad += 'onMouseOut="self.status=\'\'"> \n'
	ad += '<img border="0" src="' + image.src + '" width=' + image.width
	ad += '\n height=' + image.height 
	ad += '\n></a></div>'

	n = n+1

	if (n > numberOfAds)  {
		n = 1
	}


	var image = ads[n]	
	ad += '<div align="center"><a target="_blank" href="' + image.href + '" \n'
	ad += 'onMouseOver="self.status=\'' + image.mouseover + '\'\;return true" \n'
	ad += 'onMouseOut="self.status=\'\'"> \n'
	ad += '<img border="0" src="' + image.src + '" width=' + image.width
	ad += '\n height=' + image.height 
	ad += '\n></a></div>'

	n = n+1

	if (n > numberOfAds)  {
		n = 1
	}

	var image = ads[n]	
	ad += '<div align="center"><a target="_blank" href="' + image.href + '" \n'
	ad += 'onMouseOver="self.status=\'' + image.mouseover + '\'\;return true" \n'
	ad += 'onMouseOut="self.status=\'\'"> \n'
	ad += '<img border="0" src="' + image.src + '" width=' + image.width
	ad += '\n height=' + image.height 
	ad += '\n></a></div>'

	n = n+1

	if (n > numberOfAds)  {
		n = 1
	}

	var image = ads[n]	
	ad += '<div align="center"><a target="_blank" href="' + image.href + '" \n'
	ad += 'onMouseOver="self.status=\'' + image.mouseover + '\'\;return true" \n'
	ad += 'onMouseOut="self.status=\'\'"> \n'
	ad += '<img border="0" src="' + image.src + '" width=' + image.width
	ad += '\n height=' + image.height 
	ad += '\n></a></div>'
	
	n = n+1

	if (n > numberOfAds)  {
		n = 1
	}


	var image = ads[n]	
	ad += '<div align="center"><a target="_blank" href="' + image.href + '" \n'
	ad += 'onMouseOver="self.status=\'' + image.mouseover + '\'\;return true" \n'
	ad += 'onMouseOut="self.status=\'\'"> \n'
	ad += '<img border="0" src="' + image.src + '" width=' + image.width
	ad += '\n height=' + image.height 
	ad += '\n></a></div>'
	n = n+1

	if (n > numberOfAds)  {
		n = 1
	}


	var image = ads[n]	
	ad += '<div align="center"><a target="_blank" href="' + image.href + '" \n'
	ad += 'onMouseOver="self.status=\'' + image.mouseover + '\'\;return true" \n'
	ad += 'onMouseOut="self.status=\'\'"> \n'
	ad += '<img border="0" src="' + image.src + '" width=' + image.width
	ad += '\n height=' + image.height 
	ad += '\n></a></div>'

	n = n+1

	if (n > numberOfAds)  {
		n = 1
	}


	var image = ads[n]	
	ad += '<div align="center"><a target="_blank" href="' + image.href + '" \n'
	ad += 'onMouseOver="self.status=\'' + image.mouseover + '\'\;return true" \n'
	ad += 'onMouseOut="self.status=\'\'"> \n'
	ad += '<img border="0" src="' + image.src + '" width=' + image.width
	ad += '\n height=' + image.height 
	ad += '\n></a></div>'

	n = n+1

	if (n > numberOfAds)  {
		n = 1
	}

	var image = ads[n]	
	ad += '<div align="center"><a target="_blank" href="' + image.href + '" \n'
	ad += 'onMouseOver="self.status=\'' + image.mouseover + '\'\;return true" \n'
	ad += 'onMouseOut="self.status=\'\'"> \n'
	ad += '<img border="0" src="' + image.src + '" width=' + image.width
	ad += '\n height=' + image.height 
	ad += '\n></a></div>'

	n = n+1

	if (n > numberOfAds)  {
		n = 1
	}

	var image = ads[n]	
	ad += '<div align="center"><a target="_blank" href="' + image.href + '" \n'
	ad += 'onMouseOver="self.status=\'' + image.mouseover + '\'\;return true" \n'
	ad += 'onMouseOut="self.status=\'\'"> \n'
	ad += '<img border="0" src="' + image.src + '" width=' + image.width
	ad += '\n height=' + image.height 
	ad += '\n></a></div>'

	n = n+1

	if (n > numberOfAds)  {
		n = 1
	}







// -- End Hiding Here -->

