// JavaScript Document

//Copyright

function copyrightDate()	{
	wriYr = new Date
	var doYr = wriYr.getFullYear()
	document.write('<p id="socialicons">Follow us: <a href="http://www.facebook.com/greeneconsulting" target="_blank"><img src="img/facebook.gif" width="20" height="20"></a><a href="http://www.linkedin.com/company/134940" target="_blank"><img src="img/linkedin.gif" width="20" height="20"></a><a href="http://twitter.com/gca_atlanta" target="_blank"><img src="img/twitter.gif" width="20" height="20"></a><!-- <a href="http://en.wikipedia.org/wiki/Greene_Consulting" target="_blank"><img src="img/wikipedia.gif" width="20" height="20"></a> --><a href="http://www.youtube.com/user/greeneconsults" target="_blank"><img src="img/youtube.gif" width="20" height="20"></a><a href="http://blog.greeneconsults.com" target="_blank"><img src="img/wordpress.gif" width="20" height="20"></a></p>');
	document.write("&copy " + doYr + " Greene Consulting Associates, LLC. All Rights Reserved.");
}



function headerIMG()	{
	document.write("<img src='img/gca_logo.gif' width='139' height='44' border='0' usemap='#Map' />");
	document.write("<map name='Map' id='Map'>");
	document.write("  <area shape='rect' coords='1,-2,169,67' href='index.asp' target='_self' alt='Greene Consulting Logo' />");
	document.write("</map>");
}

function navIMG()	{
	document.write("<img src='img/nav_mock.gif' width='1088' height='26' border='0' />");
}

function flashIMG()	{
	document.write("<img src='img/hpflash_placeholder.gif' width='1110' height='240' border='0' />");
}
