jQuery(document).ready(function(){ // 'scroll' is the amount of pixels destination // is from the top of the document var scroll = jQuery('.frontpage-signup').offset().top; // When .p2p2 is clicked jQuery('.test').click(function(){ // Scroll down to 'scroll' jQuery('html, body').animate({scrollTop:scroll}, 'slow'); // Stop the link from acting like a normal anchor link return false; }); }); "; }*/ function tar_customizer_css() { ?>