function CreateButton() {
	if (document.all){
		document.write('<input onclick="javascript:this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'http://www.earthle.com\');" name="sa2" type="button" value="Make this My Homepage" class="but" />');
	}
	else if (document.getElementById){
		document.write('<a href="http://www.earthle.com/" title="Drag this link to your home button in your browser to make this your homepage">Drag to set as Homepage</a>');
	}
}