$(document).ready(function() {
	if($('#login-site').length > 0) {
		$('.submit_action').append('<input type="hidden" name="jscheck" id="jscheck" value="' + $('#jsc').html() + '" />');	
	}
});

