function _adp_load(_adp_id,_adp_w,_adp_h){
    var _adp_supported = function(x){
        return "7289046860120600160600300250".match(x)
    }
    if(_adp_supported(_adp_w+""+_adp_h)){
        var _adp_make_space = _adp_h+17;
        var _adp_code = '<iframe src="http://adframe.adpinion.com/adpinion_frame?'+
        'website='+_adp_id+
        '&width='+_adp_w+
        '&height='+_adp_h+
        '"allowtransparency="true" style="'+
        'width:'+_adp_w+'px;'+
        'height:'+_adp_make_space+'px;"'+
        ' scrolling="no" frameborder="0"></iframe>'
        document.write(_adp_code)  
    }else{
        document.write("Unsupported ad size.")
    }
}