/*$(document).ready(function(){ $('#headerpic').jshowoff({controls: false, links: false, speed:5000, changeSpeed:2000}); });*/$(document).ready(function(){	$(".mailerror").fadeIn(300).fadeOut(300).fadeIn(300).fadeOut(300).fadeIn(300).fadeOut(300).fadeIn(300).fadeIn(300).fadeOut(300).fadeIn(300).fadeOut(300).fadeIn(300).fadeOut(300).fadeIn(300);    });	$(document).ready(function(){	$(".error").fadeIn(300).fadeOut(300).fadeIn(300).fadeOut(300).fadeIn(300).fadeOut(300).fadeIn(300).fadeIn(300).fadeOut(300).fadeIn(300).fadeOut(300).fadeIn(300).fadeOut(300).fadeIn(300);    });			 $(function() {        $('.info a').hover(function() {            $(this).parent().parent().children('.infobox').fadeIn(500);           }, function() {            $(this).parent().parent().children('.infobox').fadeOut(500);           });    });	$(document).ready(function()	{		$("#next").hover			(function(){				$(this).attr("src", "style/next_hover.jpg")						},			function(){				$(this).attr("src", "style/next.jpg");					  }			);	});$(document).ready(function()	{		$("#previous").hover			(function(){				$(this).attr("src", "style/previous_hover.jpg")						},			function(){				$(this).attr("src", "style/previous.jpg");					  }			);	});				$(document).ready(function()	{		$("#nextgal").hover			(function(){				$(this).attr("src", "style/nextgal_hover.jpg")						},			function(){				$(this).attr("src", "style/nextgal.jpg");					  }			);	});$(document).ready(function()	{		$("#prevgal").hover			(function(){				$(this).attr("src", "style/prevgal_hover.jpg")						},			function(){				$(this).attr("src", "style/prevgal.jpg");					  }			);	});				
