﻿function banner()
{
	document.write('<div id="banner">');
	document.write('<table style="width:100%;padding:0;margin:0"><tr>');
	document.write('<td><a href="index.html"><img style="border:0" src="images/ancora900px.jpg" alt="Ancora" /></a></td>');
	document.write('<td style=padding-right:15px;><a style="text-decoration:none" href="http://facebook.com/#%21/pages/Ancora/162635517089625" target="_blank"><h2>Find us on Facebook</h2></a> \
		<a href="http://facebook.com/#%21/pages/Ancora/162635517089625" target="_blank">Ancora</a></td>');
	document.write('</tr></table>');
	document.write('</div>');
}
function menu(currentPage)
{
	document.write('<div id="navigation">');
	document.write('<ul><li><a id="home" href="index.html">home</a></li>');
	document.write('<li><a id="music" href="music.html">music</a></li>');
	document.write('<li><a id="schedule" href="schedule.html">calendar</a></li>');
	document.write('<li><a id="about" href="about.html">about</a></li>');
	document.write('<li><a id="contact" href="contact.html">contact</a></li></ul>');
	document.write('<br/><img style="padding-left:15px" src="images/babygrayson.jpg" /><p style="padding-left:20px">Ancora&#39;s #1 groupie, baby Grayson.</p>');
	document.write('</div>');

	var blech = document.getElementById(currentPage);
	blech.style.fontStyle = "italic";

}
function rcol()
{
	document.write('<div id="column_r">');
	document.write('<h2 style="padding-top:10px">The gift of <i>Incantations</i></h2>');
	document.write('<img src="images/incantations_cd_thumb.jpg" />');
	document.write('<p>Ancora&#39;s Incantations is now available for purchase on <a href="http://www.amazon.com/Incantations-Various/dp/B005WEWNX6/ref=sr_1_1?ie=UTF8&qid=1322780573&sr=8-1" target="_blank">Amazon</a>. Give a copy to a loved one, and perhaps buy one for yourself.</br>');
	document.write('<a href="http://www.amazon.com/Incantations-Various/dp/B005WEWNX6/ref=sr_1_1?ie=UTF8&qid=1322780573&sr=8-1" target="_blank">Buy the CD now!</a></p>');

	document.write('<h2 style="padding-top:20px">auditions</h2> \
		<p>We are now booking appointments for January auditions. \
		Call, email or write to <a href="contact.html">Ancora</a> with your name, contact \
		information and a brief description of your musical experience to schedule \
		an audition.<p>')

	document.write('<h2 style="padding-top:20px">bookings</h2>');
	document.write('<p>Ancora is available for collaborations or private performances.  \
	If you’re interested in booking Ancora, please \
	<a style="text-decoration:none" href="contact.html">contact us </a> with \
	your event date and details.</p>')

	document.write('</div>');
}

