<!--
function MGfooter(docnm,dtemd) {
//alert ("into footer");
//alert (docnm);
//alert (dtemd);
var docname  = docnm;
var datemod = dtemd;
document.write ("<H3 align=\"center\"><FONT COLOR=\"\#ff9933\">Need More Help&#63;<\/FONT><\/H3>");

document.write ("Walk-ins are welcome at the Master Gardeners&#39; office at the O.S.U. Extension Center, 4116 E. 15th Street (Fairground Gate &#35;6). You can reach us by <B>phone<\/B> at <B>&#40;918&#41; 746-3701<\/B>.  Our hours are from 9:00 a.m. to 4:00 p.m. Monday through Friday except County holidays."); 

document.write ("<P>");
document.write ("<FONT size=5 COLOR=\"\#ff9933\">T</FONT>ulsa <FONT size=5 COLOR=\"\#ff9933\">M</FONT>aster <FONT size=5 COLOR=\"\#ff9933\">G</FONT>ardeners are Tulsa County residents and experienced gardeners who have received extensive training through the Cooperative Extension Service. Their desire is to share their knowledge, expertise and love of gardening with the Tulsa County gardening public. As volunteer representatives of the Oklahoma Cooperative Extension Service, <FONT size=4 COLOR=\"#ff9933\">T</FONT>ulsa <FONT size=4 COLOR=\"\#ff9933\">M<\/FONT>aster <FONT size=4 COLOR=\"\#ff9933\">G<\/FONT>ardeners follow the research-based recommendations of the Cooperative Extension Service.");
document.write ("<\/P>");


document.write ("<hr \/><center>"); 
document.write ("<table border = \"0\">"); 
document.write ("<tr><td style=\"font-family: arial;font-size: 8pt;text-align: left;color: black;font-weight: 400;\">");
document.write ('URI: ' + docname + ' <\/td>'); 
document.write ("<td style=\"font-family: arial;font-size: 8pt;text-align: left;color: black;font-weight: 400;\">");
document.write ('Date Modified: ' + datemod + '<\/td><\/tr>'); 
document.write ("<\/table><\/center>");  
}
-->
