function submitform(select){var index=document.search_form.property_sector.selectedIndex;document.forms[0].action="index.php";document.search_form.submit()}$(document).ready(function(){$('.news_scroller').vTicker({speed:500,pause:4000,showItems:3,animation:'fade',mousePause:true,height:0,direction:'up'});$('a.poplight[href^=#]').click(function(){var popID=$(this).attr('rel');var popURL=$(this).attr('href');var query=popURL.split('?');var dim=query[1].split('&');var popWidth=dim[0].split('=')[1];$('#'+popID).fadeIn().css({'width':Number(popWidth)}).append('<div id="close_popup"><a href="#" class="close">Close</a></div>');var popMargTop=250;var popMargLeft=($('#'+popID).width()+100)/2;$('#'+popID).css({'margin-top':-popMargTop,'margin-left':-popMargLeft});$('body').append('<div id="fade"></div>');$('#fade').css({'filter':'alpha(opacity=80)'}).fadeIn();return false});$('a.close, #fade').live('click',function(){$('#fade , .popup_block').fadeOut(function(){$('#fade, a.close').remove()});return false})});
