  //<![CDATA[
  $(document).ready(function() {
    $('ul.navigation').superfish({
      delay:       1000,
      animation:   {height:'show'},
      speed:       'fast',
      autoArrows:  false,
      dropShadows: false
    });
    
    //$("div.news-right input.inp-txt").toggle();
    
    
    $('form[name=subscribe] .btn').click(function(){
		 $.post('subscribe.php', $('form[name=subscribe]').serialize(), function(data) {
				$('#note').html(data);
		  });
		return false;
	});
	
	$('a.thickbox[rel]').colorbox({maxWidth : '100%', maxHeight : '100%'});

	
    
    
  });
  //]]>
 
