// Begin

// NOTE: If you use a ' add a slash before it like this \'


var flashcolor		= "000000"		// FLASH BACKGROUND COLOR
var headerheight	= "70"			// HEADER height (IN PIXELS)
var flashheight		= "70"			// height OF THE FLASH (IN PIXELS)
var flashwidth		= "450"			// width OF THE FLASH (IN PIXELS)




// COPYRIGHT 2008 
// 

// YOU DO NOT NEED TO EDIT BELOW THIS LINE




// START FLASH LOGO HEADER

document.write('<table cellpadding="0" cellspacing="0" border="0" height="'+headerheight+'" class="header"><tr><td align="left" valign="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="logo">');
document.write('<param name="movie" value="logo.swf">');
document.write('<param name="quality" value="high">');
document.write('<param name="wmode" value="transparent">');
document.write('<param name="scale" value="exactfit">');
document.write('<param name="bgcolor" value="#'+flashcolor+'">');
document.write('<embed src="logo.swf" quality="high" wmode="transparent" scale="exactfit" bgcolor="#'+flashcolor+'" width="'+flashwidth+'" height="'+flashheight+'" name="logo" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object><br />');
document.write('</td></tr></table>');


//  End -->
