
var cText = ''
cText += '<a HREF="index.html">Home</a> | &nbsp;'
cText += '<a HREF="All%20Time%20Results.html">All Time Results</a> | &nbsp;'
cText += '<a HREF="eircomleague.html">Eircom League</a> | &nbsp;'
cText += '<a HREF="video.html">Video Action</a> | &nbsp;'
cText += '<a HREF="MatchReports.html">Match Reports</a> | &nbsp;'
cText += '<a HREF="worldcup2010index.html">W Cup 2010</a> | &nbsp;'
cText += '<a HREF="euro2008index.html">Euro 2008</a> | &nbsp;'
cText += '<a HREF="worldcup2006index.html">W Cup 2006</a> | &nbsp;'
cText += '<a HREF="euro2004index.html">Euro 2004</a> | &nbsp;'
cText += '<a HREF="wc2002index.html">W Cup 2002</a> | &nbsp;'
cText += '<a HREF="usa1994.html">USA 1994</a> | &nbsp;'
cText += '<a HREF="italia1990.html">Italia 1990</a> | &nbsp;'
cText += '<a HREF="euro1988.html">Euro 1988</a> | &nbsp;'
cText += '<a HREF="friendlies.html">Friendlies</a> | &nbsp;'
cText += '<a HREF="fansindex.html">Fans Zone</a> | &nbsp;'
cText += '<a HREF="statto.html">Lane Gallery</a> | &nbsp;'
cText += '<a HREF="gamesindex.html">GameZone</a> | &nbsp;'
cText += '<a HREF="Amhran Na bhFiann.html">Amhrán Na bhFiann</a> | &nbsp;'
cText += '<a HREF="ROI%20Links%20Page.html">Links</a> | &nbsp;' 
cText += '<a HREF="Sitemap.html">Sitemap</a>'
document.write(cText)
