function flash()
{
	document.writeln('<ob'+'ject');
	document.writeln('data="img/cabecera.swf"  type="application/x-shockwave-flash"');
	document.writeln('width="100%" height="82" tabindex="-1" title="Confortel Hoteles" id=ShockwaveFlashPortales> ');
	document.writeln('<param name="movie" value="img/cabecera.swf"> ');
	//C&oacute;digo alternativo en caso de que el navegador no pueda interpretar el flash
	document.write('<img src="img/cabecera.jpg" alt="Technosite, nuevas marcas, nuevas metas" width="100%" height="84" >');
	document.writeln('<'+'/object>');
}
