	$(document).ready(function(){
			$.fn.colorbox.settings.bgOpacity = "0.9";
			$("#ccoptin").submit(function() {
			var m = $("#m").val();
			var p = $("#p").val();
			var ea = $("#ea").val();
			$("<a href='http://visitor.constantcontact.com/d.jsp?m="+m+"&p="+p+"&ea="+ea+"'>Submit</a>").colorbox({ width:"860px", height:"550px", iframe:true, open:true }); 
			return false;
			});
			$("#ccoptin-sub2").submit(function() {
			var m = $("#m").val();
			var p = $("#p").val();
			var ea = $("#ea").val();
			$("<a href='http://visitor.constantcontact.com/d.jsp?m="+m+"&p="+p+"&ea="+ea+"'>Submit</a>").colorbox({ width:"860px", height:"550px", iframe:true, open:true }); 
			return false;
			});
		});
