// a function to simplify HTML authoring with Javascript
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function dw(text)
{
  document.write(text);
}

dw('<font color="#000099" size="1" face="Verdana, Arial, Helvetica, sans-serif"><strong>8041 Olive Blvd., St. Louis, MO 63130<br>');
dw('(<a href="http://www.scanews.com/2004/march/s708/scanews/news.html">next to Olive Farmers Market</a>)<br>');
dw('Tel: (314) 432-3858 Fax: (314) 432-1217<br>');
dw('<a href="http://www.scanews.com">http://www.scanews.com</a> <img src="/images/transparent.gif" width="10" height="10" border="0">E-Mail: ');
dw('<a href="mailto:editor@scanews.com">editor@scanews.com</a><br>');
dw('<a href="http://www.scanews.com/feedback.html"><em>Questions or Comments?</em></a></strong></font>');