<!-- Begin

       function getGENSurl()
       {
	 var actionurl = "https://webservices.aig.com/gens/NotificationWrapper";
    			     
	 document.forms[0].action = actionurl;
	 
	 return true;
	}
	
//-->