var Sequencer = new Class({

	Implements: Chain,
	
	start: function()
	{
		//this.clearChain();
		this.callChain();
	}

})