$(document).ready(function(){
	$('.splots').hover(function(){
		$(this).fadeOut(150);
		return false;
	})
// return false;

// $('#refresh').click(function(){
// 	$('.splots').fadeIn(500);
// 	$(this).blur();
// 	// return false;
// })

$('#cheat').click(function(){
	$('.splots').fadeOut(500);
	$(this).blur();
})
return false;
})//end document ready