var bookmarktitle = 'Fashionable Handbags - Handbags, Leather Handbags, Designer Handbags...';
if(navigator.userAgent.indexOf('MSIE') >= 0 && navigator.userAgent.indexOf('Opera') < 0)
{
	document.write('<a href="#" id="bookmark" title="Bookmark Us!" onclick="window.external.addFavorite(location.href,bookmarktitle); return false;" rel="nofollow">Bookmark Us!<\/a>');
} else {
	document.write('<a href="#" rel="sidebar" id="bookmark">Bookmark Us!<\/a>');
	document.getElementById('bookmark').href = location.href;
	document.getElementById('bookmark').title = bookmarktitle;
}
