var ipr = document.getElementById('iprblock-49');
if(ipr!=undefined){
  ipr.innerHTML = '<noindex><div style="clear:both"></div></noindex>';
}
var css = '  /* wrapper */  #iprblock-49 {width: 300px !important; height: 480px !important; background-color: white; }  /* Обертка игры */  #iprblock-49 ._ban {width: 300px !important; height:150px !important; float: left; text-align: center; padding-top: 0px !important; overflow: hidden;}  /* Обертка игры при наведении*/  #iprblock-49 ._ban:hover {background-color: }  /* Ссылка на игру*/  #iprblock-49 ._ban a{font-size: 11px; font-weight: bold; color: #475B76; font-family: Verdana}  #iprblock-49 ._ban:hover a {color: }  /* Картинка */  #iprblock-49 ._ban img {width: 300px !important; height: 150px !important; margin: 0px auto;}    #iprblock-49 ._ban div {line-height:1em; padding-top: 0px !important;}#iprblock-49 ._ban{border-radius: 5px; margin-bottom: 6px; border:2px solid transparent;}#iprblock-49 ._ban:hover {border-color:#FF5B00;}',
head = document.getElementsByTagName('head')[0],
ipr_links = ipr.getElementsByTagName('a'),
style = document.createElement('style');
style.type = 'text/css';
if (style.styleSheet){style.styleSheet.cssText = css;}
else {style.appendChild(document.createTextNode(css));}
head.appendChild(style);
delete(ipr)
function iprbclk(game_id,block_id,sub_id){
var img = new Image();
img.src = 'https://ad.iplayer.org/track?id='+game_id+'&block_id='+block_id+'&sub_id='+sub_id;
document.body.appendChild(img);
}

