$j = jQuery.noConflict();
$j(function(){
    if($j('#sub_placeholder').is('div')){
        $j('#sub').prependTo($j('#sub_placeholder'));
    }
});
