$(document).ready(function() {
	

	
//	if(location.hash);
	
	// jquery example form
	$("form input[type=text]").example(function() {
		return $(this).attr('title');
	});
	
	$("textarea").example(function() {
		return $(this).attr('title');
	});


})
