function f2(put,hostname,ref_id,img,w,h){
put.value='<!--Gloprom Link Code-->\n'+
'<a href="http://www.trellian.com/cgi-bin/msw/entry?id='+ref_id+'&file=http://'+hostname+'/pt">\n'+
'<img src="'+img+'" width="'+w+'" height="'+h+'" alt="Global Promote - Divulgação e Tradução de Sites" border="0"></a>\n'+
'<!--End Gloprom Link Code-->';
}

function f1(table,hostname,ref_id){
  //alert(table);
  f2(table.code1,hostname,ref_id,"gp_88x21_1.gif",88,31);
  f2(table.code2,hostname,ref_id,"gp_234x60_1.gif",234,60);
  f2(table.code3,hostname,ref_id,"gp_468x60_1.gif",468,60);
  f2(table.code4,hostname,ref_id,"gp_468x60_2.gif",468,60);
  f2(table.code5,hostname,ref_id,"gp_468x60_3.gif",468,60);
  f2(table.code6,hostname,ref_id,"gp_468x60_4.gif",468,60);
}
