// horizontal line

if (!isNN4) {
	if (MM_FlashCanPlay) {
		document.write('<object id="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
		document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"');
		document.write(' id="linea" WIDTH="100%" HEIGHT="3" ALIGN="right">');
		document.write(' <param name="movie" value="swf/linea.swf"><PARAM name="menu" VALUE=false><param name="quality" value="high"><PARAM name="scale" VALUE=exactfit><PARAM name="bgcolor" value=#FFFFFF>'); 
		document.write('<embed src="swf/linea.swf" menu=false quality=high scale=exactfit bgcolor=#FFFFFF  ');
		document.write(' swLiveConnect=FALSE WIDTH="100%" HEIGHT="3" NAME="linea" ALIGN="right" ');
		document.write(' type="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
		document.write('</embed></object>');
	} else {
		document.write('<img src="image/linea.gif" alt="linea" width="100%" height="3" border="0">');
	}
}
else
	document.write('<img src="image/linea.gif" alt="linea" width="100%" height="3" border="0">');

