function bookmark() {
if (document.all)
	window.external.AddFavorite("http://www.smallcss.com/", "Free Website Templates");
else if (window.sidebar)	
	window.sidebar.addPanel('Free Website Templates','http://www.smallcss.com/','');
}