$(document).ready(function () {
	if ($.hasFlashPlayerVersion('9')) {
		$('#storyFlash').hide().flash( { 
			swf:'/inc/obj/story/history.swf?v=' + DKO.swfvrsnId,
			height:275,
			width:630,
			params: {
				wmode:'transparent'
			}
		}).show();
	}
});