$.IE6nomore = function() {

    if(!$('#ie6nomore').length)
        return;

    $('#ie6nomore').css({
        'left'      : 0,
        'top'       : 0,
        'bottom'    : 0,
        'right'     : 0,
        'position'  : 'absolute',
        'z-index'   : 9999
    });

};

/*-- spam protection --*/

    function getAdr(prefix, postfix, text) {
        document.write('<a href="mailto:' + prefix + '@' + postfix + '">' + (text ? text.replace(/&quot;/g, '"').replace(/%EMAIL%/, prefix + '@' + postfix) : prefix + '@' + postfix) + '</a>');
    }



    

$(document).ready(function() {
        if ( $('#navbottom_strich').length > 0 ) {
            $.get(linkcss, function() {
           var heightcontainer=$('#container').outerHeight();         
            $('#navbottom_strich').css({'margin-top': heightcontainer+1, 'display': 'block'});
         });
        } 
          
                $.IE6nomore();
                

        
         if ( $('#navbottom_strich_start').length > 0 ) {
            $.get(linkcss, function() {
           var heightcontainer=$('#container').outerHeight();         
            $('#navbottom_strich_start').css({'margin-top': heightcontainer+1, 'display': 'block'});
         });
        }        
   
                 
});



