добрый день помогите пожалуйста с кодом код служит для смены фона при обновление страницы
<script>
$(document).ready(function () {
if (typeof (not_blocked) == 'undefined' || !not_blocked) {
var content_w = 1000;
var side_width = (window.innerWidth - content_w) / 2;
width = width > 0 ? width : 0;
jQuery('body').css({
'background': "url(
http://www.ru/img/1.png) no-repeat scroll center top #000",
'padding-top': "150px"
});
$('body').prepend(
'<a id="ar_t12" style="cursor: pointer; z-index: 1; position: absolute; top: 0px; left: 0px; width: 100%; height: 150px;" href="http://" target="_blank"><img src="http://" width="1" height="1" /></a>'
);
$('body').prepend(
'<a id="ar_r12" style="cursor: pointer; z-index: 1; position: absolute; top: 0px; right: 0px; left: auto; width: ' + side_width + 'px; height: 850px;" href="http://" target="_blank"></a>'
);
$('body').prepend(
'<a id="ar_l12" style="cursor: pointer; z-index: 1; position: absolute; top: 0px; left: 0px; width: ' + side_width + 'px; height: 850px;" href="http://" target="_blank"></a>'
);
jQuery(window).resize(function () {
var side_width = (window.innerWidth - content_w) / 2;
side_width = side_width > 0 ? side_width : 0;
jQuery('#ar_r12, #ar_l12').css('width', side_width);
});
}
});
</script>
вопрос в том что надо добавить в <body> чтобы скрипт работал а именно менялся фон