function regPop() {
	document.getElementById('register').onclick = function() {
		sCode.trackFeaturedContentClick(this.href,'register')
		displayWindow(this.href,'registration',475,447,'scrollbars=0');
		return false;
	}
}

function fbTracking() {
	document.getElementById('facebook').onclick = function () {
		sCode.trackOutboundClick(this.href,'Hawthorne+Facebook');
		window.open(this.href);
		return false;
	}
}

function fbTracking() {
	document.getElementById('itunes').onclick = function () {
		sCode.trackOutboundClick(this.href,'Hawthorne+iTunes');
		window.open(this.href);
		return false;
	}
}
addLoadEvent(regPop);
addLoadEvent(fbTracking);
