
$(document).ready(function(){
  $('.hmenu li').hover(
        function() {
            $(this).addClass("act");
            $(this).find('ul').show();
      
        },
        function() {
            $(this).removeClass("act");        
            $(this).find('ul').hide();
        }
    );
  

  
});

 $(document).ready(
function(){
   $('li.link:has(li.active)').addClass("active");
 });   


$(document).ready(
function(){
  $('.hmenu ul li.link:last').addClass("last");
  $('li.link ul li.link2:first').addClass("first");
 });
$(document).ready(
function(){ 
  $('.main-left:has(li)').show();
  $('body:has(.left-menu ul li)').find('.main-center1').removeClass("main-center1").addClass("main-center");
  $('body:has(.left-menu ul li)').find('.footer-top-photog').removeClass("footer-top-photog").addClass("footer-top");
  $('.main-left:has(.mlm)').show();
   $('.main-left:has(.TA_rated)').addClass("height");
 }
 );

/* $(document).ready(function(){
  $('#boook').click(
        function() {
            $('.main3').show();
      $('.main').hide();
      $('.lnglink').hide();
      $('.banner').hide();
      $('.cal').hide();
      $('.slog').hide();
      $('.footer-top').css('background', 'url(/template/triton/img/footer-top-photog.png) no-repeat');
      
        }
    );
  $('#boook1').click(function(){ 
         
                 $.ajax({  
                     url: "/ifr.txt",  
                     cache: false,  
                     success: function(html){  
                         $(".main3").html(html);  
                     }  
                 });  
             }); 
  $('#cl').click(function(){ 
         $(".main3").hide();
                 $(".main").show();
         $(".banner").show();
         $(".lnglink").show();
      $(".cal").show();
      $(".slog").show();
      $(".footer-top").css('background', 'url(/template/triton/img/footer-top.png) no-repeat');
             });  

  
});*/

 $(document).ready(function(){
  
$(".newsticker-jcarousellite").jCarouselLite({  
         vertical: true,  
         visible: 1,  
         auto:3500,  
         speed:1000 
     });
  
 



});
 



