var bookmarktitle = 'Nervous Graphics';
if(navigator.userAgent.indexOf('MSIE') >= 0 && navigator.userAgent.indexOf('Opera') < 0)
{
	document.write('<a href="#" onclick="window.external.addFavorite(location.href,bookmarktitle); return false;">Bookmark us!<\/a>');
} else {
	document.write('<a id="favlink" href="#" rel="sidebar">Bookmark us!<\/a>');
	document.getElementById('favlink').href = location.href;
	document.getElementById('favlink').title = bookmarktitle;
}