$(document).ready(function(){
	$(".defaultValue").focus(doClear);
	$(".defaultValue").blur(doDefault);
});
