/******************************************************************************
  -- LP CONFIGURATION
	leave values in actual HTML forms blank!
 *****************************************************************************/
formExtEmail = "contacts*roscoebrown.com";
formIntEmail = "semannualplans*mediagisticleads.com";
formLeadCampaign = "29";
formAcctNumber = "140376";
formReturnPage  = "http://www.roscoebrown.com/?confirmation=Thank you. We have received your information.";
formReturnPage2 = "http://www.roscoebrown.com/?confirmation=Thank you. We have received your information.  __n__You will be contacted to confirm your appointment time.";

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.
 */
