var research = new Array(10)

research[0] = '<div class="figrt" style="width:500px"><a href="pictures/research/ttf_n1365.gif"><img src="pictures/research/ttf_n1365_75pct.gif"></a></div> <p>The image at right is an excitation map of the barred spiral galaxy NGC 1365, as observed with a Fabry-Perot "Tunable Filter." The continuum image shows starlight, H&#945 and [NII] images show ionized gas emission, and the [NII]/H&#945 map shows the ratio of collisional to photo- ionization. <a href="tf.html">Click here</a> for more on tunable filters, and <a href="mapwinds.html">here</a> for more on imaging of galactic winds.'

research[1] = '<div class="figrt" style="width:615px"><img src="pictures/research/mmtf_top.jpg"></div> <p>A view through the cavity of the Maryland-Magellan Tunable Filter, a Fabry-Perot interferometer that acts as a narrowband astronomical filter that can be tuned in wavelength space. <a href="tf.html">Click here</a> for more on tunable filters.'

research[2] = '<div class="figrt" style="width:520px"><p><img src="pictures/research/m82_h2ks_500px.jpg"></div> <p>A deep image of warm molecular gas in the galactic wind of M82.  Red is molecular gas, and blue is starlight.<a href="mapwinds.html"> Click here</a> for more imaging of galactic winds.'

research[3] = '<div class="figrt" style="width:405px"><p><a href="pictures/research/specfit_full.jpg"><img src="pictures/research/specfit.jpg"></a></div> <p>The spectrum at right is an example of multi-component fitting of the H&#946 to [OIII] 5007 &#197 emission-line region, including a fit to the stellar continuum.'

research[4] = '<div class="figrt" style="width:525px"><p><img src="pictures/research/mz_f2.jpg"></div> <p>The figure at right shows that interacting galaxies with strong starburst activity (blue and red points) fall significantly below the mass-metallicity relation of normal galaxies.  The depressed oxygen abundance in these systems is likely due to merger-induced gas inflow.<a href="metals.html"> Click here</a> for more on the M-Z relation in interacting galaxies.'

research[5] = '<div class="figrt" style="width:520px"><p><img src="pictures/research/all_met_v_time.jpg"></div> <p>Predictions for the suppression of the nuclear oxygen content in a merger of two equal-mass spiral galaxies.  This suppression is particularly prominent after first passage of the two galaxies.<a href="metals.html"> Click here</a> for more on the oxygen abundances in interacting galaxies.'

research[6] = '<div class="figrt" style="width:540px"><p><img src="pictures/research/fig_of1.jpg"></div> <p>The detection rate, via absorption lines, of galactic winds in interacting galaxies with high star formation rates.  The results are consistent with ubiquitous winds and changing morphology with SFR. <a href="ulirgwinds.html"> Click here</a> for more on winds in interacting galaxies .'

research[7] = '<div class="figrt" style="width:545px"><p><img src="pictures/research/fig_of2.jpg"></div> <p>The velocity of galactic winds increases as the luminosity of the system increases.  These winds appear to be driven mostly by star formation.<a href="ulirgwinds.html"> Click here</a> for more on winds in interacting galaxies.'

research[8] = '<div class="figrt" style="width:570px"><p><img src="pictures/research/spec_avg.jpg"></div> <p>The average mid-infrared spectrum of 75 ultraluminous infrared galaxies (ULIRGs), as observed with the Spitzer Space Telescope.  ULIRGs are luminous in the mid- and far-infrared, and represent the final stages of a galaxy-galaxy merger.'

research[9] = '<div class="figrt" style="width:620px"><p><img src="pictures/research/agnfrac_lbol_comp.jpg"></div> <p>Disentangling the contribution of a starburst and supermassive black hole to the luminosity of galaxy-galaxy mergers is challenging.  At right: a comparison of different methods of computing the ratio of these two power sources, using Spitzer data.'

var index = Math.floor(Math.random() * research.length)
document.write(research[index]);
