<!-- Begin

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




var searchdomain	= "juicingshack.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 action="http://www.juicingshack.com/search_shack.html" id="cse-search-box">');
document.write('<div>');
    document.write('<input type="hidden" name="cx" value="009124905763589086685:ly-7gcx8avi" />');
    document.write('<input type="hidden" name="cof" value="FORID:10" />');
    document.write('<input type="hidden" name="ie" value="UTF-8" />');
    document.write('<input type="text" name="q" size="31" />');
    document.write('<input type="submit" name="sa" value="Search" />');
  document.write('</div>');
document.write('</form>');
document.write('<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en">');
document.write('</script>');


 





//  End -->