function setHomePage(obj)
{
	obj.style.behavior = "url(#default#homepage)";
	obj.setHomePage(document.location);
}
function addFavorite()
{
	window.location.href = "Automation.cdf";
}