//proactiveChat.js

var c2c_proactive_switch = true;

if (typeof writeSWNprotocol == 'undefined') {
	var writeSWNprotocol = (document.location.protocol=='http:') ? 'http' : 'https'
}
if (c2c_proactive_switch === true) {
	document.write('<scr'+'ipt type="text/javascript" src="'+writeSWNprotocol+'://www.united.com/ual/asset/InstantInvite3.js"><\/scr'+'ipt>');	
}


