var bookmarktitle = 'Royal Purple UK';
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 this website<\/a>');
} else {
	document.write('<a id="favlink" href="#" rel="sidebar">Bookmark this website<\/a>');
	document.getElementById('favlink').href = location.href;
	document.getElementById('favlink').title = bookmarktitle;
}
