function loadScript(url) {
   document.write('<script src="' + url + '"></script>');
}
function loadCss(url) {
    document.write('<link rel="stylesheet" href="' + url + '" type="text/css" />');
}

if (!jQuery) {
    loadScript('http://be1.ru/stat/webvisor/js/jquery.js');
}

if (!jQuery.cookie) {
    loadScript('http://be1.ru/stat/webvisor/js/jquery.cookie.js');
}

if (!jQuery.fn.everyTime) {
    loadScript('http://be1.ru/stat/webvisor/js/jquery.timers.js');
}

loadCss('http://be1.ru/stat/webvisor/css/ad.css');
loadScript('http://be1.ru/stat/webvisor/js/ad.js');
