<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var color		= "9B9FA8"		// HEADER BACKGROUND COLOR


document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" bgcolor="#'+color+'">');

document.write('<tr><td ALIGN="LEFT" VALIGN="CENTER">');

document.write('<a href="index.html"><center><img src="vontronics.gif" border="0"></center></a><br>');

document.write('</td></tr></table>');

//  End -->