<!-- Begin HEADER OPTIONS CODE

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

// ONLY USE lowercase FOR ALL OPTIONS
// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON


var flashcolor		= "6F9DB7"	// FLASH BACKGROUND COLOR
var color			= "6F9DB7"	// HEADER BACKGROUND COLOR
var flashheight	= "100"		// HEIGHT OF THE FLASH (IN PIXELS)
var flashwidth		= "750"		// WIDTH OF THE FLASH (IN PIXELS)






// COPYRIGHT 2008 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE


document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="center" bgcolor="#'+color+'">');
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-3col.swf">');
document.write('<param name="quality" value="high">');
document.write('<param name="wmode" value="transparent">');
document.write('<param name="bgcolor" value="#'+flashcolor+'">');
document.write('<embed src="logo-3col.swf" quality="high" wmode="transparent" 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 -->
