Edit code and log into admin ,click on settings ,and page settings and put code into header .
..
<font color="#:FFFFFF" size="1" face="Arial">
<script>
// (C) 2012 www.fancyflirts.co.uk
// http://www.fancyflirts.co.uk
// Free for all users, but leave in this header
// message to show in non-IE browsers
var txt = "Bookmark Us!"
// url you wish to have bookmarked
var url = "http://www.your website here";
// caption to appear with bookmark
var who = "Bookmark Us"
// do not edit below this line
// ===========================
var ver = navigator.appName
var num = parseInt(navigator.appVersion)
if ((ver == "Microsoft Internet Explorer")&&(num >= 4)) {
document.write('<A HREF="javascript:window.external.AddFavorite(url,who);" ');
document.write('onMouseOver=" window.status=')
document.write("txt; return true ")
document.write('"onMouseOut=" window.status=')
document.write("' '; return true ")
document.write('">'+ txt + '</a>')
}else{
txt += " (Ctrl+D)"
document.write(txt)
}
</script>
</font>
its on top left of my website ,www.fancyflirts.co.uk if you want to view it.