if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox skin, base library not found."}Shadowbox.SKIN={markup:'<div id="shadowbox_container"><div id="shadowbox_overlay"></div><div id="shadowbox"><div id="shadowbox_title"><div id="shadowbox_title_inner"></div></div><div id="shadowbox_body"><div id="shadowbox_body_inner"></div><div id="shadowbox_loading"><div id="shadowbox_loading_indicator"></div><span><a onclick="Shadowbox.close();">{cancel}</a></span></div></div><div id="shadowbox_info"><div id="shadowbox_info_inner"><div id="shadowbox_counter"></div><div id="shadowbox_nav"><a id="shadowbox_nav_close" title="{close}" onclick="Shadowbox.close()"></a><a id="shadowbox_nav_next" title="{next}" onclick="Shadowbox.next()"></a><a id="shadowbox_nav_play" title="{play}" onclick="Shadowbox.play()"></a><a id="shadowbox_nav_pause" title="{pause}" onclick="Shadowbox.pause()"></a><a id="shadowbox_nav_previous" title="{previous}" onclick="Shadowbox.previous()"></a></div><div class="shadowbox_clear"></div></div></div></div></div>',png_fix:["shadowbox_overlay","shadowbox_nav_close","shadowbox_nav_next","shadowbox_nav_play","shadowbox_nav_pause","shadowbox_nav_previous"]};$.fn.droppy=function(){this.each(function(){var B=this,F=1000;function E(H){if(H.nodeName.toLowerCase()=="li"){var G=$("> ul",H);return G.length?G[0]:null}else{return H}}function C(G){if(G.nodeName.toLowerCase()=="ul"){return $(G).parents("li")[0]}else{return G}}function D(){var G=E(this);if(!G){return }$.data(G,"cancelHide",false);setTimeout(function(){if(!$.data(G,"cancelHide")){$(G).slideUp()}},500)}function A(){var G=E(this);if(!G){return }$.data(G,"cancelHide",true);$(G).css({zIndex:F++}).slideDown();if(this.nodeName.toLowerCase()=="ul"){$(C(this)).addClass("hover")}}$("ul, li",this).hover(A,D);$("li",this).hover(function(){$(this).addClass("hover")},function(){$(this).removeClass("hover")})})};(function(A){A.fn.hint=function(B){if(!B){B="blur"}return this.each(function(){var G=A(this),E=G.attr("title"),D=A(this.form),F=A(window);function C(){if(this.value===E&&G.hasClass(B)){G.val("").removeClass(B)}}if(E){G.blur(function(){if(this.value===""){G.val(E).addClass(B)}}).focus(C).blur();D.submit(C);F.unload(C)}})}})(jQuery);$(document).ready(function(){Shadowbox.init();$("#MyDateA,#MyDateB").datepicker({beforeShow:$.datepicker.customRange,showOn:"both",buttonImage:"imgs/icon_calendar.jpg",buttonImageOnly:true});$("#dropDownRN").droppy();$(function(){$(".carruselEventos").jCarouselLite({btnNext:".next",btnPrev:".prev",auto:9000,speed:1000})})});$(function(){$('input[title!=""]').hint()});