// flash version checker
// var flashversion = jQuery.browser.safari ? '10.0.0' : '9.0.28';
var flashversion = '9.0.0';
if(typeof(swfobject)=='object' && swfobject.hasFlashPlayerVersion(flashversion)){
	$('head').append('<style type="text/css">.flash-error {display: none;}</style>');
	var embedflash = true;
} else {
	var embedflash = false;
}



if (embedflash) {
	var playerName = 'flashcontent';
	swfobject.embedSWF('http://flash.sonypictures.com/intl/au/movies/michaeljacksonthisisit/tickets/media/thisisit_ticketingLoader_AU.swf', playerName, 1000, 934, flashversion, '', {}, {allowscriptaccess: 'always', base: 'http://flash.sonypictures.com/intl/au/movies/michaeljacksonthisisit/tickets/media/', wmode: 'transparent'}, {id: playerName, name: playerName});
}
