<!--
function addBookmark(url, title) 
{ 
        if (!url) url = location.href; 
        if (!title) title = document.title; 

        if ((typeof window.sidebar == "object") && (typeof window.sidebar.addPanel == "function"))
		window.sidebar.addPanel ("Mature Porn More, free mature porn!", "http://maturepormo.com/", "");
	else if (typeof window.external == "object")
		window.external.AddFavorite("http://maturepormo.com/", "Mature Porn More, free mature porn!");
	else if (window.opera && document.createElement) {
	      var a = document.createElement('A'); 
	      if (!a) return false;
	      a.setAttribute('rel','sidebar'); 
	      a.setAttribute('href',url); 
	      a.setAttribute('title',title); 
	      a.click(); 
	}
	else return false;
	
	return true; 
} 
//-->

