$(function(){
	initCufon();
});
function initCufon(){
	Cufon.replace('.carusel li .text h2 span', {fontFamily: '"helvetica-light"',hover: true});
	Cufon.replace('.universal-btn span.c ', {fontFamily: '"gothic"',hover: true});

}



function validateFind(theForm)
{
	
	var err = "";
	if((theForm.find.value.length == 0) || (theForm.find.value == 'Last Name'))
	{
		err = err + "Please enter the surname of the bride or groom.\n"
	}
	
	if (theForm.find.value != "sample")
	{
		if(theForm.weddingmonth.selectedIndex == 0)
		{
			err = err + "Please select the month that the wedding takes place in.\n"
		}
	}
	
	if (err.length)
	{
		alert(err);
		return false;
	}
	
	
	return true;
	
}

<!-- END terms&conditons popup script -->
function termsConditions() {
  	window.open('termsConditions.cfm','termsConditions','menubar, toolbar, location, directories, status, scrollbars, resizable, dependent, width=640, height=480, left=0, top=0');
}
<!-- END terms&conditons popup script-->

<!-- START privacy popup script -->
function privacyStatment() {
  	window.open('privacyPolicy.cfm','privacy','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=350,height=400');
}
<!-- START privacy popup script -->


