if(typeof jQuery=='undefined') { var headTag = document.getElementsByTagName("head")[0]; var jqTag = document.createElement('script'); jqTag.type = 'text/javascript'; jqTag.src = 'http://code.jquery.com/jquery-1.7.2.min.js'; jqTag.onload = jq_show; headTag.appendChild(jqTag); } else { jq_show(); } function jq_show() { if(typeof yllix_slider=='undefined') { jQuery('body').prepend('
'); jQuery('#yllix_slider').css('bottom', '-620px'); var space; space=(jQuery(window).height() - 615) / 2; jQuery('#yllix_slider').animate({bottom: space}, 5000); window.yllix_slider=true; } }