$(document).ready(function() {
	cufonFun();
});

function cufonFun(){
	Cufon.replace(['h1']);
}
