function FLogoOld()
{
document.write( "<!-- Div Logo -->");
document.write("<div style=\"z-index:600;position:absolute; top:412px; left:-20px; border:0px solid #CCCCCC; padding:0px; margin:0px; cursor:pointer;cursor:hand;\" onclick=\"window.open('http://www.fetherstonhaugh.com','')\">");
document.write("<img src='assets/F_credit_gray.gif' alt=\"www.fetherstonhaugh.com\" title=\"www.fetherstonhaugh.com\" />");
document.write("</div>");
}


function FLogo(){document.write( "<!-- Div Logo -->");document.write("<div style=\"z-index:600;position:absolute; top:411px; left:-20px; border:0px solid #CCCCCC; padding:0px; margin:0px;\" >");document.write("<a href=\"http://www.fetherstonhaugh.com\" target=\"_blank\" > <img border=\"none\" src='assets/F_credit_gray.gif' alt=\"www.fetherstonhaugh.com\" title=\"www.fetherstonhaugh.com\" /></a>");document.write("</div>");}