// Disallow display with a frameset
if (top.location != self.location)
	top.location = self.location


function addSidebar()
{
    if (window.sidebar.addPanel ("TBG Schedule", "http://www.toddbutlergroup/sidebar.asp",""))
		window.alert("Todd Butler Group Schedule is installed in your sidebar.");
}

function addBookmark(){
if (document.all)
window.external.AddFavorite("http://www.toddbutlergroup.com/bookings.asp","TBG Schedule");
}

FavoritesLink = "";

if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4))
	FavoritesLink = "<a href='javascript:addBookmark()'><img border=0 src='images/FavoritesButton.gif' title=' Add us to your favorites...'></a>"
else  if ((typeof window.sidebar == "object") && (typeof window.sidebar.addPanel == "function")) 
	FavoritesLink = "<a href='javascript:addSidebar()'><img border=0 src='images/FavoritesButton.gif' title=' Add us to your sidebar...'></a>"	
