﻿function initSwf(){
	swfobject.embedSWF("index.swf", "topFlash", "930", "410", "9.0.0");
}

$(function(){
	initSwf();
});

