if ((flashplayer_ver != '') && (flashplayer_ver >= 9)) {
	swfobject.embedSWF("/mainte/wp-content/themes/globis_mba/images/flash/globis.swf", "indexFlash", "100%", "270", "8.0.0", "", {}, {quality:'high',menu:'false',wmode:'transparent'});
} else {
	document.getElementById('jquery_wrapper').style.display = 'block';
	$(document).ready(function() {
		// random slideshow
		$('.randomSlideShow').slideShow({
			interval: 3
		});
		// slideshow with callback
		$('.callbackSlideShow').slideShow({
			interval: 3,
			slideClick: function(slideShow) {
				if (slideShow.mouse.x > slideShow.options.slideSize.width / 2) {
					slideShow.next();
				} else {
					slideShow.previous();
				}
			},
			gotoSlide: function(slideShow, index) {
				$('.callBackSlideShowLog').html('goto slide index: ' + index);
			}
		});
	});// JavaScript Document
	jQuery(document).ready(function() {
		jQuery('#mycarousel').jcarousel({
			vertical: true,
			wrap: 'circular',
			auto: 4,
			scroll: 1
		});
	});
}

