// JavaScript Document
$(function(){
	$("#home").empty().flash({
		swf:"template/swf/home.swf",
		height: "600",
		width: "880"
	})
});	
