<!-- Begin HEADER OPTIONS CODE


// 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
var headerlayer		= "no"		// SOLID COLOR HEADER




// COPYRIGHT 2008 © Lyrebird Media
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE



document.write('<div id="header-layer">');
   if (headerlayer == "yes") {
document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width=100%><tr><td bgcolor=#'+color+' align=center>');
}

document.write('<a href="http://globalartscollective.org/acf/about.htm"><img src="picts/logo_index.gif" HEIGHT="100" WIDTH="600" border="0"></a><br>');

   if (headerlayer == "yes") {
document.write("</td></tr></table>");
}
document.write('</div>');

//  End -->