if (typeof(mediatarget_place) != 'undefined' && mediatarget_place && 
(_mt_place=document.getElementById(mediatarget_place)))

mediatarget_width = parseInt(mediatarget_width);
mediatarget_height = parseInt(mediatarget_height);
mediatarget_id = parseInt(mediatarget_id);

_mt_place.innerHTML = '<iframe width='+
mediatarget_width + ' height=' + mediatarget_height +
' src="http://sticker.yadro.ru/ad/'+
mediatarget_width + 'x' + mediatarget_height +
'.html?place=' + mediatarget_id + '" frameborder=0 vspace=0 hspace=0'+
' scrolling=no marginwidth=0 marginheight=0></iframe>';
