November 2009 |
Mon | Tue | Wed | Thu | Fri | Sat | Sun |
---|---|---|---|---|---|---|
1 |
||||||
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
Location: UFC 105 - Manchester, England
')
.mouseover(function() {
ecd.jq(this).css('cursor', 'pointer');
})
.tooltip({
track: true,
delay: 0,
showURL: false,
opacity: 1,
fixPNG: true,
showBody: " - ",
extraClass: "EC-tt-25",
top: -15,
left: 15
});
ecd.jq('#EC_previousMonthLarge')
.append("« October")
.mouseover(function() {
ecd.jq(this).css('cursor', 'pointer')
})
.click(function() {
ecd.jq('#EC_ajaxLoader').show('slow');
ecd.jq.get("../../../index_php/",
{EC_action: "switchMonthLarge", EC_month: "10", EC_year: "2009"},
function(ecdata) {
ecd.jq('#EC_ajaxLoader').hide('slow');
ecd.jq('#calendar_wrapLarge').empty().append(ecd.jq(ecdata).html());
});
});
ecd.jq('#EC_nextMonthLarge')
.prepend("December »")
.mouseover(function() {
ecd.jq(this).css('cursor', 'pointer')
})
.click(function() {
ecd.jq('#EC_ajaxLoader').show('slow');
ecd.jq.get("../../../index_php/",
{EC_action: "switchMonthLarge", EC_month: "12", EC_year: "2009"},
function(ecdata) {
ecd.jq('#EC_ajaxLoader').hide('slow');
ecd.jq('#calendar_wrapLarge').empty().append(ecd.jq(ecdata).html());
});
});
});
})(jQuery);
//]]>