$(document).ready(function() {
	$('a[href^=http]:not("[href*=://' + document.domain + ']")').click(function() {
		pageTracker._trackPageview('/out/'+$(this).attr("href"));
	});
	$("div.kelp-offer .button a").click(function() {
		pageTracker._trackPageview('/offer-button/'+$(this).attr("id"));
	});
});

