function $(I) { return document.getElementById(I); }

function bookmark(a) {
	for(i in a) {
		if(a[i].className == 'bookmark') {
			a[i].onclick = function() {
				if(navigator.appName != 'Microsoft Internet Explorer' ) window.sidebar.addPanel('JeBaiseMaMère.com - Vidéos porno de femme mature, maman salope et belle mère !','http://www.jebaisemamere.com/','');
				else window.external.AddFavorite('http://www.jebaisemamere.com/','JeBaiseMaMère.com - Vidéos porno de femme mature, maman salope et belle mère !');
				return false;
			}
		}
	}
}

bookmark(document.getElementsByTagName('a'));