function BuildWidget(fid) { makeFrame(fid); } function makeFrame(fid) { document.write(''); } function BuildAffiliateWidget(affid, packet) { if(typeof packet == 'object') { refid = (typeof packet.refid == 'undefined') ? '' : '&refid=' + packet.refid; category = (typeof packet.category == 'undefined') ? '' : '&category=' + packet.category; title = (typeof packet.title == 'undefined') ? '' : '&title=' + encodeURIComponent(packet.title); callback = (typeof packet.callback == 'undefined') ? '' : '&callback=' + packet.callback; gfid = (typeof packet.gfid == 'undefined') ? '' : '&gfid=' + packet.gfid; }else { refid = title = category = callback = gfid = ''; } document.write(''); }