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

