ypos=0;
hspeed=6;
lspeed=3;
//barBGColor="#00ccff";

if (IE) {
	 document.write('<DIV ID="newsbar" style="visibility:visible;Position : Absolute ;Left : 0px ;Top : '+ypos+'px ;Z-Index : 20;" >')
}
if (NS) {
	 document.write('<LAYER visibility="show" top="'+ypos+'" name="newsbar" bgcolor="'+menuBGColor+'" left="0" >')
}

document.write('<a href="http://www.madrid.org"><img alt="" src="images/logomadridorg.gif" height="21" width="155" border="0" /></a>')

if (IE) {document.write('</DIV>')}
if (NS) {document.write('</LAYER>')}
