
﻿
function findPos(obj){var curleft=curtop=0;if(obj.offsetParent){do{curleft+=obj.offsetLeft;curtop+=obj.offsetTop;}while(obj=obj.offsetParent);}
return curtop;}
jQuery(function($){if((window.location.search).indexOf('zipcode')!=-1){var objframe=document.getElementById("evalForm");if(objframe!=undefined&&objframe!=null)
setTimeout(function(){$('html,body').animate({scrollTop:findPos(objframe)},{duration:700,easing:'swing'});},200);}});function open_window(width,height,url){window.open(url,"newWin","status=0,toolbar=0,location=0,scrollbars=0,resizable=0,width="+width+", height="+height);}
jQuery(document).ready(function(){jQuery('.search_input').keydown(function(e){if(e.keyCode==188||e.keyCode==190){return false;}
if(e.keyCode==13){jQuery('.input_search_btn').click();return false;}});});
