$(document).ready( function() {
    // PNG;
    //$(document).pngFix();
	// Flash;
    $("#flash").flash({
        src: "/templates/flash/start.swf",
        width: "920",
        height: "650",
		wmode: "transparent"
	});
});