function loadHome(){  
if (document.all){
var top_link = document.getElementById("top_link");top_link.style.backgroundColor='#E0FABE';
//top_link.innerHTML = '<span class=\"bold-link\"><A HREF="javascript:history.go(0);" onClick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(window.location.href);"><font size=1>Make CalendarLabs! as your homepage</font></a></span>';
top_link.innerHTML = '<a style="cursor:hand;color:#16387C;font-weight:bold;" onmouseover="this.style.textDecoration=\'underline\'" onmouseout="this.style.textDecoration=\'none\'" HREF onClick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(window.location.href);"><font size=1>Make calendarlabs! your homepage</font></a>';
}
else
{
var top_link = document.getElementById("top_link");top_link.style.backgroundColor='#E0FABE';
}
}
