
var color		= "000000"
var flashheight		= "30"
var flashwidth		= "116"
var stripes	 	= "no"
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100" BGCOLOR="#'+color+'"><tr><td ALIGN="CENTER">');
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="link4" ALIGN="">');
document.write('<PARAM NAME=movie VALUE="link4.swf">');
document.write('<PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#'+color+'>');
document.write('<EMBED src="link4.swf" quality=high bgcolor=#'+color+'  WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="link4" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write('</EMBED>');
document.write('</OBJECT>');
document.write('</td></tr></table>');
   if (stripes == "yes") {
document.write('<img>');
}



