<!-- Begin

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




var searchdomain	= "custombarn.com"		// DOMAIN TO SEARCH




// SIMPLE GOOGLE SITE SEARCH




// COPYRIGHT 2007 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law




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('<input type="radio" name="sitesearch" value="">Google <input type="radio" name="sitesearch" value="'+searchdomain+'" checked>Site ');

document.write('<INPUT type="text" name="q" size="12" maxlength="255" value="" class="search_box"> ');

document.write('<INPUT TYPE="image" SRC="images/search.jpg" border="0" onmouseover="this.src=\'images/search-over.jpg\'" onmouseout="this.src=\'images/search.jpg\'" alt="Search" class="search_label" align="absmiddle">')

document.write('</form>');





//  End -->