var random = Math.floor(Math.random()*100000000001);

YAS = {};

$(document).ready(function(){
	if($('#client-chooser').length > 0) {
		$('#client_force').live('change',function(){
			$('#client-chooser form').submit();
		});
	}
});
