var MethodQueueElement = function(method, arguments){
	this.method = method;
	this.arguments = arguments;
};
