<!--
//if the plugin test is yes = we support flash then generate the flash object
if (flash4 == "yes") {
document.writeln("<OBJECT classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0\" WIDTH=362 HEIGHT=55>"); 
document.writeln("<PARAM NAME=movie VALUE=\"/images_1/flashpeace.swf\">"); 
document.writeln("<PARAM NAME=quality VALUE=best>"); 
document.writeln("<PARAM NAME=scale VALUE=exactfit>"); 
document.writeln("<PARAM NAME=wmode VALUE=opaque>"); 
document.writeln("<PARAM NAME=bgcolor VALUE=#000000>"); 
document.writeln("<EMBED src=\"/images_1/flashpeace.swf\" quality=best scale=exactfit wmode=opaque bgcolor=#000000  WIDTH=362 HEIGHT=55 TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\"></EMBED>");
document.writeln("</OBJECT>");
 }
 //if the plugin test is no = we do not support flash - instead write the standard javascript links to use instead of flash
else if (flash4 == "no") {
document.writeln("<a href='/default.htm'><img src='/images_1/imports/p1.jpg' name='mainbanner' width='362' height='55' align='absmiddle' border='0' vspace='0' hspace='0' alt='Back to the Arizona Department of Commerce'></a>");
}
//-->