var ADS_MINIMUM_WIDTH = 728;
             
width = $(window).width();

if ( width > ADS_MINIMUM_WIDTH ) {
    
    google_ad_client = "pub-4919844959307995";
    google_ad_slot = "2897152841";
    google_ad_width = 728;
    google_ad_height = 15;

    document.write("<script src='http://pagead2.googlesyndication.com/pagead/show_ads.js'><\/script>");
}
else
    $('#underHeader').remove();
