function loadLCPSImporter() { setTimeout("loadLCPSInviter()", 2000); } function loadLCPSInviter() { var body = document.getElementsByTagName("body")[0]; body.innerHTML = body.innerHTML+"
\"Facebook\"
\"Google\"
\"Google\"
\"Google\"
"; } function lcpsInviterScroll() { $("#viralLeftHover").css("top",(document.getElementsByTagName("body")[0].scrollTop+20)+"px"); } setInterval("lcpsInviterScroll()", 1000); window.onscroll = function () { lcpsInviterScroll(); } function poptastic(url) { var newWindow = window.open(url, 'name', 'height=550,width=500,scrollbars=yes'); if (window.focus) { newWindow.focus(); } } function poptasticBig(url) { var newWindow = window.open(url, 'name', 'height=550,width=825,scrollbars=yes'); if (window.focus) { newWindow.focus(); } }