<!--
function homepage(){
	if ((navigator.appName=='Microsoft Internet Explorer') && (parseInt(navigator.appVersion)>=4)){
		homepagelink.style.behavior='url(#default#homepage)';
		if (homepagelink.setHomePage(location.href)){
			alert ("Thank you for setting this page as your homepage!");
		}
	} else {
		alert (" Your browser doesn't support this feature. You can change your Home Page manually in your browser's 'Preferences'.");
	}
}
//-->

