document.write('<h2>List of All Offices</h2>')
document.write('<div class="col">')
document.write('<h3>LEINSTER</h3>')
document.write('<a href="ifac_contactus.htm?Carlow">Carlow</a><br />')
document.write('<a href="ifac_contactus.htm?Enniscorthy">Enniscorthy</a><br />')
document.write('<a href="ifac_contactus.htm?Portlaoise">Portlaoise</a><br />')
document.write('<a href="ifac_contactus.htm?Tullamore">Tullamore</a><br />')
document.write('<a href="ifac_contactus.htm?Dublin">Dublin</a><br />')
document.write('<a href="ifac_contactus.htm?Kilkenny">Kilkenny</a><br />')
document.write('<a href="ifac_contactus.htm?Trim">Trim</a><br />')
document.write('<a href="ifac_contactus.htm?Wicklow">Wicklow</a><br />')
document.write('<h3>CONNAUGHT</h3>')
document.write('<a href="ifac_contactus.htm?Athenry">Athenry</a><br />')
document.write('<a href="ifac_contactus.htm?Roscommon">Roscommon</a><br />')
document.write('<a href="ifac_contactus.htm?Balla">Balla</a>')
document.write('</div>')
document.write('<div class="col">')
document.write('<h3>MUNSTER</h3>')
document.write('<a href="ifac_contactus.htm?Cahir">Cahir</a><br />')
document.write('<a href="ifac_contactus.htm?Blarney">Cork</a><br />')
document.write('<a href="ifac_contactus.htm?Mallow">Mallow</a><br />')
document.write('<a href="ifac_contactus.htm?Nenagh">Nenagh</a><br />')
document.write('<a href="ifac_contactus.htm?Templemore">Templemore</a><br />')
document.write('<a href="ifac_contactus.htm?Dungarvan">Dungarvan</a><br />')
document.write('<a href="ifac_contactus.htm?Limerick">Limerick</a><br />')
document.write('<a href="ifac_contactus.htm?Tralee">Tralee</a><br />')
document.write('<h3>ULSTER</h3>')
document.write('<a href="ifac_contactus.htm?Cavan">Cavan</a><br />')
document.write('<a href="ifac_contactus.htm?Monaghan">Monaghan</a><br />')
document.write('<a href="ifac_contactus.htm?Raphoe">Raphoe</a>')
document.write('</div>')
document.write('<div class="clear"></div>')