d=document;
dt=new Date();
day=dt.getDate();
month=dt.getMonth();
marq1='align="top" behavior="alternate" direction="left" scrollamount="4"';
marq2='align="top" behavior="scroll" direction="left" scrollamount="4"';
stop='onmouseover="this.stop()" onmouseout="this.start()"';
nostop='';
noeffect='';
if (day=="1" && month=="0") d.write('<marquee ' + marq1 + stop + '><font color="ff0000">HAPPY NEW YEAR!!!</font></marquee>')
else if (day=="7" && month=="0") d.write('<marquee ' + marq1 + stop + '><font color="ff0000">MERRY CHRISTMAS!!!</font></marquee>')
else if (day=="24" && month=="7") d.write('<marquee ' + marq1 + stop + '><font color="ff0000">UKRAINE INDEPENDENCE DAY!!!</font></marquee>')
else if (day=="26" && month=="8") d.write('<marquee ' + marq2 + stop + '><font color="0000ff">The main developer, which one is also owner of a <a href="http://slezenko.com">web-site</a>, has today birthday! <a href="contact_en.htm">We wait your congratulations!</a> :)</font></marquee>')
else if (day=="31" && month=="11") d.write('<marquee ' + marq1 + stop + '><font color="0000aa">Good-bye, old year!</font></marquee>')
else {noeffect="1"; d.write('<marquee ' + marq2 + stop + '> &nbsp;&nbsp;&nbsp;WELCOME TO WWW.SLEZENKO.COM!&nbsp;&nbsp;&nbsp;<font color="#0000ff">NOTICE: You can see this web-site in any browser!</font>&nbsp;&nbsp;&nbsp;HAVE A FUN!</marquee>')}

(noeffect=="1") ? effectnoshow() : effectshow()

function effectshow()
{
effectmode = "1";
var effect = "effect=" + effectmode;
document.cookie = effect;
}

function effectnoshow()
{
effectmode = "0";
var effect = "effect=" + effectmode;
document.cookie = effect;
}