function writeCenter() {	document.write(" <table width='200' border='0' cellpadding='0' cellspacing='0'>");		document.write("  <tr>");		document.write("    <td bgcolor='#EB7A22'><img src='images/spacer.gif' width='3' height='3'></td>");		document.write("    <td align='left' valign='top'><img src='images/careers/jobs/photo_fc_apply_online.jpg' width='197' height='187'></td>");		document.write("  </tr>");		document.write("  <tr>");		document.write("    <td width='3' bgcolor='#EB7A22'><img src='images/spacer.gif' width='3' height='3'></td>");		document.write("    <td align='left' valign='top' class='grey12'>");				   	document.write("	 <table border='0' cellspacing='10' cellpadding='0'>");		document.write("        <tr>");		document.write("          <td class='grey12'>Please use our online application.</p><p><span class='link'><a href='careers_online_application.php' class='link'>VIEW APPLICATION</a> <span class='linkBar'>|</span><span class='linkCarat'>&#8250;</span><span class='linkBar'>|<br></span></span></td>");		document.write("        </tr>");		document.write("    </table>");		document.write("   </td>");		document.write("  </tr>");		document.write(" </table>");	}