<!-- // Begin

// NOTE: If you use a ' add a slash before it like this \'




var showsearch		= "no"			// DISPLAY SEARCH
var searchdomain	= "jkelitecheerleading.org"	// DOMAIN TO SEARCH
var searchname		= "Website"		// SEARCH NAME DISPLAYED



   if (showsearch == "yes") {
document.write('<form method="get" action="http://jkelitecheerleading.org/locations.htm" class="formmargin" target="_top">');
document.write('<input type="hidden" name="ie" value="UTF-8">');
document.write('<input type="hidden" name="oe" value="UTF-8">');
document.write('<input type="hidden" name="domains" value="'+searchdomain+'">');

document.write('<table cellpadding="0" cellspacing="0" border="0" class="searchtext"><tr><td align="left" valign="top">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td valign="top">');


document.write('</td><td valign="top">');

document.write('<input type="image" src="picts/Megaphonewhite.jpg" border="0" onmouseover="this.src=\'picts/BlackRedPom.jpg\'" onmouseout="this.src=\'picts/BlackRedPom.jpg\'" alt="Class Locations By You" style="margin-right:7px"><br>')

document.write('</td></tr></table>');


document.write('</td></tr></table>');

document.write('</form>');
}




//  End -->