<!-- header

var flashwidth		= "500"		// width of the flash (in pixels)
var flashheight		= "71"		// height of the flash (in pixels)
var color		    = "FFFFFF"	// image slider background color


document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width="900" bgcolor="#FFFFFF">');
document.write('<tr>');
document.write('<td align="left" width="500" background="pic/header-bgrd.jpg">');

document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0" id="kvark" width="500" height="71">');
document.write('<param name="movie" value="kvark.swf">');
document.write('<param name="quality" value="high">');
document.write('<param name="bgcolor" value="#FFFFFF">');
document.write('<embed name="kvark" src="kvark.swf" quality="high" bgcolor="#FFFFFF" width="500" height="71" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
document.write('</embed>');
document.write('</object>');

document.write('</td>');

document.write('<td align="right" valign="bottom" width="400" height="71" background="pic/header-bgrd.jpg">');
document.write('<span id="clock"></span>&nbsp;&nbsp;&nbsp;&nbsp;</td>');
document.write('</tr>');
document.write('</table>');

//  end -->