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