$(function(){
$("#trackback input[@type^='text']").click(function(){
$(this).select();
});
});
