function f2(put,hostname,ref_id,img,w,h) {
	put.value = '<!-- Femail.com.au Link Code-->\n'+
		'<a href="http://www.trellian.com/cgi-bin/msw/entry?id='+ref_id+'&file=http://'+hostname+'">\n'+
		'<img src="'+img+'" width='+w+' height='+h+' alt="Femail.com.au is Australias leading womens website with online shopping, forums, free email, competitions, horoscopes, fashion, beauty, health, entertainment, finance and lifestyle articles." border=0></a>\n'+
		'<!--End Femail.com.au Link Code-->';
}

function f1(table,hostname,ref_id) {
  //alert(table);
  f2(table.code1,hostname,ref_id,"femail1.gif",468,60);
  f2(table.code2,hostname,ref_id,"femail1a.gif",468,60);
  f2(table.code3,hostname,ref_id,"femail2.gif",468,60);
  f2(table.code4,hostname,ref_id,"femail2a.gif",468,60);
  f2(table.code5,hostname,ref_id,"femail3.gif",468,60);
  f2(table.code6,hostname,ref_id,"femail3a.gif",468,60);
  f2(table.code7,hostname,ref_id,"femail4.gif",120,60);
  f2(table.code8,hostname,ref_id,"femail4a.gif",120,60);
  f2(table.code9,hostname,ref_id,"femail5.gif",120,60);
  f2(table.code10,hostname,ref_id,"femail5a.gif",120,60);
}
