// JavaScript Document
$(document).ready(function(){
	$('h3').corner("10px");
	$('input.ClickDel').click(function(){ $(this).val(""); });
});
