$(document).ready(function(){
	var t = setTimeout(function(){
		document["mainimageSwf"].swfSetLoad();
		clearTimeout(t);
	}, 1000);
});
