/*USN.on("search-query", "focus", function() {
	this.value = this.value == "SEARCH" ? "" : this.value;
});
USN.on("search-query", "blur", function() {
	this.value = this.value == "" ? "SEARCH" : this.value;
});*/

