// JavaScript Document
/***********************************************
* Bookmark site script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

/*function bookmarksite(title, url){
if (document.all)
window.external.AddFavorite(url, title);
else if (window.sidebar)
window.sidebar.addPanel(title, url, "")
}*/

<!-- // Hide script from older browsers // script by http://www.hypergurl.com 
var urlAddress = "http://www.vinointhevalley.com"; 
var pageName = "Vino in the Valley"; 
function addToFavorites() { 
	if (window.external) {
		window.external.AddFavorite(urlAddress,pageName);
	} else { alert("Netscape, Mozilla, Safari users use Control D");
	} 
} 
// -->
