﻿// JScript File
document.write('<style type="text/css">body{display:none}</style>');
   $(function() {
    $('body').css('display','block');
   });
  
  $ (function()
{

	
	
       // $(document).ready(function() {

            //News ticker start//
            
           //$(function(){
           //$("#news-container").jCarouselLite({  
           //vertical: true,  
           //visible: 3,  
           //auto:500,  
           //speed:1000 })            
	
           // });

            //ticker end
            //Mega Menu start//
            function addMega() {
                $(this).addClass("hovering");
            }

            function removeMega() {
                $(this).removeClass("hovering");
            }

            var megaConfig = {
                interval: 300,
                sensitivity: 4,
                over: addMega,
                timeout: 300,
                out: removeMega
            };


             $('#menu').find("li.mega").hoverIntent(megaConfig);
            //mega Menu End//
           
        })

