$(document).ready(function(){
	
	$("h1").lettering('words');
	$("h1 .word1").lettering();
	$("h1 .word4").lettering();
		
});


















