
var name = navigator.appName;
var webUrl = window.location;
var webTitle = "Log Cabins and Climbing Frames by Dunster House Ltd";
if (name == "Microsoft Internet Explorer"){
function bookmarkit(){ window.external.addFavorite(webUrl,webTitle) } if (document.all) document.write("<a href='#' onclick='bookmarkit()' ><img src='/img/addtofav.jpg' alt='Log Cabins and Climbing Frames by Dunster House Ltd' /><\/a>");
}else{
document.write("<a  href='"+webUrl+"' rel='sidebar' title='"+webTitle+"' ><img src='/img/addtofav.jpg' alt='Log Cabins and Climbing Frames by Dunster House Ltd' /><\/a>");
}
