if (navigator.appName == "Microsoft Internet Explorer")
	{ 
	document.write('<a href="' + location.href +'" onClick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(self.location);">');
	document.write('<img src="images\/make_start_page.jpg" \/><\/a>');									
	}
	
else
	{ 
	document.write
		('<a href="' + location.href +'" onClick="window.alert(\'Твой браузер не поддерживает данную функцию.\')"><img src="images\/make_start_page.jpg" \/><\/a>');
	}