$(document).ready( function() {
$('input[name=author-guest]').attr("checked","checked");
});