4 if ($(".mobile-ads") !== undefined) {
5 width = $(window).width();
7 rightAds = $(".right-ads").html();
8 $(".mobile-ads").html(rightAds);
9 $(".right-ads").remove();
12 $(".adsbygoogle").each(function () {
13 (window.adsbygoogle = window.adsbygoogle || []).push({});