	function disableres(){
		$('.ac_results').css('display','none');
	}

$(document).ready(function(){
	$(".lightbox").lightBox(); // Select all links that contains lightbox in the attribute rel

	//$('#search_input').autocomplete('/special/search_aj.php');
	$("#suggest").suggest("/special/search_aj.php?q="+ $("#fh").val(),{
			onSelect: function() {alert("You selected: " + this.value)}});	

	window.setTimeout(function() {
			$('.skype_pnh_container').html('');
			$('.skype_pnh_print_container').removeClass('skype_pnh_print_container');
	}, 800);

});
