$(document).ready(function() {

	$('div#url input').click(function() {
		$(this).select();
	});

});