document.write('<img src="http://www.bsgt.kiev.ua/cgi-bin/axs_viptour/ax.pl?mode=img&ref=');document.write( escape( document.referrer ) );document.write('" height="1" width="1" style="display:none" alt="" />');

function movepic(img_name,img_src){document[img_name].src=img_src;}

function getCSS()
{datetoday = new Date();
timenow=datetoday.getTime();
datetoday.setTime(timenow);
thehour = datetoday.getHours();
if (thehour > 17) display = "vecher.css";
else if (thehour > 9) display = "den.css";
else if (thehour > 5) display = "utro.css";
else display = "noch.css";
var css = '<'; css+='link rel="stylesheet" href=' + display + ' \/'; css+='>';
document.write(css);}
getCSS();
