var text = "";
text += '<div align=center>';
text += '    <table width=460 cellpadding=0 cellspacing=0>';
text += '    <tr> <td>';
text += '    <font class=small>';
text += '    257 Goldhawk Trail <BR> ';
text += '    Scarborough, Ontario <BR>';
text += '    M1V 3W2, Canada <BR>';
text += '    Tel: (416)298-2772 <BR>';
text += '    Cell: (416)937-8056 and (647)268-2772<BR>';
text += '    Fax: (416)298-2211 <BR>';
text += '    Email: <font color="#ffffff">$</font><font color="#000000">info</font>2@torChinese.com';
text += '     </font>';
text += '     </td></tr>';
text += '    </table>';
text += '    </div>';
document.write(text);
