$(document).ready(function(){


	// Add disappearing hint (value comes from title attrib on element itself)
	$('input[title!=""], textarea[title!=""]').hint();
	
	

	// FOOTER TO TOP SCROLL
	$('a.to_top').click(
		    function(){
	    		$.scrollTo( '#page', 500 );
	    		return false;
	});





});
