window.onload = function() { 
  externalLinks();
  
  if(window.location.href.toLowerCase().indexOf('link.htm') != -1)
  	initLightbox();
}

