<!--
var htmlText = ''
htmlText = '<tr valign=\"top\">'
    htmlText += '<td colspan=\"3\"><table width=\"750\" cellpadding=\"3\" cellspacing=\"0\" id=\"footer\" style=\"margin-bottom:8px; \">'
    htmlText += '<tr >'
    htmlText += '<td width=\"12\" bgcolor=\"#1A3964\">&nbsp;</td>'    
    htmlText += '<td width=\"244\" align=\"center\" bgcolor=\"#336699\">Copyright 2007 - Hybrid Turkeys </td>'
    htmlText += '<td width=\"76\" align=\"center\" bgcolor=\"#336699\"><a href=\"disclaimer.html\">Disclaimer</a></td>'
    htmlText += '<td width=\"85\" align=\"center\" bgcolor=\"#336699\"><a href=\"Media/PDF_files/Hybrid_Turkeys_General_Conditions_of_Sale.pdf\">Terms of Sale</a></td>'
    htmlText += '<td width=\"76\" align=\"center\" bgcolor=\"#336699\"><a href=\"sitemap.html\">Site map</a> </td>'
    htmlText += '<td width=\"222\" bgcolor=\"#1A3964\">&nbsp;</td>'    
    htmlText += '</tr>'   
    htmlText += '</table></td>'
    htmlText += '</tr>'
document.write(htmlText)
// -->

