﻿	$(document).ready(function(){	
		$('#txtYear-div input').click(function(){
			$(this).val('');
		});
	});	 