﻿<!--
var flashwidth		= "550"	// width OF THE FLASH (IN PIXELS)
var flashheight		= "101"		// height OF THE FLASH (IN PIXELS)
var color			= "990000"	// INTRO BACKGROUND color
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+flashwidth+'" height="'+flashheight+'" id="intro">');
document.write('<param name="movie" value="aia_splash.swf">');
document.write('<param name="quality" value="high">');
document.write('<param name="wmode" value="transparent">');
document.write('<param name="bgcolor" value="#'+color+'">');
document.write('<embed src="aia_splash.swf" quality="high" wmode="transparent" bgcolor="#'+color+'"  width="'+flashwidth+'" height="'+flashheight+'" name="intro" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
document.write('</embed >');
document.write('</object ><br>');
// -->