/* add the summary of recent news in the following
	section. This will appear in the top left corner of the web page.
	Use the writeln function and add all the html between quotes..."
	
	Each line of HTML needs to be added to a document.writeln(""); line
	Note double quotes cannot be used in the HTML, however a single quote will work
	*/// information on the new launch
// add bold with the <b> </b> tag
// adding the new release info
document.writeln("<p class='mainPageLeftBotText'>");
document.writeln("Ancient Music Ireland launches new cd 'Overtone'... <br>");
document.writeln("<br>");
document.writeln("<a href='images/midsize/overtone_concert_poster.jpg' ");
document.writeln("title='Click to see poster'>");
document.writeln("<img src='images/midsize/overtone_concert_poster_s.jpg' ");
document.writeln("alt='New CD Overtone Ancient Music Ireland'/></a>");
document.writeln("<br>"); 
document.writeln("<a href='images/midsize/web_overtone_concert_poster.jpg'> <br>"); 
document.writeln("13th November 2009, 8.p.m.,<br>"); 
document.writeln("St. Nicholas' Collegiate Church,<br>");
document.writeln("Galway City.<br>"); 
document.writeln("<b>Tickets from Maria O'Dwyer</b> </a><br></p>");
document.writeln("bronzeagehorns@eircom.net<br>");

	
	document.writeln("<p class='mainPageLeftBotText'>");
	document.writeln("<b><a class='linkoff' href='press.html'>News and Updates... </a></b></p>");  // add bold with the <b> </b> tag
	document.writeln("<p class='mainPageLeftBotText'>");
	document.writeln("The launch of our new book... <br>");
	document.writeln("<br>");
	document.writeln("<a href='book.html' title='Click to see more details about our book'>");
	document.writeln("<img src='images/icon/cover_book.jpg' alt='New book Prehistoric Music of Ireland'/></a>");
	document.writeln("<br>");   							// new  line break with <br>
	document.writeln("<b><a href='book.html'>Book launch... </a></b><br>");  // add bold with the <b> </b> tag
	document.writeln("<a href='book.html'>Our book is available<br>");  						
	document.writeln("from Tempus Publishing</a><br></p>");
	
	document.writeln("<br>");
	document.writeln("<p class='mainPageLeftBotText'>");
	document.writeln("<a href='recordingsavailable.html' title='Click to see more details about our recordings'>");
	document.writeln("<img src='images/icon/coirnnaheireann.jpg' alt='Coirn na hEireann music of Prehistoric Music Ireland'/>");
	document.writeln("<br>");   							// new  line break with <br>
	document.writeln("<b><a href='recordingsavailable.html'>CD Recordings... </a></b><br>");  // add bold with the <b> </b> tag
	document.writeln("<a href='recordingsavailable.html'>Our CDs are available<br>");  						
	document.writeln("from the following soures.</a><br>");
	document.writeln("<br>");   							// new  line break with <br>
	