$(document).ready(function(){
		
	$(".enewsForm").colorbox({width:"80%", height:"80%", iframe:true});
	
	// Turns on Enewsletter Validation
	$("#enewsletter").validationEngine();
	
	// phone input masking
	$("#phone").mask("(999) 999-9999",{placeholder:" "});
	
});
// -- end DOM ready events -- //









