$(document).ready(function(){
	$("#bg_map img").hover(function(){
		$("img.ws-map").fadeOut(500);
	});
	$('.quotes .textwidget').innerfade({ 
		speed: 1000,
		timeout: 8000,
		type: 'random',
		containerheight: 'auto'
	});
});
