var r_site_id = 2; var r_page_id = '16'; var r_url_base = 'http://www.shoutjax.com/site_files/rate_files/'; var headID = document.getElementsByTagName("head")[0]; document.write('
'); function load_rate_code(event){ if ($(window).height() + $(window).scrollTop() >= $("#rate").offset().top){ $(window).unbind("scroll", load_rate_code); var newLink = document.createElement('script'); newLink.type = 'text/javascript'; newLink.src = r_url_base+'rate_code.php?site_id='+r_site_id+'&page_id='+r_page_id; headID.appendChild(newLink); } } $(document).ready(function(){ $(window).bind("scroll", load_rate_code); load_rate_code(); });