/*  Search.js  JavaScript file - Scriptus Web Design
© 2008 Scriptus Web Design:  www.scriptus.co.nz */

// All-in-one Internal Site Search script- By JavaScriptKit.com (http://www.javascriptkit.com)
// For this and over 400+ free scripts, visit JavaScript Kit- http://www.javascriptkit.com/
// This notice must stay intact for use
// Enter domain of site to search.

    var domainroot="http://ashburtonresourcecentre.co.nz/"

    var searchaction="http://www.google.com/search"

    var queryfieldname="q" //name of hidden query form for the 3 search engines


    function jksitesearch(curobj){

//    for (i=0; i< document.jksearch.se.length; i++){ //loop through radio to see which is checked

//    if (document.jksearch.se[i].checked==true)

//    switchaction(document.jksearch.se[i], i)

//    }

    document.getElementById("hiddenquery").value="site:"+domainroot+" "+curobj.qfront.value

}

// End function
