/******************************************************************************
 **                      LP CONFIGURATION v2.4.091125                        **
 **     Standard LP Version.  ©2009 Mediagistic.  All rights reserved.       **
 **                   http://www.mediagisticpageone.com                      **
 *****************************************************************************/

formExtEmail = "bounds_hvac*yahoo.com";
formIntEmail = "semannualplans*mediagisticleads.com";
formLeadCampaign = "95";
formAcctNumber = "161862";
formReturnPage  = "http://www.boundshvac.com/?confirmation=Thank you. We have received your information.";
formReturnPage2 = "http://www.boundshvac.com/?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, -250, 134, 0);
		floatingDiv('theFormDiv2',505, 250, -250, 134, 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.
 */
