window.onload = function() { 
	externalLinks();
	if ((window.location.href.toLowerCase().indexOf('carrello.asp') != -1) || (window.location.href.toLowerCase().indexOf('ecommerce.asp') != -1) || (window.location.href.toLowerCase().indexOf('index.asp') != -1))
		initLightbox();
}

