document.write('
');
function A7C5FE7C5_A6D3_7C69_6C30EE87F8753B0C(obj,divid) {
if (obj.recordcount) {
var ct = document.createElement('TABLE');
ct.className = 'standard cellborder';
var tmp = document.createElement('TBODY');
//ct.appendChild(tmp);
var row = document.createElement('TR');
var container = document.createElement('TH');
var theData = document.createTextNode('Development Area');
container.appendChild(theData);
row.appendChild(container);
var container = document.createElement('TH');
var theData = document.createTextNode('Reference Number');
container.appendChild(theData);
row.appendChild(container);
var container = document.createElement('TH');
var theData = document.createTextNode('Title');
container.appendChild(theData);
row.appendChild(container);
var container = document.createElement('TH');
var theData = document.createTextNode('Deadline');
container.appendChild(theData);
row.appendChild(container);
var container = document.createElement('TH');
var theData = document.createTextNode('Posted');
container.appendChild(theData);
row.appendChild(container);
var container = document.createElement('TH');
var theData = document.createTextNode('Location');
container.appendChild(theData);
row.appendChild(container);
tmp.appendChild(row);
for (var i=0; i < obj.recordcount; i++) {
//alert(obj.data.title[i]);
var tr = document.createElement('TR');
tr.setAttribute('valign', 'top');
var td7 = document.createElement('TD');
td7.appendChild(document.createTextNode(obj.data.area_desc[i]));
tr.appendChild(td7);
var td5 = document.createElement('TD');
td5.appendChild(document.createTextNode(obj.data.notice_id[i]));
tr.appendChild(td5);
var td3 = document.createElement('TD');
var a = document.createElement('A');
a.setAttribute('href', obj.data.link[i]);
a.appendChild(document.createTextNode(obj.data.title[i]));
td3.appendChild(a);
tr.appendChild(td3);
var td2 = document.createElement('TD');
td2.appendChild(document.createTextNode(obj.data.formatted_date[i]));
tr.appendChild(td2);
var td6 = document.createElement('TD');
td6.appendChild(document.createTextNode(obj.data.formatted_post_date[i]));
tr.appendChild(td6)
var td4 = document.createElement('TD');
if (obj.data.cty_sht_t) {
//td4.appendChild(document.createTextNode(obj.data.duty_station[i] + ', ' + obj.data.cty_sht_t[i]));
td4.appendChild(document.createTextNode(obj.data.cty_sht_t[i]));
}
else {
td4.appendChild(document.createTextNode(obj.data.duty_station[i]));
}
tr.appendChild(td4);
tmp.appendChild(tr);
}
ct.appendChild(tmp);
}
else {
var ct = document.createElement('P');
var theData = document.createTextNode('There are no procurement notices at this time. Please check back later.');
ct.appendChild(theData);
}
// removes the "Loading...."
document.getElementById(divid).removeChild(document.getElementById(divid).childNodes[0]);
document.getElementById(divid).appendChild(ct);
}
A7C5FE7C5_A6D3_7C69_6C30EE87F8753B0C({"recordcount":5,"columnlist":"area_desc,area_desc,date,duty_station,duty_station_cty,formatted_date,formatted_post_date,link,notice_id,posted_d,ref_bid_num,title","data":{"area_desc":["OTHER","OTHER","IT / COMPUTERS","OTHER","OTHER"],"area_desc":["OTHER","OTHER","IT / COMPUTERS","OTHER","OTHER"],"date":["2021-08-03 00:00:00.0","2021-08-05 00:00:00.0","2021-08-06 00:00:00.0","2021-08-09 00:00:00.0","2021-08-18 09:00:00.0"],"duty_station":["UNDP on behalf of the UN Women Office in Serbia","UNDP CO Serbia","UNDP Country Office Serbia","UNDP Country Office","UNDP Country Office"],"duty_station_cty":["SERBIA","SERBIA","SERBIA","SERBIA","SERBIA"],"formatted_date":["03-Aug-21","05-Aug-21","06-Aug-21","09-Aug-21","18-Aug-21"],"formatted_post_date":["13-Jul-21","16-Jul-21","23-Jul-21","23-Jul-21","03-Aug-21"],"link":["http://procurement-notices.undp.org/view_notice.cfm?notice_id=80751","http://procurement-notices.undp.org/view_notice.cfm?notice_id=80897","http://procurement-notices.undp.org/view_notice.cfm?notice_id=81114","http://procurement-notices.undp.org/view_notice.cfm?notice_id=81134","http://procurement-notices.undp.org/view_notice.cfm?notice_id=81526"],"notice_id":[80751,80897,81114,81134,81526],"posted_d":["2021-07-13 07:26:00.0","2021-07-16 02:41:00.0","2021-07-23 04:08:00.0","2021-07-23 09:01:00.0","2021-08-03 08:21:00.0"],"ref_bid_num":["","","","",""],"title":["Company or organization to create a theatre play on combating violence against women and girls - UNDP on behalf of the UN Women Office in Serbia - SERBIA","RFQ 704 Procurement of furniture for Assembly of Vojvodina - UNDP CO Serbia - SERBIA","RFP 705 Test on Completion for Data Centre in Kragujevac - UNDP Country Office Serbia - SERBIA","RFQ 706 Heating substation for the UN House in Belgrade - UNDP Country Office - SERBIA","RFP 709 Strengthening institutional capacities CCA - UNDP Country Office - SERBIA"]}},'A7C5FE7C6-ED9B-C027-4DDBDAE0BA810CE5')