if (document.getElementById('enlacegasofa'))
{
var et_w={};
et_w.titulo=document.getElementById('titulogasofa');
et_w.h2=document.getElementById('hache2gasofa');
et_w.enlace=document.getElementById('enlacegasofa');
et_w.co=document.getElementById('contenidogasofa');
if (et_w.enlace.href!='http://www.gasofa.es/')
{
et_w.h2.innerHTML='<a href="http://www.gasofa.es/">El precio de la gasolina es ofrecido por Gafosa.es</a>';
et_w.co.innerHTML='<font size="1">¿Por qué no veo los precios de los combustibles?<br /> Seguramente el código de este widget ha sido modificado por lo que no aparecerán los precios del combustible.<br /> Para más informaión: info@gasofa.es</font>';
}
else
{
if(et_w.co){
while(et_w.co.firstChild){et_w.co.removeChild(et_w.co.firstChild)};
et_w.h2.style.cssText='padding:0px;display:block;margin:0px';
et_w.enlace.style.cssText='font-size:15px;';
et_w.fr=document.createElement('iframe');
destino='http://www.gasofa.es/widget/widget.htm'
if (document.getElementById('urllocalidadgasofa'))
	destino='http://www.gasofa.es/widget/widget-prov-'+document.getElementById('urllocalidadgasofa').value+'.htm'
if (document.getElementById('urlprovinciagasofa'))
	destino='http://www.gasofa.es/widget/widget-'+document.getElementById('urlprovinciagasofa').value+'.htm'
et_w.fr.src=destino;
et_w.fr.frameBorder=0;
et_w.fr.scrolling='no';
et_w.fr.width=231;
//et_w.fr.height='100%';
et_w.fr.height=400;
et_w.co.appendChild(et_w.fr);}
}}