<!-- Search Script -->
function submitform() {
       var new_query="intitle:index.of \"mp3\" \"" +document.gs.query.value +"\"-htm -html -php -asp \"Last Modified\"";
       document.gs.query.value=new_query;
       }
function clearField(){
document.gs.query.value = "";

}
<!-- End Search Script -->

