function getCompanyGauge()
{
    document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n');
    document.write('	codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" \n');
    document.write('    WIDTH="800" \n');
    document.write('	HEIGHT="416" \n');
    document.write('	id="gauge" \n');
    document.write('	ALIGN="">\n');
    document.write('<PARAM NAME=movie VALUE="include/gauge.swf?xml_source=http://www.towneair.com/xml/company.xml&license=FMWE0AIQ7KI6TRCHGV-5ND6AIDY5BK">\n');
    document.write('<PARAM NAME=quality VALUE=high>\n');
    document.write('<PARAM NAME=bgcolor VALUE=#FFFFFF>\n');
    document.write('<PARAM NAME=wmode VALUE=transparent>\n');

    document.write('<EMBED src="include/gauge.swf?xml_source=http://www.towneair.com/xml/company.xml&license=FMWE0AIQ7KI6TRCHGV-5ND6AIDY5BK" \n');
    document.write('	quality=high\n');
    document.write('    bgcolor=#FFFFFF  \n');
    document.write('	WIDTH="800" \n');
    document.write('	HEIGHT="416" \n');
    document.write('	NAME="gauge" \n');
    document.write('	ALIGN="" \n');
    document.write('	TYPE="application/x-shockwave-flash" \n');
    document.write('	PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">\n');
    document.write('</EMBED>\n');
    document.write('</OBJECT>\n');
}

function getRegionGauge(regionBean)
{
    document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n');
    document.write('	codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" \n');
    document.write('    WIDTH="800" \n');
    document.write('	HEIGHT="416" \n');
    document.write('	id="gauge" \n');
    document.write('	ALIGN="">\n');
    document.write('<PARAM NAME=movie VALUE="include/gauge.swf?xml_source=http://www.towneair.com/xml/' + regionBean + '.xml&license=FMWE0AIQ7KI6TRCHGV-5ND6AIDY5BK">\n');
    document.write('<PARAM NAME=quality VALUE=high>\n');
    document.write('<PARAM NAME=bgcolor VALUE=#FFFFFF>\n');
    document.write('<PARAM NAME=wmode VALUE=transparent>\n');

    document.write('<EMBED src="include/gauge.swf?xml_source=http://www.towneair.com/xml/' + regionBean + '.xml&license=FMWE0AIQ7KI6TRCHGV-5ND6AIDY5BK" \n');
    document.write('	quality=high\n');
    document.write('    bgcolor=#FFFFFF  \n');
    document.write('	WIDTH="800" \n');
    document.write('	HEIGHT="416" \n');
    document.write('	NAME="gauge" \n');
    document.write('	ALIGN="" \n');
    document.write('	TYPE="application/x-shockwave-flash" \n');
    document.write('	PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">\n');
    document.write('</EMBED>\n');
    document.write('</OBJECT>\n');
}

function getTerminalGauge(terminalBean)
{
    document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n');
    document.write('	codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" \n');
    document.write('    WIDTH="800" \n');
    document.write('	HEIGHT="416" \n');
    document.write('	id="gauge" \n');
    document.write('	ALIGN="">\n');
    document.write('<PARAM NAME=movie VALUE="include/gauge.swf?xml_source=http://www.towneair.com/xml/' + terminalBean + '.xml&license=FMWE0AIQ7KI6TRCHGV-5ND6AIDY5BK">\n');
    document.write('<PARAM NAME=quality VALUE=high>\n');
    document.write('<PARAM NAME=bgcolor VALUE=#FFFFFF>\n');
    document.write('<PARAM NAME=wmode VALUE=transparent>\n');

    document.write('<EMBED src="include/gauge.swf?xml_source=http://www.towneair.com/xml/' + terminalBean + '.xml&license=FMWE0AIQ7KI6TRCHGV-5ND6AIDY5BK" \n');
    document.write('	quality=high\n');
    document.write('    bgcolor=#FFFFFF  \n');
    document.write('	WIDTH="800" \n');
    document.write('	HEIGHT="416" \n');
    document.write('	NAME="gauge" \n');
    document.write('	ALIGN="" \n');
    document.write('	TYPE="application/x-shockwave-flash" \n');
    document.write('	PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">\n');
    document.write('</EMBED>\n');
    document.write('</OBJECT>\n');
}