function initFeatures() {
	/*alert("initFeatures! YAYAYAAY!!");*/
	
	var myElement = $("login-features-link");
	myElement.onmouseover = function () { $("login-screenshot").style.backgroundImage = "url(images/screenshot-features.jpg)"; }
	myElement = $("login-people-link");
	myElement.onmouseover = function () { $("login-screenshot").style.backgroundImage = "url(images/screenshot-profile.jpg)" }
	myElement = $("login-community-link");
	myElement.onmouseover = function () { $("login-screenshot").style.backgroundImage = "url(images/screenshot-community.jpg)" }
	myElement = $("login-discussions-link");
	myElement.onmouseover = function () { $("login-screenshot").style.backgroundImage = "url(images/screenshot-discussions.jpg)" }
	myElement = $("login-goals-link");
	myElement.onmouseover = function () { $("login-screenshot").style.backgroundImage = "url(images/screenshot-goal.jpg)" }
	myElement = $("login-contests-link");
	myElement.onmouseover = function () { $("login-screenshot").style.backgroundImage = "url(images/screenshot-contest.jpg)" }



}
	
