var swftopic
window.addEvent('domready', function()
{
	swftopic = new SWFTopic(path+'SWFTopic.swf');
	if(Browser.Plugins.Flash.version<10)
	{
		$('cover').setStyle("display","block").tween("opacity",[0,.9]);
		$('flashplayer').setStyle("margin-top",(document.getSize().y-100)/2);

	}
})
