$jg(function() {
$jg('
').html('
').css('opacity', '1.8').insertAfter('#vadioplayTop');
$jg('#vadioplayTop').ready(function() {
$jg(this).find('h2').stop(true, true).slideDown(800);
}, function() {
$jg(this).find('h2').stop(true, true).slideUp(1000);
});
});