var host_name = window.location.hostname;

function hidden_dedm() { document.getElementById("dedm").style.display = 'none'; }

var bShowDed = getCookie ("show_dedMoroz");
if (0 != bShowDed)
{
    document.write('<div id="dedm" onclick="hidden_dedm()" style="position:fixed!important;display:block;position:absolute;left:0px;top:0px;z-index:1900;"><div style="position:relative; z-index:2000;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="600" height="400" align="middle">    <param name="allowScriptAccess" value="always" />    <param name="movie" value="http://www.exiterra.ru/promo/dedm/"');
    document.write('dedm3.swf" />    <param name="menu" value="false" />    <param name="quality" value="high" />    <param name="bgcolor" value="#ffcccc" />    <param name="wmode" value="transparent">    <param name="FlashVars" value="pozdr=');
    document.write(congratulations);
    document.write('" />    <embed src="http://www.exiterra.ru/promo/dedm/');
    document.write('dedm3.swf" width="600" height="400" align="middle" menu="false" quality="high" bgcolor="#ffcccc" name="dedm" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" FlashVars="pozdr=');    
    document.write(congratulations);
    document.write('" /></object></div></div>');
    document.cookie = "show_dedMoroz=0";
}

function getCookie(name) 
{
    var cookie = " " + document.cookie;
    var search = " " + name + "=";
    var setStr = null;
    var offset = 0;
    var end = 0;
    if (cookie.length > 0) 
    {
        offset = cookie.indexOf(search);
        if (offset != -1) 
        {
            offset += search.length;
            end = cookie.indexOf(";", offset)
            if (end == -1) 
            {
                end = cookie.length;
            }
        setStr = unescape(cookie.substring(offset, end));
        }
    }
    
    return(setStr);
}
