function Googlecconversion(Cid, CLable, CValue) {
			var iframe = document.createElement('iframe');
			iframe.style.width = '0px';
			iframe.style.height = '0px';
			document.body.appendChild(iframe);
			iframe.src = 'http://www.otelconsulting.com/google-conversions-tracking.php?i='+Cid+'&l='+CLable+'&v='+CValue;
};