function writeHeader() {
document.write('<table cellspacing="0" cellpadding="0" border="0" background="/vs/images/header_bc.gif" width="100%">');
document.write('<tr>');
document.write('<td width="126" height="114"><img src="/vs/images/head_vs5.jpg" width="126" height="114" alt="" border="0"></td>');
document.write('<td width="100" align="right" valign="top">&nbsp;&nbsp;</td>');
document.write('<td align="center" valign="middle"><img src="/vs/images/vs.gif" width="217" height="70" alt="" border="0"></td>');
document.write('<td align="center" valign="top" width="171"><a href="/"><img src="/vs/images/wis.gif" width="162" vspace="9" height="59" alt="" border="0"></a></td>');
document.write('</tr>');
document.write('</table>');
}

