// 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('<table width="780" border="0" cellpadding="5" cellspacing="5" bgcolor="666666">');
dw('<tr>');
dw('<td align="left" class="footnote">Copyright 1999-2011 St. Louis Chinese American News ¸t¸ô©ö®É³ø. All Rights Reserved.<br>');
dw('Please read our <a href="http://www.scanews.com/tou.html" class="footnote">Term of Use</a> and <a href="http://www.scanews.com/tou.html#privacy" class="footnote">Privacy Policy</a><br>');
dw('1766 Burns Ave, Suite 201, St. Louis, MO 63132 (0.6 mile west of Page & 170),<br>Tel: (314) 432-3858 Fax: (314) 432-1217</td>');
dw('<td width="200" align="right" class="footnote"> <a href="/" class="footnote">http://www.scancews.com</a> ');
dw('<br>E-mail: <a  class="footnote" href="mailto:editor@scanews.com">editor@scanews.com</a><br> ');
dw('<a href="http://www.scanews.com/feedback.html" class="footnote">Questions or Comments?</a></td>');
dw('</tr>');
dw('</table>');
