// hide the controls to change the center of service
$(function() {
	$('#print_tos_button').click(function(){
		var url='/operators/terms_of_service?print=true';
		var win=window.open(url);
		return false;
	});
});