// Copyright script for English WEB pages
    var copyrighttext = "&copy;2009 Steuben Day Observance Association of Philadelphia &amp; Vicinity, Inc."

    document.writeln('<hr>')
    document.writeln('<p align="center">For further information, please contact us:<br>');
    document.writeln('<br>');
    document.writeln('<font size="1"><i>Steuben Day Observance Association of Philadelphia and Vicinity, Inc.<br>');
    document.writeln('8601 Roosevelt Boulevard * Philadelphia, Pennsylvania 19152</i><br>');
    document.writeln('E-mail: <a href="mailto:info@steubenparade.com">info@steubenparade.com</a></font></p>');
//    document.writeln('<p align="center">Our major sponsor:<br>');	
//    document.writeln('<table align="center"><tr><td>');
//    document.writeln('<a href="http://www.nanc.com/" target="_blank">'+
//        '<img height="82" src="http://www.steubenparade.com/logo/nanc_logo.png" width="65" border="0"></a><br>');
//    document.writeln('</td><td>');
//    document.writeln('<a href="http://www.lufthansa-usa.com/" target="_blank">'+
//        '<img src="http://www.steubenparade.com/logo/lh45.gif" border="0" height="82" width="246"></a>');
//    document.writeln('</td></tr></table>');
    document.writeln('<font size="1">' + copyrighttext + '</font></p>');
    