var emsad = {};

emsad.close = function()
{
    $('#emsad').hide();
}

emsad.str =     '<div id="emsad" style="position: fixed; bottom: 0px; left: 0px; z-index: 99990; margin: 0px; display: block; height: 90px; width: 100%;">'
	    +	'<a href="#" style="float:right;background:url(http://static.e-monsite.com/ads/adclose.png) repeat scroll 0 -30px transparent;cursor:pointer;text-indent:-5000000px;height:30px;margin:55px 5px 0 5px;width:30px;z-index: 1103;" onclick="emsad.close();">Close</a>'
	    +	'<div style="position: relative; margin: 0px auto; width: 742px; height: 90px;">'
		+ '<iframe src="http://ads.doomby.com/autopromo/?lang=en" border="0" frameborder="0" width="728" height="90"></iframe>'
	    +	'</div>'
	    + '</div>';

document.write(emsad.str);