/* Open the author links from comments in new window * @author kos */
if (typeof(jQuery)!='undefined'){jQuery(document).ready(function($){$('#comments a').attr('target','_blank');});}


