 function onloadbody () {
				
 				
				var prodDomain = 'www.21st.com';
				var location = window.location.href;
          		if (location.indexOf(prodDomain) == -1) {
          				
					if(document.getElementById('manage-policy') != undefined) {
			
						document.getElementById('manage-policy').setAttribute('href',managePolicyURL );
					}	
					
					if(document.getElementById('manage-policy-ft') != undefined) {
						document.getElementById('manage-policy-ft').setAttribute('href',managePolicyURL );
					}	
					if(document.getElementById('billingLink') != undefined) {	
						document.getElementById('billingLink').setAttribute('href',billingURL );
					}	
					if(document.getElementById('claimsLink') != undefined) {	
						document.getElementById('claimsLink').setAttribute('href',claimsURL );
					}
					
					if(document.forms['retrieve-quote-form'] != undefined) {
						document.forms['retrieve-quote-form'].action=quoteRetrieveUrlSeo;
  					}
  					if(document.forms['new-quote-form'] != undefined) { 
  						document.forms['new-quote-form'].action=getQuoteurlSeo;
  					}
  					
  					if(document.forms['manage-policy-form'] != undefined) { 
  						document.forms['manage-policy-form'].action=managePolicyLogin;
  					}
  					  					
  					
  					if(document.getElementById('login-help') != undefined) {
						document.getElementById('login-help').setAttribute('href',loginHelpUrl );
					}	
  					
  					 if(document.getElementById('registration') != undefined) {
						document.getElementById('registration').setAttribute('href',registrationUrl );
					}	
  					 if(document.getElementById('startQuote') != undefined) {
						document.getElementById('startQuote').setAttribute('href',startQuoteUrl );
					}	
					
					if(document.forms['quick-quote-form'] != undefined) { 
  						document.forms['quick-quote-form'].action=getQuickQuoteUrl;
  					}
					
			      
				}		
	
			}

