var googleResultUrl = 'http://uiuc.edu/resources/results.html';
var cx              = '006549799505564222509:-8lddip9q2g';
var cof             = 'FORID:11';

//leave skinId blank to use the campus default
var skinId              = '';

	function sendSearch(){
		var F=document.gs;
	 if(F.searchType_people.checked)
	 {
		F.cx.value = '';
		F.cof.value = '';
		if(F.q.value == 'Search')
		{
		   Fs.search.value = '';
		}
		else
		{
		   F.search.value = F.q.value;  
		}
		F.skinId.value = skinId;
		F.action = "http://illinois.edu/ds/search";
	}
	else
	{
		F.cx.value = cx;
		F.cof.value = cof;
		F.id = cx;
		F.action = googleResultUrl;
	}
}
function checkSearchValue(){
    if(document.gs.q.value == 'Search'){document.gs.q.value ='';}
}
