$(document).ready(function (){
	new Blockster({
		holder:'#rotator',
		rows: 3,
		columns: 2,
		blockAnimSpeed: 50,
		startWithoutDelay: false,
		pause:5000,
		random: false
	});
});
