<!-- Begin



// NOTE: Edit these variables







var	adsensesearch	= "yes"				// SHOW GOOGLE SEARCH BOX

var	clientID	= "pub-0000000000000000"	// ENTER YOUR CLIENT ID HERE





// SHOW IMAGE IN RESULTS HEADER

var	showlogo	= "yes"





// LOGO IMAGE LOCATION

var	logoURL		= "http://allwebcodesign.com/picts/google_alllogo.jpg"







// LINK FOR RESULTS LOGO

var	logoLINK	= "http://allwebcodesign.com"







// GOOGLE SITE SEARCH









// COPYRIGHT 2008 © Allwebco Design Corporation

// Unauthorized use or sale of this script is strictly prohibited by law









   if (adsensesearch == "yes") {



document.write('<form method="get" action="http://www.google.com/custom" target="_top" class="searchmargin">');

document.write('<table cellpadding="0" cellspacing="2" border="0" class="googlesearch">');

document.write('<tr><td valign="middle" align="left">');

document.write('<a href="http://www.google.com/"><img src="picts/search_google_logo.gif" border="0" alt="Google" align="middle"></a><br>');

document.write('<label for="sbi" style="display: none">Enter your search terms</label>');

document.write('</td><td valign="middle">');

document.write('<input type="text" name="q" size="15" maxlength="255" value="" id="sbi" class="searchsiteform">');

document.write('<label for="sbb" style="display: none">Submit search form</label>');

document.write('</td><td valign="middle">');

document.write('<input type="hidden" name="client" value="'+clientID+'">');

document.write('<input type="hidden" name="forid" value="1">');

document.write('<input type="hidden" name="ie" value="ISO-8859-1">');

document.write('<input type="hidden" name="oe" value="ISO-8859-1">');



   if (showlogo == "yes") {

document.write('<input type="hidden" name="cof" value="GALT:#0066CC;GL:1;DIV:#999999;VLC:336633;AH:center;BGC:FFFFFF;LBGC:0076C8;ALC:0066CC;LC:0066CC;T:000000;GFNT:666666;GIMP:666666;LH:50;LW:750;L:'+logoURL+';S:'+logoLINK+';FORID:1"></input>');

	}

   else {

document.write('<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1"></input>');

	}

document.write('<input type="hidden" name="hl" value="en">');

document.write('<input type="submit" name="sa" value="Search" id="sbb" class="searchbutton"><br>');

document.write('</td></tr></table>');

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

}























//  End -->
