function f2(put,hostname,ref_id,img,w,h) {
	put.value = '<!-- Girl.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="Girl.com.au is Australias leading girls website with online shopping, forums, free email, competitions, horoscopes, fashion, beauty, health, entertainment, finance and lifestyle articles." border=0></a>\n'+
		'<!--End Girl.com.au Link Code-->';
}

function f1(table,hostname,ref_id) {
  //alert(table);
  f2(table.code1,hostname,ref_id,"girl1.gif",468,60);
  f2(table.code2,hostname,ref_id,"girl1a.gif",468,60);
  f2(table.code3,hostname,ref_id,"girl2.gif",120,60);
  f2(table.code4,hostname,ref_id,"girl2a.gif",120,60);
  f2(table.code5,hostname,ref_id,"girl4.gif",120,120);
}
