﻿//$(document).ready(function() {
//    loadJs('jquery/jquery.corner.js', function() {
//        if (!$.support.borderRadius) {
//        $('div#wpr_content, div#cnr_inloggen, div#cnr_talen, div#wpr_menu')
//            .css('backgroundColor', '#ccc')
//            .corner('10px')
//            .css('backgroundColor', '#fff');
//        }
//    });
//});
