function DoHomePage() {
	browser_name = navigator.appName;
	if (browser_name == "Microsoft Internet Explorer") {
		document.write("<a href='' onClick=\"this.style.behavior='url(#default#homepage)';this.setHomePage(document.location);\" class='sidelinks'>HomePage</a> - Visitors can make your site their home page with one click");
	}
}
DoHomePage();