function addbookmark2() {
	if ( navigator.appName != 'Microsoft Internet Explorer' )
	{window.sidebar.addPanel("TeachTwinks - Best Twink Porn Site","http://www.teachtwinks.com/index1.html","");}
	else {window.external.AddFavorite("http://www.teachtwinks.com/index1.html","TeachTwinks - Best Twink Porn Site");}
}

function addbookmark() {
	var url = "http://www.teachtwinks.com/index1.html";
	var title = "TeachTwinks - Best Twink Porn Site";
	if (window.sidebar){ // firefox
	    window.sidebar.addPanel(title, url, "");
	}else{
		if(window.opera && window.print){ // opera
		    var elem = document.createElement('a');
		    elem.setAttribute('href',url);
		    elem.setAttribute('title',title);
		    elem.setAttribute('rel','sidebar');
		    elem.click();
		}else{
			if(document.all){// ie
		  		window.external.AddFavorite(url, title);
			}
		}
	}
}

//var addthis_brand = "TeachTwinks";