function cForm(form) {
	win=window.open("","myWin","width=565, height=325, toolbars=0, scrollbars=yes");
	form.target="myWin";
	form.action="http://visitor.constantcontact.com/d.jsp";
	form.submit();
	form.reset();
}