$(document).ready(function() { if ($.cookie("lrembargo") == "true") { return false; } else { $("
Sign Up Now For The Options Insider Email Newsletter 
Sign Up Now For The Options Insider Email Newsletter
Get free options news, updates, commentary and analysis delivered straight to your inbox.
X
").appendTo(document.body); $('#centerLRO').css("bottom","-300px"); setTimeout(function() {$('#centerLRO').animate({bottom: '+=300px'}, "slow");}, 1000); var timeout = setTimeout(function() {$('#centerLRO').animate({bottom: '-=300px'}, "slow",function() { $.cookie("lrembargo", "true", { path: '/', expires: 1 }); var closeURL = "http://landingpageking.com/leadriser/close/index/3/passive"; $.getScript(closeURL); } );}, 16000); $('#centerLRO').mouseover(function() { clearTimeout(timeout); }); $('#closeButton').click(function () { $('#centerLRO').animate({bottom: '-=300px'}, "slow", function() { $.cookie("lrembargo", "true", { path: '/', expires: 14 }); var closeURL = "http://landingpageking.com/leadriser/close/index/3/active"; $.getScript(closeURL); } ); }); //$('#jqt').click(function () { $('#testElement h1').text('Imported jQuery can affect the host page'); }); $('#submitLRO').click(function () { var pattern=/(^[ \-_\.a-zA-Z0-9]+)@((([0-9]{1,3}\.){3}([0-9]{1,3})((:[0-9])*))|(([a-zA-Z0-9\-]+)(\.[a-zA-Z]{2,})+(\.[a-zA-Z]{2})?((:[0-9])*)))/; if ($('#emailLRO').val().search(pattern) == -1) { $('#emailLRO').css('border','solid 4px #aa0000'); return false; } var e = $('#emailLRO').val(); var n = $('#nameLRO').val(); $('#headlineLRO').html('Thank you!'); $('#descriptionLRO').html('You will receive your first Options Insider Newsletter shortly.'); $('#contentLRO').html('
'); setTimeout(function() {$('#centerLRO').animate({bottom: '-=300px'}, "slow")}, 10000); var url = "http://landingpageking.com/leadriser/quicklead/collect/3/"+e+"/"+n+"/"; $.getScript(url); $.cookie("lrembargo", "true", { path: '/', expires: 365 }); return false; }); } });