<!-- // Begin

// NOTE: If you use a ' add a slash before it like this \'




var showsearch		= "yes"			  // DISPLAY SEARCH
var searchdomain	= "mnkaren.org"	 // DOMAIN TO SEARCH
var searchname		= "Site"		// SEARCH NAME DISPLAYED






// DUAL SITE AND GOOGLE SEARCH
// COPYRIGHT 2009 © Karen Organization of Minnesota (KOM)
// Unauthorized use or sale of this script is strictly prohibited by law

document.write ('<!-- AddThis Button BEGIN -->');
document.write ('<div class="addthis_toolbox addthis_default_style">');
document.write ('<a class="addthis_button_preferred_1"></a>');
document.write ('<a class="addthis_button_preferred_2"></a>');
document.write ('<a class="addthis_button_preferred_3"></a>');
document.write ('<a class="addthis_button_preferred_4"></a>');
document.write ('<a class="addthis_button_compact"></a>');
document.write ('<a class="addthis_counter addthis_bubble_style"></a>');
document.write ('</div>');
document.write ('<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4e29687e063448a2"></script>');
document.write ('<!-- AddThis Button END -->');



   if (showsearch == "yes") {
document.write('<form method="get" action="http://www.google.com/search" 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="5" border="0" class="searchbox printhide"><tr><td align="left" valign="top">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td valign="top">');

document.write('<input type="text" name="q" size="15" maxlength="255" class="searchsiteform">');

document.write('</td><td valign="top">');

document.write('<input type="image" src="picts/search-off.gif" border="0" onmouseover="this.src=\'picts/search-on.gif\'" onmouseout="this.src=\'picts/search-off.gif\'" class="searchsitebutton"><br>');

document.write('</td></tr></table>');

document.write('<input type="radio" name="sitesearch" value="">Google <input type="radio" name="sitesearch" value="'+searchdomain+'" checked>'+searchname+'<br>');

document.write('</td></tr></table>');

document.write('</form>');

}


//  End -->
