// JavaScript Document

///////////////////////////////////////////////////////////////////////////
//-----------------------------------------------------------------------//
//  RUEDA Ingeniería & Informática ::: GLOBAL TUNING 					 //
//-----------------------------------------------------------------------//
///////////////////////////////////////////////////////////////////////////


//----------------------------------------------------------------------------------------------------
//carga de publicidad aleatoria
//----------------------------------------------------------------------------------------------------
var publi = 3;
var ahora = new Date()
var segundos = ahora.getSeconds()
var ad = segundos % publi;
ad +=1;
if (ad==1) 
{
//ubicacion de la imagen 1
inc="img/publi1.png"
number="1"
}
if (ad==2)
{
//ubicacion de la imagen 2
inc="img/publi2.png"
number="2"
}
if (ad==3) 
{
//ubicacion de la imagen 3
inc="img/publi3.png"
number="3"
}
//----------------------------------------------------------------------------------------------------
//escritura de la ubicacon aleatoria de la imagen
//----------------------------------------------------------------------------------------------------
document.write('<img src="' + inc + '" width="335" height="532" border="0" usemap="#Map' + number + '">')

//----------------------------------------------------------------------------------------------------
//coordenadas imagen 1
//----------------------------------------------------------------------------------------------------
document.write('<map name="Map1">')
document.write('<area shape="rect" coords="2,1,334,103" href="http://www.focal-power.com/" target="_blank">')  
document.write('<area shape="rect" coords="49,126,285,207" href="http://www.ksportusa.com/" target="_blank">')   
document.write('<area shape="rect" coords="49,223,210,294" href="http://www.kw-gmbh.de/" target="_blank">')  
document.write('<area shape="rect" coords="94,308,285,377" href="http://www.lsddoor.de/" target="_blank">')  
document.write('<area shape="rect" coords="222,385,328,437" href="http://www.konigwheels.com/" target="_blank">')  
document.write('<area shape="rect" coords="239,474,317,519" href="http://www.mtx.com/" target="_blank">')  
document.write('<area shape="rect" coords="8,471,204,523"  href="http://www.ibherdesign.com/" target="_blank">')  
document.write('<area shape="poly" coords="138,458,86,458,69,444,76,453,65,437,60,427,60,418,60,410,63,402,64,396,69,392,76,386,86,382,95,379,106,382,113,384,119,387,123,391,128,395,134,402,137,408,139,418,140,432,139,440,138,450,138,457,97,459,108,458" href="http://www.ibherdesign.com/" target="_blank">')  
document.write('</map>')


//----------------------------------------------------------------------------------------------------
//coordenadas imagen 2
//----------------------------------------------------------------------------------------------------
document.write('<map name="Map2">')
document.write('<area shape="rect" coords="2,0,333,69" href="http://www.morelhifi.com/" target="_blank">')  
document.write('<area shape="rect" coords="10,79,149,157" href="http://www.audison.com/" target="_blank">')  
document.write('<area shape="rect" coords="161,79,332,133" href="http://www.ddaudio.com/" target="_blank">')  
document.write('<area shape="rect" coords="131,170,329,251" href="http://www.dynamat.com" target="_blank">')  
document.write('<area shape="rect" coords="19,168,114,250" href="http://www.jlaudio.com/" target="_blank">')  
document.write('<area shape="rect" coords="8,253,186,348" href="http://www.crossfirecaraudio.com" target="_blank">')  
document.write('<area shape="rect" coords="193,268,323,332" href="http://www.hertzaudiovideo.com" target="_blank">')  
document.write('<area shape="rect" coords="180,386,322,430" href="http://www.kicker.com/" target="_blank">')  
document.write('<area shape="rect" coords="8,350,172,468" href="http://www.bostonacoustics.com" target="_blank">')  
document.write('<area shape="rect" coords="31,473,332,527" href="http://www.alphasonik.com/" target="_blank">')  
document.write('</map>')


//----------------------------------------------------------------------------------------------------
//coordenadas imagen 3
//----------------------------------------------------------------------------------------------------
document.write('<map name="Map3">')
document.write('<area shape="rect" coords="0,-5,99,99" href="http://www.zenetti.com/" target="_blank" onClick="self.focus()">')  			
document.write('<area shape="rect" coords="120,1,333,128" href="http://www.zinikwheels.com/" target="_blank">')  			
document.write('<area shape="rect" coords="31,154,303,218" href="http://www.evox.be/" target="_blank">')			
document.write('<area shape="rect" coords="3,247,203,315" href="http://www.koseieurope.com/" target="_blank">')			
document.write('<area shape="rect" coords="210,235,330,305" href="http://www.braid.es/boorwheels/" target="_blank">')			
document.write('<area shape="rect" coords="133,332,333,437" href="http://tenzoracingsports.com/" target="_blank">')			
document.write('<area shape="rect" coords="7,353,130,418" href="http://www.braid.es/" target="_blank">')			
document.write('<area shape="rect" coords="24,449,311,524" href="http://www.lexani.com/" target="_blank">')			
document.write('</map>')			
			
			