$(document).ready(function(){$('#content input.select-on-focus').focus(function(){this.select();});$('#content a.new-window').click(function(e){return!window.open($(this).attr('href'));})});