/**
 writeLogoflashembedtag.js
 Writes the embed tag for the flash logo
*/
function writeLogoFlashEmbedTag() {
	document.write('<embed src="assets/images/animatedbanner.swf" ');
	document.write('quality="high" wmode=transparent ');
	document.write('width="940" height="130" ');
	document.write('type="application/x-shockwave-flash" menu="false" ');
	document.write('pluginspace="http://www.macromedia.com/go/getflashplayer">');
	document.write('</embed>');
}

writeLogoFlashEmbedTag();
