
//if the windows name is blank then name it so we can push to it
if (window.name == '')
	window.name = "hlparent";

var x = window.name;
	
//full path to push.asp must be supplied prior to deployment
function newLive(clientcode, ref) {
	var url = "http://www.hellolive.com/init.asp?cid=" + clientcode + "&opener=" + x + "&ref=" + ref;
	window.open(url,'hl','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,top=0,left=0,width=320,height=388');

}
