function cpSearch(){

	var cpAra = document.getElementById("cpAra").value
	var cpBolum = document.getElementById("cpBolum")
	var cpBolumSecim = cpBolum.options[cpBolum.selectedIndex].value
	
	if(cpBolumSecim==1){location.href='/news.asp?ara='+cpAra}
	else if(cpBolumSecim==2){location.href='/bands.asp?ara='+cpAra+'&bandPos=1&sType=0&bolum=1'}
	else if(cpBolumSecim==3){location.href='/interviews.asp?ara='+cpAra+'&outSearch=1'}
	else if(cpBolumSecim==4){location.href='/reviews.asp?ara='+cpAra+'&outSearch=1'}
	else if(cpBolumSecim==5){location.href='/programs.asp?ara='+cpAra}
	else if(cpBolumSecim==6){location.href='/tabs.asp?ara='+cpAra+'&outSearch=1'}
	else if(cpBolumSecim==7){location.href='/lyrics.asp?ara='+cpAra+'&outSearch=1'}
	else if(cpBolumSecim==8){location.href='/download.asp?downPos=1&ara='+cpAra+'&CID=0'}
	else if(cpBolumSecim==9){location.href='/articles.asp?ara='+cpAra}
	else if(cpBolumSecim==10){location.href='/lessons.asp?ara='+cpAra}
	else if(cpBolumSecim==11){location.href='/links.asp?linkPos=1&ara='+cpAra+'&CID=0'}
	else if(cpBolumSecim==12){location.href='/musicians.asp?ara='+cpAra}

}


function SearchChanger(){
	
	var titleDiv = document.getElementById("searchTitle").innerHTML
	
	if(titleDiv.indexOf("Google") > 0) {
		
		document.getElementById("searchTitle").innerHTML = document.getElementById("searchInSite").innerHTML
		document.getElementById("cpSearchGoogle").style.display="block";
		document.getElementById("cpSearchSite").style.display="none";
		
		}
		
	else if(titleDiv.indexOf("CryingPuppet") > 0) {
		
		document.getElementById("searchTitle").innerHTML = document.getElementById("searchInGoogle").innerHTML
		document.getElementById("cpSearchSite").style.display="block";
		document.getElementById("cpSearchGoogle").style.display="none";
		
		}
	
	}
