// Create Array with logos png files which are all of height 37 px, widths will vary.  Be sure that the logo is vertically centered for // logo alignment.
var logoFiles = new Array('/sr/flash/home/images/Adsk_GovtMasterRslr_M_Blk-2.png', '/sr/flash/home/images/Google-150dpi-RGB-120w.png', '/sr/flash/home/images/netapp-84x45.png', '/sr/flash/home/images/oracle_142x37.gif', '/sr/flash/home/images/quest_127x37.png', '/sr/flash/home/images/redhat_115x37.png', '/sr/flash/home/images/Solarwinds-Logo-135w-RGB.png', '/sr/flash/home/images/symantec_135x37.png');

// Create Array with logos widths to determine the placements of the logos in the flash piece.
var logoWidths = new Array('145', '120', '84', '142', '127', '115', '135', '135');

var logoURLs = new Array('/Brands/Autodesk_Government', '/Brands/Google', '/Brands/NetApp', '/Brands/Oracle', '/Brands/Quest_Software', '/Brands/Red_Hat', '/Brands/SolarWinds', '/Brands/Symantec');

