// JavaScript Document
document.write('<div id="pie">');
document.write('<img src="img/mapa_home.jpg" align="left" />');
document.write('<img src="img/logo_pie.jpg" width="109" height="56" align="middle" usemap="#Map"/>© Aquadeus S.L. 2009 - All rights reserved ');
document.write('</div>');

document.write('<map name="Map">');
document.write('<area shape="rect" coords="56,10,100,39" href="http://www.elpozo.es" target="_blank">');
document.write('<area shape="rect" coords="31,11,55,39" href="http://www.grupofuertes.com" target="_blank">');
document.write('<area shape="rect" coords="10,11,31,39" href="#" target="_blank">');
document.write('</map>');
