<!-- Begin HEADER OPTIONS CODE -->
// COPYRIGHT 2008 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// 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 color			= "000000"	// HEADER BACKGROUND COLOR - ALSO EDIT THE coolstyle.css
//var color			= "2c343b"	// HEADER BACKGROUND COLOR - ALSO EDIT THE coolstyle.css
//var flashheight		= "40"	// HEIGHT OF THE FLASH (IN PIXELS)
//var flashwidth		= "600"	// WIDTH OF THE FLASH (IN PIXELS)


<!-- LOGO IMAGE -->
document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="left" bgcolor="#'+color+'">');
document.write('<a href="./index.html"><img src="./images/ewd_logo03.jpg" border="0"></a>');
document.write('</td></tr></table>');


<!-- Created with CoffeeCup Firestarter http://www.coffeecup.com -->
// document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="left" bgcolor="#'+color+'">');
// document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" id="ewd01" width="315" height="40">');
// document.write('<param name="movie" value="./ewd01.swf">');
// document.write('<param name="quality" value="high">');
// document.write('<param name="loop" value="false">');
// document.write('<embed src="./ewd01.swf" loop="false" quality="high" width="315" height="60" 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></tr></table>');


//  End -->