$(document).ready(function() { $(window).load(function(){
	$('span.show, span.hide').css({'cursor':'pointer'});
}); });

	
	
