jQuery.noConflict();
jQuery(document).ready(function($) {
    if (jQuery.browser.msie && parseInt(jQuery.browser.version) < 7) {
        $('<div></div>').html('Deze website ondersteund geen Internet Explorer 6. Klik op de balk om een nieuwere versie te downloaden.') .activebar({
            'font': 'Verdana',
            'fontSize': '12px',            
            'url': 'http://www.microsoft.com/netherlands/windows/internet-explorer/',
            'button' : HTTP_PATH + '/beheer/include/images/activebar-closebtn.png',
            'icon' : HTTP_PATH + '/beheer/include/images/activebar-information.png'
        });
    }
});



