<!--
if (document.all)
document.write("<p class='small'><a href='#' onClick='favourite()'>Click here to add this website to your favourites</a>");
function favourite()
{
window.external.addFavorite('http://www.jameshead.co.uk','Southwest Hashing and Orienteering')
}
//-->