window.addEvent('domready',function(){
	$('button-shake').addEvent('click',function(){
		$('shake-dummy').shake();
	});
});

