if (typeof jp == "undefined") {
	var jp = {};
}

if (typeof jp.kayac == "undefined") {
	jp.kayac = {};
}

if (typeof jp.kayac.thx == "undefined") {
	jp.kayac.thx = {};
}

$(function() {
    setTimeout(function() {
            $('.swfArea').removeClass('hidden');
            $('.boxNoFlash').show();
        },
        5000
    );
})
