function displayHeader(){
	document.write('<object width="995" height="170">');
	document.write('	<param name="movie" value="atlantabeautyacademy.swf">');
	document.write('	<embed src="atlantabeautyacademy_v2.swf" width="995" height="170"/>');
	document.write('</object>');
}

function displayHair(){
	document.write('<object width="330" height="400">');
	document.write('	<param name="movie" value="hair_flash.swf">');
	document.write('	<embed src="hair_flash.swf" width="330" height="400"/>');
	document.write('</object>');
}

function displayFooter(){
	document.write('<object width="995" height="120">');
	document.write('	<param name="movie" value="footer.swf">');
	document.write('	<embed src="footer.swf" width="995" height="120"/>');
	document.write('</object>');
}