function clearsearchbox() {
	if(document.getElementById('searchinput').value == "Enter search term"){
		document.getElementById('searchinput').value = '';
	}
}

$(function(){
	//track all MP3 downloads
	$('#content a[href$=mp3],#content a[href$=MP3]').click(function(){
		try{pageTracker._trackEvent('Audio', 'download', document.location.href + ' - ' + $(this).attr("href").replace(/\'/g,""))}catch(e){}
		return true;
	});
});
