current_site = "Google"

var set_def = false

function fetch() {

	if (set_def == true) {

		set_default = "t"

	}else{

		set_default = ""

	}

	tmp = document.SearchForm.Search.value;

	stmp = "";

	for (i=0 ; i <= tmp.length ; i++) {

		if (tmp.charAt(i) == " ") {

			stmp = stmp + "+"; 

		} else {

			stmp = stmp + tmp.charAt(i); 

		}

	}

	if (current_site == "Google") {

		ifra.location.href = "http://www.google.com.tw/custom?hl=zh-TW&cof=GALT%3A%23333399%3BGL%3A1%3BDIV%3A%235555FF%3BVLC%3A003333%3BAH%3Acenter%3BBGC%3AFFFFFF%3BLBGC%3AC4C4FF%3BALC%3ACC0033%3BLC%3ACC0033%3BT%3A000000%3BGFNT%3A666666%3BGIMP%3A666666%3BLH%3A90%3BLW%3A213%3BL%3Ahttp%3A%2F%2Fwww.tiao.com.tw%2Fimages%2Ftiao_top_title_for_google.gif%3BS%3Ahttp%3A%2F%2Fwww.tiao.com.tw%2F%3BFORID%3A1%3B&oe=UTF-8&ie=UTF-8&forid=1&client=pub-0292403603183304&domains=www.tiao.com.tw&q=" + document.SearchForm.Search.value

	}

	if (current_site == "Yahoo_kimo") {

		ifra.location.href = "http://tw.search.yahoo.com/search?p=" + document.SearchForm.Search.value + "&prssweb=%E6%90%9C%E5%B0%8B&ei=UTF-8&fr=fp-tab-web-t&x=wrt&meta=vc%3D"

	}

	if (current_site == "yahoo_jp") {

		ifra.location.href = "http://search.yahoo.co.jp/search?p=" + document.SearchForm.Search.value + "&ei=UTF-8&fr=bb_top_v2&fl=0&x=wrt&meta=vc%3D"

	}

	return false;

}



function toggle_setdef() {

set_def = !(set_def);

}



function setsite(sitenow) {

current_site = sitenow;

}

