function regPop() {
	document.getElementById('register').onclick = function() {
		sCode.trackFeaturedContentClick(this.href,'register_button')
		displayWindow(this.href,'registration',475,447,'scrollbars=0');
		return false;
	}
}

addLoadEvent(regPop);