//This scrolls the screen down so that the specified selector is at the top of the screen function scrollDown(selector) { $('html, body').animate({ scrollTop: $(selector).offset().top }, 1000); } function footerHover() { $('.poweredby img').hover( function() { $(this).stop().animate({ opacity: 1 }, 300); }, function() { $(this).stop().animate({ opacity: 0.7 }, 300); } ); } function pageReady() { // $('.poweredby img').attr('opacity', 0.7); if (!$.browser.msie) { footerHover(); } } $(document).ready(function() { pageReady(); }); function OpenModalWhyProfile() { var horizontalPadding = 30; var verticalPadding = 30; var title = "Why?"; var pathPage = location.protocol + '//' + location.host; if(location.pathname.indexOf('/fr-ca/') != -1) { pathPage += '/fr-ca'; } pathPage += '/whyprofile'; $('