/* Bookmark script */
/* please do not modify*/

function bookmark()
{
url="http://www.babamfasza.hu/"
if(navigator.appName == "Netscape") 
		   alert("You're browser is not supporting automatic bookmarks. Please bookmark the page manually by pressing CTRL+D !")
else if (document.all)
window.external.AddFavorite(url,"Spirit of Nature: Energy")
}

//dvl
