$(document).ready(function() {
	$('#header').flash({
		src: '/flash/header.swf',
		width: 820,
		height: 304
	}, {version: 8});
});