$(document).ready(function() {

	// Apply the example plugin to common form fields (in header search box + footer contact form)
	$('#site_search input[type=text], #email_form input[type=text], #email_form textarea').example(function() {
		return $(this).attr('title');
	}, {className: 'example'});
	

});
