$(document).ready(function() {
	$('#komatsu').ifixpng();
	$('#content h2').ifixpng();
	$('div#video a').flash(
		{ width: 500, height: 412 },
		{ version: 8 },
		function(htmlOptions) {
			$this = $(this);
			htmlOptions.src = $this.attr('href');
			$this.before($.fn.flash.transform(htmlOptions));						
		}
	);
	$('div#video a').html('');
	$('table tr:odd').addClass('alt');
	
});
