Shadowbox.init({
  language: 'en',
  players:  ['img', 'html', 'iframe']
});

function ajax_loader(page) { 
  if(page == "sarjataulukko" || page == "tilastot"){
    $("#right").hide("slow");
  }
} 

function htmlEdit() { 
    $(function() {
        $("#txtDefaultHtmlArea").htmlarea();
    });
}
