caloutput ="
<< JanFebruary, 2012Mar >>
SunMonTueWedThuFriSat



1
2
3
4
5
6
2/6/2012
No Performance
6 PM^NYCB Seminar^^
7
8
9
10
11
12
13
2/13/2012
No Performance
14
15
2/15/2012
7:10 PM^First Position Discussion^^
7:30 PM^^Allegro Brillante^Russian Seasons^Fancy Free
16
2/16/2012
7:10 PM^First Position Discussion^^
7:30 PM^^Romeo + Juliet
17
18
2/18/2012
2 PM^^Romeo + Juliet^^
7:40 PM^First Position Discussion^^
8 PM^^Interplay^Agon^Tschaikovsky Suite No. 3
19
2/19/2012
2:40 PM^First Position Discussion^^
3 PM^^Romeo + Juliet
20
2/20/2012
No Performance
21
22
23
24
25
26
2/26/2012
2:40 PM^First Position Discussion^^
3 PM^^Agon^Stravinsky Violin Concerto^Tschaikovsky Suite No. 3
27
2/27/2012
No Performance
28
2/28/2012
No Performance
29
2/29/2012
No Performance




"; var imajq = jQuery.noConflict(); imajq(document).ready(function(){ imajq("#calDisplay").html(""); imajq("#calDisplay").append(caloutput); imajq(".cal_hover").hover(function() { var off = imajq("#Calendar1").offset(); var width = imajq("#Calendar1").css("width"); width= parseInt(width); width = off.left - 190; imajq(".mup_eventDispBkg").css("left", width ) imajq(".mup_eventDispBkg").css("top", off.top ) ts = setTimeout(function(){ imajq(".mup_eventDispBkg").show();},700); },function() { b = setTimeout(function(){ imajq(".mup_eventDispBkg").hide();},700); }); }); function upDateCal(month,year) { var loc = "http://new.nycballet.com/nycb/ep/calendarexternal.aspx?monthupwithevent&sDate="+month+"/1/"+year; imajq("#calDisplay").html("
"); } function showDaysEventsIMA(month, day, year) { t = setTimeout(function(){ if(document.getElementById('day_' + month + '_'+ day +'_'+ year)) { //alert(document.getElementById('day_' + month + '_'+ day +'_'+ year).innerHTML); document.getElementById('eventplaceholder').className = ''; sbr =/\^/g; var s = document.getElementById('day_' + month + '_'+ day +'_'+ year).innerHTML; imajq("#eventplaceholder").html(s.replace(sbr,"
")); }},700); } function stopTimer() { clearTimeout(t); }