jQuery(document).ready(function() {
	$(".menu .lavaLampWithImage").lavaLamp({
		fx: "backout", 
		speed: 700,
		click: function(event, menuItem) {
			return true;
		}
	});
	$('#tab-slide > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	$('#s').val('Type search text here').focus(function(){ $(this).val(''); }).blur(function(){ if($(this).val() == '') $(this).val('Type search text here'); });
});