$(function(){
	$('a:not([href^="'+$('#baseurl').attr('href')+'"]),.nw').each(function(){if(!$(this).hasClass('nonw')){$(this).attr('target','_blank');}});
	$('.clearonclic').focus(function(){$(this).val('');$(this).removeClass('clearonclic');});
});