window.onload = function(){ var head = document.getElementsByTagName('head')[0]; var widget = document.createElement('script'); var javascript = document.createElement('script'); var css = document.createElement('link'); css.href = 'http://prodomov.ru/css/widget.css?v=371776'; css.rel = 'stylesheet'; css.type = 'text/css'; head.appendChild(css); if(!window.jQuery){ javascript.src = 'http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js'; javascript.type = 'text/javascript'; head.appendChild(javascript); javascript.onload = function () { widget.src = 'http://prodomov.ru/js/prodomovProjects.js?v=460063'; widget.type = 'text/javascript'; head.appendChild(widget); } } else { widget.src = 'http://prodomov.ru/js/prodomovProjects.js?v=603508'; widget.type = 'text/javascript'; head.appendChild(widget); } widget.onload = function (){ $('#prodomovWidget').prodomovProjects({ widgetId: 'k1xCfMFB6O', countInRow: 2 }); } }