
var color		= "21225b"	
var flashheight		= "100"		
var flashwidth		= "550"		
var stripes	 	= "yes"		

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="800" BGCOLOR="#'+color+'" style="left-margin:2px;"><tr><td ALIGN="LEFT" width="70%">');

document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" id="logo" ALIGN="">');
document.write('<PARAM NAME=movie VALUE="logo.swf">');
document.write('<param name="wmode" value="opaque"/>');
document.write('<PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#'+color+'>');
document.write('<EMBED src="logo.swf" wmode="opaque" quality=high bgcolor=#'+color+'  WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="logo" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write('</EMBED>');
document.write('</OBJECT>');

document.write('</td>');
document.write('<td width="30%" align="right" valign="center">');
document.write('<img src="picts/contactinfo.jpg" width="200" height="100">');
document.write('</td>');
document.write('</tr></table>');

   if (stripes == "yes") {
document.write('<img src="picts/stretchbar.jpg" width="800" height="28"><br>');
}
