function buildFlash()
{
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="500" height="80" id="home_sequence" align="middle">');
	document.write('<param name="allowScriptAccess" value="sameDomain" >');
	document.write('<param name="movie" value="/common/flash/NEW VERSION.2.18.11.swf" >');
	document.write('<param name="quality" value="best" >');
	document.write('<param name="loop" value="true" >');
	document.write('<param name="menu" value="false" >');
	document.write('<param name="bgcolor" value="#F0EDE2" >');
	document.write('<embed src="/common/flash/NEW VERSION.2.18.11.swf" loop="true" menu="false" quality="best" bgcolor="#F0EDE2" width="500" height="80" name="home_sequence" align="middle" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" ></embed>');
	document.write('</object>');
}

function titleYear() 
{
	var year = date.getYear()
	document.title = "Graham-Windham: 1806 to " + year
}


function buildLogo()
{
	document.write('<a href="/index.html"><img src="/common/images/logo.gif" width="90" height="90" style="margin: 10px 10px 0px 10px" border="0"></a>');
}



function buildYears()
{
	var curYear='2011'; //This variable displays the current year on all pages. Change for each new year.

	document.write('<table border="0" cellpadding="0" cellspacing="0" style="margin-top: 10px">');
	document.write('<tr>');
	document.write('<td width="96" style="border-right: 2px solid #D12F1E" align="right" valign="top"><font style="font-weight: 500; font-size: 1.3em; font-family: Times">1806&nbsp;<br></font></td>');
	document.write('<td align="left" valign="bottom"><font style="font-weight: 500; font-size: 1.3em; font-family: Times"><br>&nbsp;2011</font></td>');
	document.write('</tr>');
	document.write('</table>');
}



function buildPageHeader(pageTitle,imageName,imageAltDesc)
{
	document.write('<table border="0" cellpadding="0" cellspacing="0">');
	document.write('<tr>');
	document.write('<td valign="top" style="background-color: #636468" width="312"><font style="color: #ffffff; display: block; margin: 18px; font-size: 2.1em; font-family: Bookman Old Style;">' + pageTitle + '</font></td>');
	document.write('<td width="488"><img src="/common/images/PageTitleHeaders/' + imageName + '" width="488" height="367" border="0" alt="' + imageAltDesc + '"></td>');
	document.write('</tr>');
	document.write('</table>');
}
