;(function($) {
$(document).ready( function() {
							
$('#maimulte').click(function() {
$("input[@type=checkbox][name^='tlds']").attr('checked', 'checked');
$(this).parents('form:first').submit();
})

});
})(jQuery);
