if(document.getElementById("section-account")!=null) 
{ 
   var str=document.getElementById("section-account").innerHTML; 
   str=str.replace('First Name:','First Name<img src="https://www.evtretail.com/Data/Host/Client_173/Page_386/star.gif" width="4" height="4" vspace="3" />'); 
   str=str.replace('Last:','Last Name<img src="https://www.evtretail.com/Data/Host/Client_173/Page_386/star.gif" width="4" height="4" vspace="3" />'); 
   str=str.replace('Email:','Email<img src="https://www.evtretail.com/Data/Host/Client_173/Page_386/star.gif" width="4" height="4" vspace="3" />'); 
   str=str.replace('Phone:','Phone<img src="https://www.evtretail.com/Data/Host/Client_173/Page_386/star.gif" width="4" height="4" vspace="3" />'); 
   str=str.replace('Address1:','Address1<img src="https://www.evtretail.com/Data/Host/Client_173/Page_386/star.gif" width="4" height="4" vspace="3" />'); 
   str=str.replace('Fax:','Fax'); 
	str=str.replace('Company:','Company'); 
	str=str.replace('Address2:','Address2'); 
	str=str.replace('City:','City'); 
	str=str.replace('State:','State'); 
	str=str.replace('Zip:','Zip'); 
	str=str.replace('Country:','Country'); 
   var browser=navigator.appName; 
   if(browser!="Netscape") 
   { 
		str=str.replace('class=section-content-container>','class=section-content-container><div id="aa" style="text-align:center; margin-bottom:5px; margin-top:30px;  font-family:helvetica">Marked (<img src="https://www.evtretail.com/Data/Host/Client_173/Page_386/star.gif" width="4" height="4" vspace="3" />) fields are mendatory</div>'); 
	} 
	else 
	{ 
		str=str.replace('class="section-content-container">','class="section-content-container"><div id="aa" style="text-align:center; margin-bottom:5px; margin-top:44px; font-family:helvetica">Marked (<img src="https://www.evtretail.com/Data/Host/Client_173/Page_386/star.gif" width="4" height="4" vspace="3" />) fields are mendatory</div>'); 
	}
	
 document.getElementById("section-account").innerHTML=str; 

}
