$(document).ready(function() {
	init();
});

function init() {
	$("#video").flash({
		swf: "static/swf/VideoBackground.swf",
		width: "100%",
		height: "100%",
		params: {
			wmode: "transparent",
		}
	});
}
