jQuery().ready(function(){

//    $('#sidebar .sub-content, #article .sub-content').each(function(){
//
//        $('<div class="js-transparent"/>')
//        .appendTo($(this))
//
//    });

//    $('#sidebar, #article').each(function(){
//
//        $('<div class="sub-content js-transparent"/>')
//        .appendTo($(this))
//
//    })



})//end on ready
