$(function(){
  $("div#controller").jFlow({
    slides: ".slide_banner",
    width: "1000px",
    height: "156px",
    duration:200
  });


  $(".navigation").lavaLamp({
    fx: "backout",
    speed: 700,
    click: function(event, menuItem) {
    /*   window.location=$("a",menuItem).attr("href");
        return false;*/
    }
  });
  $(".jFlowSelected").dblclick();
  setTimeout("$(\".first_slide\").removeClass(\"hidden\")",1000);

  $("a.new_connect").click(function(){
    this.target = "_blank";
//    return false;
  });


  $(".theerd a").click(function(){
    this.target = "_blank";
  });


   $(".first a").click(function(){
    this.target = "_blank";
  });

  
  $('.ticker').vTicker({
    speed: 500,
    pause: 3000,
    showItems: 1,
    mousePause: false
  });

  $(".up_site").click(function(){
    $('html, body').animate({
      scrollTop: $(".news").offset().top
      }, 800);
      return false;
  })
});
