// JQUERY 4 LIFE

function searchAlert () {
	$(".search-alert").fadeIn("slow");
}
function searchAlertHide () {
	$(".search-alert").fadeOut("slow");	
}

function moreAlert () {
	$(".more-alert").fadeIn("slow");
}
function moreAlertHide () {
	$(".more-alert").fadeOut("slow");	
}