$(document).ready(function(){
	
	// $('.slogan').mouseover(function() {
	// 		this.src = this.src.replace("_off","_on");
	// 	});
	// 	
	// 	$('.slogan').mouseout(function() {
	// 		this.src = this.src.replace("_on","_off");
	// 	});

	$('#top').click(function(){
		$('html, body').animate({scrollTop:0}, 'slow');		
		return false;
	});
	
	$('.loopback').click(function(){
		return false;
	});
	
	// end doc ready
});



jQuery(function(){
	jQuery('ul.sf-menu').superfish();
});
