<!-- // Begin

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



var color		= "FFFFFF"	// ( Edit in CSS ) HEADER BACKGROUND COLOR
var showimage 		= "no"	 	// SHOW THE LOGO FADE IMAGE






// YOU DO NOT NEED TO EDIT BELOW THIS LINE




// START LOGO HEADER

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" BGCOLOR="#'+color+'" class="header-graphiclogo"><tr><td align="left">');
document.write('<a href="index.html"><img src="http://www.geoshares.com/picts/logo3redg1.jpg" border="0" alt="Home"></a><br>');
   if (showimage == "yes") {
document.write('</td><td align="right" width="125">');
document.write('<div class="logo-fade">');
document.write('<img src="picts/spacer.gif" width="125" height="80" border="0"><br>');
document.write('<div>');
}
else {
document.write('</td><td align="right" width="10">');
document.write('<img src="picts/spacer.gif" width="10" height="10"><br>');
}
document.write('</td></tr></table>');




//  End -->