$sd(document).ready(function(){
  
  // Makes "General Insurance" clickable.
  $sd("#nav .standardNav h2:contains('General Insurance')").wrapInner('<a href="/financialservices/en/financialServices.page" style="color:black;"></a>');
  
  // Forces insurance.pdf to open in a new window.
  $sd("#nav .standardNav a:contains('Buying Insurance Through Us')").attr('target','_blank');

});

