$(function() {
    var setContent = null;
    $('#register_button').click(function() {
    setContent = new Boxy(
    $("#register").load("templates/default/register.html"), {
    title: "Регистрация в LiveTrance.net!"
    }
    );
    return false;
    });
    $('#contact_form').click(function() {
    setContent = new Boxy(
    $("#contact_form_l").load("templates/default/contacts.html"), {
    title: "Контакт форма!"
    }
    );
    return false;
    });
    $('#regbar').click(function() {
    setContent = new Boxy(
    $("#register").load("templates/default/register.html"), {
    title: "Регистрация в LiveTrance.net!"
    }
    );
    return false;
    });
});
animatedcollapse.addDiv('top3pesni', 'fade=1,speed=800,hide=1,persist=1')
animatedcollapse.addDiv('top3izpylniteli', 'fade=1,speed=800,hide=1,persist=1')
animatedcollapse.addDiv('top3albumi', 'fade=1,speed=800,hide=1,persist=1')
animatedcollapse.addDiv('top3radio', 'fade=1,speed=800,hide=1,persist=1')
animatedcollapse.addDiv('pesni', 'fade=1,speed=800,hide=1,persist=1')
animatedcollapse.addDiv('albumi', 'fade=1,speed=800,hide=1,persist=1')
animatedcollapse.addDiv('lubimi', 'fade=1,speed=800,hide=1,persist=1')
animatedcollapse.addDiv('lyrics', 'fade=1,speed=800,hide=1,persist=1')
animatedcollapse.addDiv('comment', 'fade=1,speed=800,hide=1')
animatedcollapse.addDiv('show_comments', 'fade=1,speed=800,hide=1')
animatedcollapse.addDiv('tracklist', 'fade=1,speed=800,hide=1')
animatedcollapse.addDiv('addnewlink', 'fade=1,speed=800,hide=1')
animatedcollapse.addDiv('tab1', 'fade=1,speed=1000,hide=0,persist=1')
animatedcollapse.addDiv('tab2', 'fade=1,speed=1000,hide=0,persist=1')
animatedcollapse.addDiv('tab3', 'fade=1,speed=1000,hide=0,persist=1')
animatedcollapse.addDiv('tab4', 'fade=1,speed=1000,hide=0,persist=1')
animatedcollapse.addDiv('tab5', 'fade=1,speed=1000,hide=0,persist=1')
animatedcollapse.addDiv('tab6', 'fade=1,speed=1000,hide=0,persist=1')
animatedcollapse.init()


// DOM ready!

$(function(){
    $("#username2").hide();
    $("#username").mouseover(
    function() {
        $("#username").fadeOut("fast",function(){
        $("#username2").fadeIn("fast");
        });
    });
    $("#username2").mouseout(
    function() {
        $("#username2").fadeOut("fast",function(){
        $("#username").fadeIn("fast");
        });
    });

    // Use the cookie plugin
  
  $.fn.EasyWidgets({

    behaviour : {
      useCookies : true
    }

  });
});
$(document).ready(function(){
var newsoption1 = {
  firstname: "mynews",
  secondname: "showhere",
  thirdname:"news_display",
  fourthname:"news_button",
   newsspeed:'6000'
}
$.init_news(newsoption1);


var myoffset=$('#news_button').offset();

var mytop=myoffset.top-1;

$('#news_button').css({top:mytop});

});
