// JavaScript Document

function headerIMG()
{
	document.write("<img name='header.gif' src='images/header.gif' width='990' height='90' border='0' id='header' usemap='#m_header' alt='' />");
	document.write("<map name='m_header' id='m_header'>");
	document.write("<area shape='rect' coords='425,0,990,90' href='http://utsa.financialplannerprogram.com' target='_blank' alt='UTSA CFP Home Page' />");
	//document.write("<area shape='rect' coords='559,0,827,90' href='http://www.terry.uga.edu/' target='_blank' alt='University of Georgia Terry College of Business Home Page' />");
	document.write("<area shape='rect' coords='0,0,300,90' href='http://cpe.utsa.edu/' target='_blank' alt='UTSA Home Page' />");
	document.write("</map>");
}

//Thie funcation holds the header image info for the demo page. It should match the main headerIMG function as noted above.

function headerIMG_DEMO()
{
	document.write("<img src='../images/header.gif' width='990' height='90' />");
}


function mainFlash()
{
	document.write ("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0' width='990' height='290'><param name='movie' value='flash/RotatingAds.swf' /><param name='wmode' value='transparent' /><param name='quality' value='high' /><param name='allowScriptAccess' value='always' /><embed src='flash/RotatingAds.swf' quality='high' wmode='transparent' pluginspage='http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='990' height='290'></embed></object>");	
}

function copyrightDate()
{
	wriYr = new Date
	var doYr = wriYr.getFullYear()

	document.write("CFP<sup>&reg;</sup>, CERTIFIED FINANCIAL PLANNER<sup>&trade;</sup> and <img src='images/cfp_logo_footer.gif'/> are certification marks owned by Certified Financial Board of Standards, Inc. These marks are awarded to individuals who successfully complete the CFP Board&#39;s initial and ongoing certification requirements.  &copy; " + doYr + " Developed by <a href='http://www.greeneconsults.com' target='_blank'  onfocus='if(this.blur)this.blur()'>Greene Consulting Associates</a>, LLC. All Rights Reserved. <a href='privacypolicy.asp' target='_blank'  onfocus='if(this.blur)this.blur()'>Privacy Policy</a>");
}

function copyrightDatedemo()
{
	wriYr = new Date
	var doYr = wriYr.getFullYear()

	document.write("CFP<sup>&reg;</sup>, CERTIFIED FINANCIAL PLANNER<sup>&trade;</sup> and <img src='../images/cfp_logo_footer.gif'/> are certification marks owned by Certified Financial Board of Standards, Inc. These marks are awarded to individuals who successfully complete the CFP Board&#39;s initial and ongoing certification requirements.  &copy; " + doYr + " Developed by <a href='http://www.greeneconsults.com' target='_blank'  onfocus='if(this.blur)this.blur()'>Greene Consulting Associates</a>, LLC. All Rights Reserved. <a href='../privacypolicy.asp' target='_blank'  onfocus='if(this.blur)this.blur()'>Privacy Policy</a>");
}
