// JavaScript Document
$(document).ready(function () {
        
	// Campi input	
	$('input,textarea').emuPlaceholder();
	
});


