$(document).ready(function(){
						   
	var rnd = Math.floor(Math.random()*3);
	swfobject.embedSWF("/images/layout/top/"+rnd+".swf", "top", "955", "222", "9.0.0", "/images/contents/expressInstall.swf", {'itemActive': 'home'},{wmode:"transparent"},null);
					   
	$('a.fancybox').fancybox({
		'zoomSpeedIn': 500,
		'zoomSpeedOut': 500,
		'frameWidth': 600,
		'frameHeight': 500
	});

	$('.datepick').datePicker({clickInput:true,selectWeek:true});
	$('a.new').click(function(){
		window.open($(this).attr('href'));
		return false;
	});
});