//　this is UTF-8 document

var ua = navigator.userAgent.toLowerCase();

if(
	-1 < ua.indexOf('iphone')
	|| -1 < ua.indexOf('android')
	|| -1 < ua.indexOf('blackberry')
	|| -1 < ua.indexOf('windows phone')
	|| -1 < ua.indexOf('iemobile')
	)
	location.href = '/coffretdor/smartdevice/';

delete ua;

var message = function(){
	$.colorbox({
		href:'/coffretdor/images/message_01.jpg',
		opacity:0.5,
		open:true
	});
}

swfobject.embedSWF(
	'./swf/top.swf',
	'flash',
	'945',
	'945',
	'9.0.0',
	'',
	{ skip:swfobject.getQueryParamValue('skip') },
	{ wmode:'transparent', base:'.' },
	{ id:'externalflash' }
);

