
function refreshAds(){
  $(".adframe").each(function(){ $(this).attr("src", $(this).attr("src")); });
}