	/* add the details for for to contact in the following
	section. use the writeln function and add all the html between quotes..."
	*/
	
	document.writeln("<p class='mainPageLeftBotText'>");
	document.writeln("<b><a class='linkoff' href='contactus.html'>How to contact us </a></b>");  // add bold with the <b> </b> tag
	document.writeln("<br>");   					// new  line break with <br>
	document.writeln("Simon O'Dwyer <br>");
	document.writeln("Maria Cullen O'Dwyer <br>");
	document.writeln("<br>");
	document.writeln("Prehistoric Music Ireland, <br>");
	document.writeln("Crimlin, Corr na Mona, <br> ");
	document.writeln("Co. Galway, Ireland <br>");
	document.writeln("<br>");
	document.writeln("Phone: +353(0)949 548 396");
	document.writeln("<br>");

	document.writeln("<a href='mailto:bronzeagehorns@eircom.net'>bronzeagehorns@eircom.net</a><br></p>");
	document.writeln("<br>");
	document.writeln("<p class='mainPageLeftBotText'><font size=-6>©2005,PREHISTORIC MUSIC IRELAND</font></p>");
	
	