$(document).ready( 
	function() {
		//$('#pictures').innerfade({ speed: 'slow', timeout: 4000, type: 'sequence', containerheight: '180px' });
		
		//$('#search > ul').tabs();
	
		$("#indexsearchinput").benbautocomplete('indexsearchform');

		$('#adscontainer').show();
	}
);

function switch_map() {
	document.getElementById('top_no_map').style.display = 'none';
	document.getElementById('top_map').style.display = 'block';
}