/******************************************************************************
 **                      LP CONFIGURATION v2.3.091109                        **
 **   Carolina Comfort Version.  ©2009 Mediagistic.  All rights reserved.    **
 **                   http://www.mediagisticpageone.com                      **
 *****************************************************************************/
 
formExtEmail = "cool*sccoast.net";
formIntEmail = "semse*mediagisticleads.com";
formLeadCampaign = "42";
formAcctNumber = "135120";
formReturnPage = "http://www.carolinacomfortsystems.com/specials/?confirmation=Thank you. We have received your information.";
formReturnPage2 = "http://www.carolinacomfortsystems.com/specials/?confirmation=Thank you. We have received your information.  __n__You will be contacted to confirm your appointment time.";

formOpenSat = "yes"; // "yes" or "no" only. "no" will remove Saturdays from scheduler
formOpenSun = "yes"; // "yes" or "no" only. "no" will remove Sundays from scheduler

function positionDivs(){
		floatingDiv('theFormDiv',505, 250, -200, 134, 0);
		floatingDiv('theFormDiv2',505, 250, -80, 175, 0);
	}


/* NOTES: 
 "__n__" must remain in formReturnPage2.  It is converted into a line break (\n) by MgF.js.  
 Do not use the actual line break (\n) in anything that the form passes through the 
 querystring.  Doing so will trip a .NET server error.
 */
