		function ssiForm() {
			var address = window.location.href;
			address = address.substring(7);	
	
			if (address.indexOf('localhost') >= 0 ) {
				address = 'http://localhost/cleanclear/secure/en/';
			} else if (address.indexOf('cancun') >= 0 ) {
				address = 'http://cancun/johnson/cleanclear/secure/en/';
			} else if (address.indexOf(':') == -1 ) {
				address = 'https://secure.jnjcanada.com/cleanandclear/en/';
			} else {
				address = 'http://65.110.160.148:8140/cleanandclear/en/' ;
			}
	
			return address;
		}
		
		
		function openRegister() {
			window.location.href= ssiForm() + "register.asp";
		}
