function makeHomepage(obj) {
	if  (navigator.userAgent.indexOf("MSIE")!=-1) {	
		obj.style.behavior='url(#default#homepage)';obj.setHomePage('http://www.isma.ws'); 
		}  
	else {  
		alert('Lo siento, este botón solo funciona con navegadores Internet Explorer. Para hacer de www.isma.ws su página de inicio arrastre la URL al botón de inicio de su navegador.');
	 }
 }