jQuery.extend({
	random: function(X) {
	    return Math.floor(X * (Math.random() % 1));
	}
});
