window.addEvent('domready', function() {

	$$('div.mod_flash').addEvents({
		'mousewheel': function() {return false;}
	})

})
