// JavaScript Document
function bookmark() {
	title = "Villa Danoya - Private Luxury Residences in Bali"; // Blogger - Replace with <$BlogItemTitle$> MovableType - Replace with <$MTEntryTitle$>
	url = "http://www.danoya.com"; // Blogger - Replace with <$BlogItemPermalinkURL$>
	if (window.sidebar) { // Mozilla Firefox Bookmark
	   window.sidebar.addPanel(title, url,"");
	}else if( window.external ) { // IE Favorite
	   window.external.AddFavorite( url, title);
	}else if(window.opera && window.print) { // Opera Hotlist
	   return true;
	} // end if
} // end of function
