//	Gueridon, Ltd. General API (JavaScript)
//	Author: EJFIIIWebDesign.com

//	Launch Join Mailing List Request Window
	function launchMailReq() {
		popUpWin=window.open("http://visitor.constantcontact.com/d.jsp?m=1101295063494&amp;p=oi", "mailRequest", "width=640px,height=470px,toolbar=0,status=0,menubar=0,scrollbars=1,resizable=0,location=0");
		if (window.focus) {popUpWin.focus();}
		}