// JavaScript Document
// Google Search Box - Javascript Version

    document.write("<form id='cse-search-box' action='/search.php'>");
        document.write("<input type='hidden' name='cx' value='017501479776596817123:luxk6fnet4o' />");
        document.write("<input type='hidden' name='cof' value='FORID:11' />");
        document.write("<label for='q' id='searchlabel'>Search:</label><input name='q' id='q' type='text' size='20' />");
	    document.write("<input name='sa' type='image' value='Search' src='/graphics/gobutton_light.gif' alt='Go Search' align='middle' width='25' height='21' border='0' />");    
    document.write("</form>");

