$(document).ready(function(){  

    $('.jquery-link').css("cursor","pointer");
    
    $('.jquery-link').click(function(){
        window.location.href = $(this).attr('link');
    });
    
    
    $('.jquery-link table td.sb-bericht:hover').css("color","#599529");
    
    if(typeof sIFR == "function"){
    	sIFR.replaceElement(named({sSelector:"body .slogan h1", sFlashSrc:"/js/sIFR/centuryschoolbook.swf", sColor:"#455560", sLinkColor:"#000000", sBgColor:"#FFFFFF", sHoverColor:"#CCCCCC", sWmode: "transparent"}));
    };
    
    jQuery('input[title!=""]').hint();

});
