$(document).ready(function(){
    
    $("table.content tbody tr:even").addClass("even");
    $("table.content thead tr").addClass("tableheader");
    $("div[id=header]").click(function () {
        window.location = 'http://www.fbiwars.nl/';
    });
    
        $("a#loginhelp").toggle(function() {
            $("#logintekst").show("300");
            }, function() {
            $("#logintekst").hide("300");
        });
        $('ul#faqList').simpleFAQ();
});
