$(function(){	  
	$('.EventCalLargeMonthTable td.EventCalLargeMonthWDE a').wrap('<div class="eventTitle"/>');
	$('.eventTitle').hide();
	$('.EventCalLargeMonthWeekRow td.EventCalLargeMonthWDE').css({'background':'pink','color':'#f00'}).hover(function(e){
		$(this).children('.eventTitle').animate({
      	'opacity': 'show'
    	}, 500).css({'left':''+e.pageX+'', 'top':''+e.pageY+''});	
	}, function(){
		$('.eventTitle').animate({opacity:1},{ duration: 500, queue: false }).hide();	
		});
	//menu

	$('#col1 ul.UserPanelNavi').superfish();
	$('#nav ul').superfish();  
	
	$('#col1content ul.UserPanelNavi li:last').addClass('last');
	$('#col1content table tr:odd').addClass('stripe');
	$('#slideshow').css('zIndex','0').cycle({ 
    fx:         'fade', 
    timeout:     4000
  
});
	
});
