<script language="JavaScript">
// check if it's IE and only output the link if it is
if (document.all){
document.write('<a href="javascript:void(0);" onClick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'[URL unfurl="true"]http://www.whateverwhatever.com\');"><b>Click[/URL] Here to Make My Web Page Your Homepage</b></a>');
}
</script>