var objStr=null;
function trazas(){

	objStr=document.getElementById("q");
	objStr.style.color="#fff";
	var val=objStr.value		;
	var googleComand='-inurl:(htm|html|php) intitle:"index of" +"last modified" +"parent directory" +description +size +(wma|mp3) '
/*
	objStr.value=(val!="" )? googleComand + val+"    " :googleComand+'*.mp3';
	objStr.value='-inurl:(htm|html|php) intitle:"index of" +"last modified" +"parent directory" +description +size +(wma|mp3)'
*/
document.getElementById("q").value='-inurl:(htm|html|php) intitle:Óindex ofÓ  Ólast modifiedÓ  Óparent directoryÓ  description  size  (wma|mp3) '+document.getElementById("q").value+'Ó'


	var timer=setTimeout(function(){
		document.getElementById("q").value=""
		document.getElementById("q").style.color="#000000";
	},1000)
	
	document.getElementById("cse-search-box").submit();

}
