jQuery.noConflict();

jQuery(document).ready(function() {

jQuery("input#q").focus(function(){
jQuery(this).val("");
});


});