window.addEvent('domready',function(){
	new Asset.image('images/dummy.gif',{
		onload:function(){
			$('beat-dummy').beat();
		}
	});
});


