﻿/*googleSearch v 1.0
* by marmaraweb
* Copyright (c) 2008 marmaraweb. All Rights Reserved.
* Contact baysen24@gmail.com for more information.
*/
 
//arama adresine gönder

function chanceFormAction(frmForm) 
    {
        var frm = document.getElementById(frmForm);
        frm.id = "cse-search-box";
        frm.name = "cse-search-box";
        frm.action = "http://www.eduq.com/GoogleSearch.aspx?cx="+document.getElementById("cx").value+"&cof="+document.getElementById("cof").value+"&ie="+document.getElementById("ie").value+"&q="+document.getElementById("q").value+"&sa=SEARCH";
        document.getElementById("sa").click();                
    }