$(document).ready(function(){
	// ceebox init
	$('.ceebox').ceebox();
	// flash msg
	var d = $('.flash').size();
	$('body').mousemove(function(){
		$('.flash').each(function() {
			var delay = d-- * 1000;
			$(this).click(function() {
				$(this).hide();
			});
			$(this).delay(delay).fadeOut('slow');
		});
	});
	// cu3er init
	var vars = { xml_location : '/CU3ER-config.xml' };
	var params = { wmode: 'transparent' };
	var attributes = { id:'CU3ER', name:'CU3ER' };
	swfobject.embedSWF('/images/layout/CU3ER.swf', "CU3ER", 840, 330, "10.0.0", "/images/layout/expressinstall.swf", vars, params, attributes );
	var CU3ER_object = new CU3ER("CU3ER");	
});

