<!-- Codul Pentru Globuri XMAS Start: -->
//crossbrowser watermark - part 2 of 2
if (document.layers){                                                 //NN4+ Watermark layer
watertop = (window.innerHeight - 65);
waterleft = (window.innerWidth - 82);
document.write("<style>\n");
document.write(".water {position:absolute;left:" + waterleft + ";top:" + watertop + ";width:75;height:75;overflow:hidden;z-index:below}\n");
document.write("</style>");
document.write("\n<div class='water' id='wmark'>\n");
document.write("<img src='/images/xmas/xmas.png' border='0' width='1500' height='1124'>\n");
document.write("</div>");
}else{
document.write("<style>");                                     //IE and all else Watermark Background
document.write("body {background-image:url(/images/xmas/xmas.png);background-repeat:no-repeat;background-attachment:fixed;background-position:bottom}");
document.write("</style>");
}

<!-- Codul Pentru Globuri XMAS End -->
