function InsuranceLeadzAuto(zipcode, ni_var1){
	tgUrl = 'https://forms.insuranceagents.com/auto/';
	_url = tgUrl + '?zip=' + zipcode + '&a=38402&c=' + ni_var1 + '&t=396';
	document.location = _url;
	return false;
}

function AutoFrame(zipcode, ni_var1){
	var hostPrefix = window.location.host == 'quotecarinsurance' ? 'http://quotecarinsurance/' : 'http://' + window.location.host + '/';
	tgUrl = hostPrefix + 'quote_generator/';
	_url = tgUrl + '?zip=' + zipcode + '&a=38402&c=' + ni_var1 + '&t=396';
	document.location = _url;
	return false;
}

function AutoFrameMOSS(zipcode, ni_var1){
	var hostPrefix = window.location.host == 'quotecarinsurance' ? 'http://quotecarinsurance/' : 'http://' + window.location.host + '/';
	tgUrl = hostPrefix + 'autoinsurance_v1/';
	
	_url = tgUrl + '?zip=' + zipcode + '&a=38402&campid=' + ni_var1 + '&t=396';
	document.location = _url;
	return false;
}

