//	by ctepeo [me@ctepeo.net]
$(document).ready(function() {
		$(".mainpagetextblock").hide();
		$("#text0").fadeIn("slow");
		
		$(".blockTabs a").live('click',function(){
			var selector = $(this);
			$(".blockTabs").removeClass("activeTab");
			if(selector.html()=="Статьи"){
				$("#newsBlock").html($("#articlesBlockInfo").html());
				$(".blockTabs").html("<li><a href=\"#\">Новости</a></li><li class=\"activeTab\">Статьи</li>");
			} else {
				$("#newsBlock").html($("#newsBlockInfo").html());
				$(".blockTabs").html("<li class=\"activeTab\">Новости</a></li><li><a href=\"#\">Статьи</a></li>");
			}
			return false;
		});
		
	});

jQuery(window).bind("load", function() {
    $('.container').cycle({ 
      fx:     'scrollHorz',
      prev:   '#prev_button',
      next:   '#next_button',
      height: 344,
      speed: 1000,
      timeout: 5000,
      easing: 'easeInOutQuint'
    });
  });
  
var myimg = new Array();

jQuery.preloadImages = function()
{
  for(var i = 0; i<arguments.length; i++)
  {
  	if (arguments[i] != "") {
    jQuery("<img>").attr("src", arguments[i]);
    }
  }
}
function redirectme(url){
	window.location = url;
}
