
$("document").ready(function(){
	$("a[href=#]").each(function()
	{        				
		$(this).css("cursor","default");
	});
});
