$(constructor);

function constructor() {
$("#alllines").bind ( 'click', function() {
										$("#pagelines input:checkbox").attr("checked",this.checked);
										  } );
}
// constructor
