$(document).ready(function(){
   $('a.myinsurance').click(function(){ window.open(myinsuranceurl,'newwin','resizable=1,scrollbars=1,location=1,status=1,toolbar=1,menubar=1');  
    return false;
  });
 });