<!-- 
function bookmarksite(){
if (document.all)
window.external.AddFavorite(location.href, document.title);
else if (window.sidebar)
window.sidebar.addPanel(document.title, location.href, "")
}



function mailpage()
{
mail_str = "mailto:?subject=Shire Direct Mortgages website > " + document.title;
mail_str += "&body=Hi, I thought you might be interested in taking a look at the following page... '" + document.title;
mail_str += "' on the Shire Direct mortgages website. You can view it by clicking the following link... ' " + location.href; 
mail_str += "'. I hope you find it to be useful!" 
location.href = mail_str;
}
document.write('<div id="utilities-header"><strong>Useful options for this page:</strong></div><a href="javascript:window.print();"><strong class="black">Print<span class="light italics"></span></strong></a><strong class="red"> | </strong><a href="javascript:bookmarksite()"><strong class="black">Bookmark</strong></a><strong class="red"> | </strong><a href="/contact/recommendation/index.php"><strong class="black">Tell a friend</strong></a><strong class="red"> | </strong><a href="/contact/feedback.php"><strong class="black">Send us Feedback</strong></a>');
//-->
