// JavaScript Document

Cufon.replace('h1, h4, .ge-phone', { fontFamily: 'mentone', textShadow: '0px 1px 0px #000000' });
Cufon.replace('h2', { fontFamily: 'mentone' });

$(document).ready(function() {
   	$('.in-testimonials').cycle({fx:'fade', timeout:7000,  speed:2000});
});

$(document).ready(function() {
	$('#in-quote-form').ajaxForm(function(data) {
		if (data==2){alert('Please ensure the e-mail address provided is valid.')}
		else if (data==0){alert('Thanks! Got it.'); $('#in-quote-form').resetForm();}
		else{alert('Woops... looks like something went wrong. Please try again later.');}
	});
});	

