<!--
    if (parent.frames.length > 0) {
        parent.location.href = location.href;
    }

	/*
	function AddFav
	add a favorite link to Microsoft IE or Mozilla Firefox
	*/
	function AddFav(url,text)
	{
		if ( navigator.appName.substring(0,9) == "Microsoft" )
		{
			window.external.AddFavorite(url,text);
		}
		else
		{
			window.sidebar.addPanel(text,url,"favorites");
		}
	}
// -->
