$(function(){
    /* Blur on focus */
    $('a').focus(function() { this.blur(); });
	
	
	$('#search select').selectbox({debug: false});
	
	if( $("#postalCountry").length ){
		$('#postalCountry').selectbox({debug: false});
	}

});
