// if( $('#w5').length && $('#w10').length ) { var timestamp = parseInt( (new Date().getTime())/1000 ), branding_image_href = '', branding_image_url = 'http://storage1.censor.net.ua/images/8/c/5/c/8c5cf57ebef2e1dc18088160cfec62c5/original.jpg', branding_link_href = 'http://extremstyle.ua/velosipedy-2-catalogs/', branding_height = 1080; $('body').prepend( $('
') .css({ 'background' : 'url('+branding_image_url+') center top no-repeat #ffffff', 'height' : ( branding_height + 7 )+'px', 'margin-bottom' : '-'+( branding_height + 7 )+'px', 'position' : 'fixed', 'display' : 'block', 'width' : '100%' }) .append( $('') .attr({ 'href' : branding_link_href, 'target' : '_blank', 'rel' : 'nofollow' }) .css({ 'height' : branding_height+'px', 'display' : 'block', 'width' : '100%' }) ) ); if( branding_image_href ) { ( document.createElement('img') ).src = branding_image_href; } }