window.addEvent('domready', function() {
	var obj = new Swiff('/static/swf/top__.swf', {
		container: $('top'),
		height:220,
		width:968
	});
});

