function SetHomePage(my)
{
	my.style.behavior='url(#default#homepage)';
	my.setHomePage('http://www.absoluteodds.com/');
}

function SetBookmark(my)
{
    window.external.AddFavorite(location.href, document.title);
}

function Redirect(my) 
{
    //alert('Your account has now been created. You\'ll be redirected to the login page.');
    document.location.href = my;
}