$(document).ready(function(){
	$("#q").click(function(){
		if ($(this).val() == "Search SolarBridge") {
			$(this).val("");
		}
	});
});