$(document).ready(function () {

	$(".boxwhite a").click(function () {
		sLnk = this.href;
		if(typeof(pageTracker)=="object")
			pageTracker._trackEvent("Links", "I-Net", sLnk);
	});

});