$(document).ready(function(){anchor.init()});anchor={init:function(){$("#offerRequestButton").click(function(){elementClick=$(this).attr("href")
destination=$("#requestForm").offset().top;$("html:not(:animated),body:not(:animated)").animate({scrollTop:destination},1100);return false;})
$("#offerRequestButtonTop").click(function(){elementClick=$(this).attr("href")
destination=$("#requestForm").offset().top;$("html:not(:animated),body:not(:animated)").animate({scrollTop:destination},1100);return false;})}}
