


  function addBookmark(title, url) {
    if (window.sidebar) { // firefox
    window.sidebar.addPanel(title, url,"");
    } else if( document.all ) { //MSIE
    window.external.AddFavorite( url, title);

    } else {

    alert("Sorry, your browser doesn't support this");

    }

    }
  
  /* Equal Height Fix */
  function equalHeight(group) {
    var tallest = 0;
        group.each(function() {
            var thisHeight = $(this).height();
            if(thisHeight > tallest) {
                tallest = thisHeight;
            }
        });
        group.height(tallest);
    }
    
    $(document).ready(function() {
        equalHeight($(".heightFixMenu"));
        equalHeight($(".eqLogin"));
    });
        
    var addthis_config = {
         ui_delay: 1000
    }
    
    DD_roundies.addRule('.fourCorners', '5px 5px 5px 5px', true);
    DD_roundies.addRule('.twoCornersTop', '5px 5px 0px 0px', true);
    DD_roundies.addRule('.twoCornersBottom', '0px 0px 5px 5px', true);
    DD_roundies.addRule('.ltrbCorner', '5px 0px 0px 5px', true);
    
    $(document).ready(function()
    {
        $('.breadCrumbs a:last').addClass('active');
        i3.std.globalInherit();
    });



    
    
        $(document).ready(function(){
            $('#slideshow').cycle({
                fx:         'fade',
                speed:      2000,
                timeout:    6500,
                pause:      0,
                height:     470,
                //pager:      '#navSlide',
                requeueOnImageNotLoaded: true
            });
        });
    
    
    
	
		
		$(document).ready(function() {   
			 
                var form = null;
                var field = null;

                
							 
             
             $('.subNavParent').hover(function()
             {
                 $("[ref="+$(this).attr('rel')+"]").show();
             }, function()
             {
                 $("[ref="+$(this).attr('rel')+"]").hide();
             });
             
             $('.subNavChild').hover(function()
             {
                 $(this).show();
             }, function()
             {
                 $(this).hide();
             });
             
             $('.subNavChild').each(function()
             {
                 var parent = $("[rel="+$(this).attr('ref')+"]")[0];
                 var pos = node.pos(parent);
                 $(this).css('top',pos.y+parent.offsetHeight).css('left',pos.x);
             });

             
             
		});	
	
    
	
	
	
	
		var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
		document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
	
	
		
	
	    $(document).ready(function()
        {
		    try {
		    var pageTracker = _gat._getTracker("UA-13173345-1");
		    pageTracker._trackPageview();
		    } catch(err) {}
        });
	
	
    
    
