function web2lead()
{
	
	if(location.hostname == 'localhost' || location.hostname == 'staging-client.arteis.net' || location.hostname == 'staging2-client.arteis.net' || location.hostname == 'qa.logoworks.com')
	{
		document.SFForm.oid.value = "00DT0000000DCQp";
		document.SFForm.action = "https://tapp0.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8";
	}
	else
	{
		document.SFForm.oid.value = "00D500000006xOw";
		document.SFForm.action = "https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8";
	}
	
	//alert(document.SFForm.oid.value);
}

function web2lead2()
{
	if(location.hostname == 'localhost' || location.hostname == 'staging-client.arteis.net' || location.hostname == 'staging2-client.arteis.net' || location.hostname == 'qa.logoworks.com')
	{
		document.SFForm2.oid.value = "00DT0000000DCQp";
		document.SFForm2.action = "https://tapp0.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8";
	}
	else
	{
		document.SFForm2.oid.value = "00D500000006xOw";
		document.SFForm2.action = "https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8";
	}
}