$(function () {
	if (typeof adtype != 'undefined' && adtype=="wallpaper") {
		if(typeof bgcolor != 'undefined' && bgcolor.length>0) {
			$('body').css("background-color", bgcolor);
		}
		
		$("#szadposright").css("margin-top","510px");		                  
		$('#szad728x90').css("width","780px")
		                .css("textAlign","right");
		
		var sky = $('#szad120x600')
		   sky.css("position","absolute")
			 sky.css("top","0")
		   sky.css("left","780px")
		   sky.css("margin","0");

	}
	
	if (typeof adclick != 'undefined' && adclick.length>0) {
		bodyClickLink = $('<a></a>').prependTo('body');
		bodyClickLink.css("position","absolute")
		             .css("width","100%")
		             .css("height",(document.getElementById("szmotor").offsetHeight+90) + "px")
		             .css("top","0")
		             .css("left","0")
		             .css("zIndex","0")
		             .css("cursor","pointer")
		             .attr("href",adclick)
		             .attr("target","_blank");
	}
});
