jQuery.noConflict();

jQuery(document).ready(function(){
	
	jQuery('#nickname').click(function(){this.value=''});
	
});
