function AddBookmark() {
	if (navigator.appVersion.indexOf("MSIE") > 0)
		if (parseInt(navigator.appVersion) >= 4)
			window.external.AddFavorite("http://www.babegala.com/", "BabeGala");
		else
			alert("Sorry, your browser doesn't support this bookmark function.\n\nTo bookmark manually: click 'OK' then press Ctrl+D\n\nThanks for supporting BabeGala!");
	else
		alert("Sorry, your browser doesn't support this bookmark function.\n\nTo bookmark manually: click 'OK' then press Ctrl+D\n\nThanks for supporting BabeGala!");
}

function DeliciousPage() {
window.open('http://del.icio.us/post?v=4&noui&jump=close&url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title), 'delicious','toolbar=no,width=700,height=400');
}