var strUrl = window.location.href;
var arrUrl = strUrl.split(".");

if (arrUrl[1] == "dev"){
	var leadGenURL = 'http://gecaweblead.uat.cs7.force.com/WebLead?source=geCDF';
	}
if (arrUrl[0] == "qa") {
	var leadGenURL = 'http://gecaweblead.uat.cs7.force.com/WebLead?source=geCDF';
	}
else {
	var leadGenURL = 'http://gecaweblead.force.com/WebLead?source=geCDF';
	}

