function Publication() {}

Publication.prototype.randomIndex = 0;

function Publication_setRandomIndex(index)
{
    //set a random index for use in all remaining selections
    var ran = Math.random();
    var nHigh = Publication_getSize(index);
    this.randomIndex = Math.floor(1 + ran*nHigh);
    if (this.randomIndex>nHigh) {this.randomIndex = nHigh;}
}

function Publication_getSize(index)
{
  if (index=='factsheet') {nPub=13;}
  if (index=='report') {nPub = 28;}
  if (index=='article') {nPub = 81;}

  return nPub;
}

function Publication_getFeaturedPublication(pubType)
{
 
  if (pubType=='factsheet') {publication = getFactSheets(this.randomIndex);}
  if (pubType=='report') {publication = getReports(this.randomIndex);}
  if (pubType=='article') {publication = getArticles(this.randomIndex);}

  return publication;
}

function getFactSheets(index)
{
    var string = "";

    //links and titles for ERD fact sheets
    if (index==1) {string = '<A HREF="publications/factsheets/Mirror_Chiral.pdf">Mirror Images:  Chiral Chemistry</A> (PDF, 2 pp., 333 KB, <a href="http://epa.gov/epahome/pdf.html">About PDF</a>)';}
    if (index==2) {string = '<A HREF="publications/factsheets/Field_Research_10-15-02.pdf">Watershed Field Research</A> (PDF, 2 pp., 491 KB, <a href="http://epa.gov/epahome/pdf.html">About PDF</a>)';}
    if (index==3) {string = '<A HREF="publications/factsheets/VisualBeach.pdf">Visual Beach:  Pathogen Modeling</A> (PDF, 2 pp., 158 KB, <a href="http://epa.gov/epahome/pdf.html">About PDF</a>)';}
    if (index==4) {string = '<A HREF="publications/factsheets/cooperative_modeling.pdf">Multi-Agency Cooperative Modeling</A> (PDF, 2 pp., 401 KB, <a href="http://epa.gov/epahome/pdf.html">About PDF</a>)';}
    if (index==5) {string = '<A HREF="publications/factsheets/SPARC.pdf">Computer Models for Environmental Fate of Chemicals: SPARC</A> (PDF, 2 pp., 712 KB, <a href="http://epa.gov/epahome/pdf.html">About PDF</a>)';}
    if (index==6) {string = '<A HREF="publications/factsheets/pesticides.pdf">Pesticide Exposure:  Responsible and Safe Pesticide Use</A> (PDF, 2 pp., 264 KB, <a href="http://epa.gov/epahome/pdf.html">About PDF</a>)';}
    if (index==7) {string = '<A HREF="publications/factsheets/Phytotransformation.pdf">Phytotransformation:  The Ultimate Cleaner-Upper</A> (PDF, 2 pp., 957 KB, <a href="http://epa.gov/epahome/pdf.html">About PDF</a>)';}
    if (index==8) {string = '<A HREF="publications/factsheets/OnSite-calculator_02-18-03.pdf">OnSite on-line calculators for Subsurface Contaminant Transport Site Assessment</A> (PDF, 2 pp., 259 KB, <a href="http://epa.gov/epahome/pdf.html">About PDF</a>)';}
    if (index==9) {string = '<A HREF="publications/factsheets/BASS_01-14-04.pdf">BASS:  Bioaccumulation and Aquatic System Simulator</A> (PDF, 2 pp., 58 KB, <a href="http://epa.gov/epahome/pdf.html">About PDF</a>)';}
    if (index==10) {string = '<A HREF="publications/factsheets/ERD_CompToxFactSheet011204.pdf">ERD\'s Computational Toxicology Research Program</A> (PDF, 2 pp., 1.4 MB, <a href="http://epa.gov/epahome/pdf.html">About PDF</a>)';}
    if (index==11) {string = '<A HREF="publications/factsheets/McDaniel-01-14-04.pdf">Environmental Science</A> (PDF, 2 pp., 47 KB, <a href="http://epa.gov/epahome/pdf.html">About PDF</a>)';}
    if (index==12) {string = '<A HREF="publications/factsheets/Molina_01-14-04.pdf">Microbial Indicators:  What do microbes tell us about the health of aquatic ecosystems?</A> (PDF, 2 pp., 110 KB, <a href="http://epa.gov/epahome/pdf.html">About PDF</a>)';}
    if (index==13) {string = '<A HREF="publications/factsheets/Impervious_05-6-04.pdf">Impervious Cover -- Paving Paradise</A> (PDF, 2 pp., 105 KB, <a href="http://epa.gov/epahome/pdf.html">About PDF</a> )';}

    return string;
}

function getReports(index)
{
    var string = "";
    if (index==1) {string = 'Working with WhAEM 2000 Source Water Assessment for a Glacial Outwash Wellfield, Vincennes, Indiana <A HREF="http://www.epa.gov/ceampubl/gwater/whaem/User_Manual.EXE">EPA/600/R-00/022 (Revised 2003)</A> (Self-extracting exe, 8.9 MB) <A HREF="http://www.epa.gov/ceampubl/gwater/whaem/index.htm">Software</A>';}
    if (index==2) {string = 'Characteristics of Spilled Oils, Fuels, and Petroleum Products:  1. Composition and Properties of Selected Oils <A HREF="publications/reports/EPA-600-R03-072-OilComposition.pdf">EPA/600/R-03/072</A> (PDF, 3.5 MB <a href="http://epa.gov/epahome/pdf.html">About PDF</a>)';}
    if (index==3) {string = 'Probabilistic Aquatic Exposure Assessment for Pesticides <A HREF="publications/reports/EPA_600_R01_071.pdf">EPA/600/R-01/071</A> (PDF, 1.1 MB <a href="http://epa.gov/epahome/pdf.html">About PDF</a>)';}
    if (index==4) {string = 'One-Dimensional Hydrodynamic/Sediment Transport Model for Stream Networks <A HREF="publications/reports/EPA_600_R_01_072.pdf">EPA/600/R-01/072</A> (PDF, 0.4 MB <a href="http://epa.gov/epahome/pdf.html">About PDF</a>)';}
    if (index==5) {string = 'EFDC1D - A One Dimensional Hydrodynamic and Sediment Transport Model for River and Stream Networks <A HREF="publications/reports/EPA_600_R_01_073.pdf">EPA/600/R-01/073</A> (PDF, 0.4 MB <a href="http://epa.gov/epahome/pdf.html">About PDF</a>)';}
    if (index==6) {string = 'Bioaccumulation and Aquatic System Simulator (BASS) User Manual Beta Test Version 2.1<A HREF="staff/members/barbermahlonc/bass21_manual.pdf">EPA/600/R-01/035</A> (PDF, 2.2 MB <a href="http://epa.gov/epahome/pdf.html">About PDF</a>)';}
    if (index==7) {string = 'Exposure Analysis Modeling System (EXAMS): User Manual and Systen Documentation <A HREF="publications/reports/EPA_600_R00_081.pdf">EPA/600/R-00/081</A> (PDF, 7.8 MB) <A HREF="http://www.epa.gov/ceampubl/swater/exams/index.htm">Software</A> <a href="http://epa.gov/epahome/pdf.html">About PDF</a>';}
    if (index==8) {string = 'A Comprehensive Nonpoint Source Field Study for Sediment, Nutrients, and Pathogens in the South Ford Broad River Watershed in Northeast Georgia. U.S. Environmental Protection Agency, Athens, GA. Publication No. <A HREF="publications/reports/Smith 600 R 04 026 Comprehensive Nonpoint Source.pdf">EPA/600/R-04/026</A> (PDF, 143 pp., 4.8 MB <a href="http://epa.gov/epahome/pdf.html">About PDF</a>).'}
    if (index==9) {string = 'UV Exposure of Coral Assemblages in the Florida Keys. U.S. Environmental Protection Agency, Athens, GA. Publication No<A HREF="publications/reports/Zepp 600 R 03 095 UV Exposure Coral.pdf">EPA/600/R-03/095</A> (PDF, 46 pp., 864 KB <a href="http://epa.gov/epahome/pdf.html">About PDF</a>).'}
    if (index==11) {string = 'A Comprehensive Nonpoint Source Field Study for Sediment, Nutrients, and Pathogens in the South Ford Broad River Watershed in Northeast Georgia. U.S. Environmental Protection Agency, Athens, GA. Publication No. EPA/600/R-04/026 (PDF, 143 pp., 4.6 MB).'}
    if (index==12) {string = 'On-line Tools for Assessing Petroleum Releases. U.S. Environmental Protection Agency, Athens, GA. Publication No. EPA/600/R-04/101 (PDF, 81 pp., 1.4 MB).'}
    if (index==13) {string = 'Characteristics of Spilled Oils, Fuels, and Petroleum Products: 2a. Dispersant Effectiveness Data for a Suite of Environmental Conditions - the Effects of Temperature, Volatilization, and Energy. U.S. Environmental Protection Agency, Athens, GA. Publication No. EPA/600/R-04/119 (PDF, 86 pp., 2.2 MB).'}
    if (index==14) {string = 'Characteristics of Spilled Oils, Fuels, and Petroleum Products: 3a. Simulation of Oil Spills and Dispersants Under Conditions of Uncertainty. U.S. Environmental Protection Agency, Athens, GA. Publication No. EPA/600/R-04/120 (PDF, 99 pp., 2.7 MB).'}
    if (index==15) {string = 'Comparison of Hydrologic Responses at Different Watershed Scales. U.S. Environmental Protection Agency, Athens, GA. Publication No. EPA/600/R-04/103 (PDF, 81 pp., 1.7 MB)'}
    if (index==16) {string = 'Population Models for Stream Fish Response to Habitat and Hydrologic Alteration: The CVI Watershed Tool. U.S. Environmental Protection Agency, Athens, GA. Publication No. EPA/600/R-04/190 (PDF, 102 pp., 2.2 MB).'}
    if (index==17) {string = 'Analysis of Mercury in Vermont and New Hampshire Lakes: Evaluation of the Regional Mercury Cycling Model. U.S. Environmental Protection Agency, Athens, GA. Publication No. EPA/600/R-04/080 (PDF, 296 pp., 11 MB).'}
    if (index==18) {string = 'A Study on the Accumulation of Perchlorate in Young Head Lettuce. Environmental Protection Agency, Athens, GA. Publication No. EPA/600/R-03/003 (PDF, 21 pp., 264 KB).'}
    if (index==19) {string = 'Estimating and Projecting Impervious Cover in the Southeastern United States. U.S. Environmental Protection Agency, Athens, GA. Publication No. EPA/600/R-05/061. (PDF, 133 pp., 3.2 MB).'}
    if (index==20) {string = 'Empirical Models of Pb and Cd Partitioning Using Data from 13 Soils, Sediments and Aquifer Materials. U.S. Environmental Protection Agency, Athens, GA. Publication No. EPA/600/R-05/077. (PDF, 52 pp., 183 KB). '}
    if (index==21) {string = 'Modeling Monomethylmercury and Tributyltin Speciation with EPA’s Geochemical Speciation Model MINTEQA2. U.S. Environmental Protection Agency, Athens, GA. Publication No. EPA/600/R-05/063 (PDF, 34 pp., 186 KB).'}
    if (index==22) {string = 'Organophosphate Pesticide Degradation Under Drinking Water Treatment Conditions. U.S. Environmental Protection Agency, Athens, GA. Publication No. EPA/600/R-05/103 (PDF, 64 pp., 470 KB).'}
    if (index==23) {string = 'Partition Coefficients for Metals in Surface Water, Soil, and Waste. U.S. Environmental Protection Agency, Athens, GA. Publication No. EPA/600/R-05/074 (PDF, 92 pp., 410 KB). '}
    if (index==24) {string = 'Predicted Ground Water, Soil and Soil Gas Impacts from U.S. Gasolines, 2004: First Analysis of the Autumnal Data. U.S. Environmental Protection Agency, Athens, GA. Publication No. EPA/600/R-05/032 (PDF, 84 pp., 2.2 MB). '}
    if (index==25) {string = 'PRZM-3, A Model for Predicting Pesticide and Nitrogen Fate in the Crop Root and Unsaturated Soil Zones: User\'s Manual for Release 3.12.2. U.S. Environmental Protection Agency, Athens, GA. Publication No. EPA/600/R-05/111 (PDF, 264 pp., 4.1 MB). '}
    if (index==26) {string = 'Review of Recent Research on Vapor Intrusion. U.S. Environmental Protection Agency, Athens, GA. Publication No. EPA/600/R-05/106 (PDF, 47 pp., 203 KB).'}
    if (index==27) {string = 'SPRAYTRAN User\'s Guide: A GIS-Based Atmospheric Spray Droplet Dispersion Modeling System. U.S. Environmental Protection Agency, Athens, GA. Publication No. EPA/600/R-05/109 (PDF, 109 pp., 2 MB).'}
    if (index==28) {string = 'Temporal and Spatial Variability of Fecal Indicator Bacteria: Implications for the Application of MST Methodologies to Differentiate Sources of Fecal Contamination. U.S. Environmental Protection Agency, Athens, GA. Publication No. EPA/600/R-05/107 (PDF, 40 pp., 465 KB).'}
    if (index==29) {string = 'Uncertainty and the Johnson-Ettinger Model for Vapor Intrusion Calculations. U.S. Environmental Protection Agency, Athens, GA. Publication No. EPA/600/R-05/110 (PDF, 43 pp., 633 KB).'}

   return string;
}

function getArticles(index)
{
  var string = "";
  //articles from 2005
  if (index==71) {string = 'Ambrose, R. B., Jr., I. X. Tsiros, and T. A. Wool. 2005. Modeling Mercury Fluxes and Concentrations in a Georgia Watershed Receiving Atmospheric Deposition Load from Direct and Indirect Sources. Journal of the Air & Waste Management Association. 55(5):547-558.'}
  if (index==72) {string = 'Babendreier, J. E. and K. J. Castleton. 2005. Investigating Uncertainty and Sensitivity in Integrated, Multimedia Environmental Models: Tools for FRAMES-3MRA. Environmental Modelling & Software. 20(8):1043-1055.'}
  if (index==73) {string = 'Chandrasekar, S., G.A. Sorial, and J.W. Weaver. 2005. Dispersant Effectiveness on Three Oils Under Various Simulated Environmental Conditions. Environmental Engineering Science. 22(3):324-336.'}
  if (index==74) {string = 'Hoehamer, C.F., C.S. Mazur, and N.L. Wolfe. 2005. Purification and Partial Characterization of an Acid Phosphatase from Spirodela oligorrhiza and its Affinity for Selected Organophosphate Pesticides. Journal of Agricultural and Food Chemistry. 53(1):90-97.'}
  if (index==75) {string = 'Jarman, J. L., W. J. Jones, L. A. Howell, and A. W. Garrison. 2005. Application of Capillary Electrophoresis to Study the Enantioselective Transformation of Five Chiral Pesticides in Aerobic Soil Slurries. Journal of Agricultural and Food Chemistry. 53(16):6175-6182.'}
  if (index==76) {string = 'Knightes, C.D. and M. Cyterski. 2005. Evaluating Predictive Errors of a Complex Environmental Model using a General Linear Model and Least Square Means. Ecological Modelling. 186(3):366-374. '}
  if (index==77) {string = 'Richardson, S. D. and T. A. Ternes. 2005. Water Analysis: Emerging Contaminants and Current Issues. Analytical Chemistry. 77(12):3807-3838.'}
  if (index==78) {string = 'Sigleo, A.C., C.W. Mordy, P. Stabeno, and W.E. Frick. 2005. Nitrate Variability Along the Oregon Coast: Estuarine-Coastal Exchange. Estuarine, Coastal and Shelf Science. 64(2-3):211-222.'}
  if (index==79) {string = 'Vincenti, M., S. Biazzi, N. Ghiglione, M.C. Valsania. 2005. Comparison of Highly-Fluorinated Chloroformates as Direct Aqueous Sample Derivatizing Agents for Hydrophilic Analytes and Drinking-Water Disinfection By-Products. Journal of the American Society for Mass Spectrometry. 16(6):803-813.'}
  if (index==80) {string = 'Zepp, R. G., T. V. Callaghan, and D. J. Erickson. 2005. Environmental Effects of Ozone Depletion and Its Interactions With Climate Change: Progress Report 2004. Photochemical and Photobiological Sciences. 4(2):177-184.'}
  if (index==81) {string = 'Zwiener, C. and S. D. Richardson. 2005. Analysis of Disinfection By-Products in Drinking Water by LC-MS and Related MS Techniques. Trends in Analytical Chemistry. 24(7):613-621.'}
  //articles from 2004
  if (index==47) {string = 'Champion, Jr., W.L., J. Lee, A.W. Garrison, J.C. DiMarco, A. Matabe, and K.B. Prickett. 2004. Liquid Chromatographic separation of the enantiomers of trans-chlordane, cis-chlordane, heptachlor, heptachlor epoxide and alpha-hexachlorocyclohexane with application to small-scale preparative separation. Journal of Chromatography A. 1024(1/2):55-62.';}
  if (index==48) {string = 'Chen, R.F., P. Bissett, P. Coble, R. Conmy, G.B. Gardner, M.A. Moran, X. Wang, M.L. Wells, P. Whelan, and R.G. Zepp. 2004. Chromophoric Dissolved Organic Matter (CDOM) Source Characterization in the Louisiana Bight. Marine Chemistry. 89(1-4):257-272. '} 
  if (index==49) {string = 'Frick, W.E.  2004.  Visual Plumes Mixing Zone Modeling Software.  Environmental Modelling & Software.  19(7/8):645-654.';}
  if (index==50) {string = 'Hilal, S.H., S.W. Karickhoff, L.A. Carreira, and B.P. Shrestha. 2004. Estimation of Carboxylic Acid Ester Hydrolysis Rate Constants. QSAR & Combinatorial Science. 22(9/10):917-925.';}
  if (index==51) {string = 'Li, X., R.B. Ambrose Jr., and R. Araujo. 2004. Modeling Mineral Nitrogen Export from a Forest Terrestrial Ecosystem to Streams. Transactions of the ASAE. 47(3):727-739.'}
  if (index==52) {string = 'Plewa, M.J., E.D. Wagner, P. Jazwierska, S.D. Richardson, P.H. Chen, and A.B. McKague. 2004. Halonitromethane Drinking Water Disinfection Byproducts: Chemical Characterization and Mammalian Cell Cytotoxicity and Genotoxicity. Environmental Science and Technology. 38(1):62-68.';} 
  if (index==53) {string = 'Richardson, S.D. 2004. Environmental Mass Spectrometry: Emerging Contaminants and Current Issues. Analytical Chemistry. 76(12):3337-3364.'}
  if (index==54) {string = 'Simmons, J.E., L.K. Teuschler, C. Gennings, T.F. Speth, S.D. Richardson, R.J. Miltner, M.G. Narotsky, K.D. Schenck, E.S. Hunter III, R.C. Hertzberg, and G. Rice. 2004. Component-Based and Whole-Mixture Techniques for Addressing the Toxicity of Drinking-Water Disinfection By-Product Mixtures. Journal of Toxicology and Environmental Health. 67(8-10):741-754.'}
  if (index==55) {string = 'Tebes-Stevens, C.L., and W.J. Jones. 2004. Estimation of Microbial Reductive Transformation Rates for Chlorinated Benzenes and Phenols Using a Quantitative Structure-Activity Relationship Approach. Environmental Toxicology and Chemistry. 23(7):1600-1609. '}
  if (index==56) {string = 'Varella, R.F., M.M.C. Bustamante, A.S. Pinto, K.W. Kisselle, R.V. Santos, R.A. Burke, R.G. Zepp, and L.T. Viana. 2004. Soil Fluxes of CO2, CO, NO, and N2O from an Old Pasture and From Native Savanna in Brazil. Ecological Applications. 14(4)Supplement:S221-S231.'}
  if (index==57) {string = 'Vincent, M., N. Ghiglione, M.C. Valsania, P. Davit, and S.D. Richardson. 2004. Synthesis of Highly Fluorinated Chloroformates and Their Use as Derivatizing Agents for Hydrophilic Compounds and Drinking Water Disinfection By-Products. Helvetica Chimica Acta. 87(2):370-375.';} 
  if (index==58) {string = 'Xie, H., O.C. Zafiriou, W.-J. Cai, R.G. Zepp, and Y. Wang.  2004.  Photooxidation and its Effects on the Carboxyl Content of Dissolved Organic Matter in Two Coastal Rivers in the Southeastern United States.  Environmental Science and Technology.  38(15):4113-4119.';}
  if (index==59) {string = 'Zepp, R.G., W. Sheldon, and M.A. Moran. 2004. Dissolved Organic Fluorophores in Southeastern US Coastal Waters: Correction Method for Eliminating Rayleigh and Raman Scattering Peaks in Excitation-Emission Matrices. Marine Chemistry. 89(1-4):15-36. '}
  if (index==60) {string = 'Stabenau, E., R. G. Zepp, E. Bartels, and R. G. Zika. 2004. Role of Seagrass (Thalassia Testudinum) as a Source of Chromophoric Dissolved Organic Matter in Coastal South Florida. Marine Ecology Progress Series. 282:59-72.';}
  if (index==61) {string = 'Loux, N. T.  2004. A Critical Assessment of Elemental Mercury Air/water Exchange Partners. Chemical Speciation and Bioavailability. 16(4):127-138.';}
  if (index==62) {string = 'Washington, J.W., D.M. Endale, L.P. Samarkina, and K.E. Chappell. 2004.  Kinetic control of oxidation state at thermodynamically buffered potentials in subsurface waters. Geochimica et Cosmochimica Acta. 68(23):4831-4842 (2004).';}
  if (index==63) {string = 'Hilal, S.H., S.W. Karickhoff, and L.A. Carreira. 2004.  Prediction of the Solubility, Activity Coefficient and Liquid/Liquid Partition Coefficient of Organic Compounds. QSAR & Combinatorial Science 23(9):709-720.';}
  if (index==64) {string = 'Hilal, S.H., S.W. Karickhoff, L.A. Carreira, and B.P. Shrestha. 2004. Estimation of Carboxylic Acid Ester Hydrolysis Rate Constants. QSAR & Combinatorial Science. 22(9/10):917-925. '}
  if (index==65) {string = 'Kundu, B., S.D. Richardson, C.A. Granville, D.T. Shaughnessy, N.M. Hanley, P.D. Swartz, A.M. Richard, and D.M. DeMarini. 2004. Comparative Mutagenicity of Halomethanes and Halonitromethanes in Salmonella TA100: Structure-Activity Analysis and Mutation Spectra. Mutation Research. 554(1-2):335-350.'}
  if (index==66) {string = 'Kundu, B., S.D. Richardson, P.D. Swartz, P.P. Matthews, A.M. Richard, and D.M. DeMarini. 2004. Mutagenicity in Salmonella of Halonitromethanes: a Recently Recognized Class of Disinfection By-Products in Drinking Water. Mutation Research. 562(1-2):39-65. '}
  if (index==67) {string = 'Plewa, M.J., E.D. Richardson, A.D. Thruston, Jr., Y.-T. Woo, A.B. McKague. 2004. Chemical and Biological Characterization of Newly Discovered Iodoacid Drinking Water Disinfection Byproducts. Environmental Science and Technology. 38(18):4713-4722.'}
  if (index==68) {string = 'Rashleigh, B. 2004. Fish Assemblage Groups in the Upper Tennessee River Basin. Southeastern Naturalist. 3(4):621-636. '}
  if (index==69) {string = 'Rashleigh, B. 2004. Relation of Environmental Characteristics to Fish Assemblages in the Upper French Broad River Basin, North Carolina. Environmental Monitoring and Assessment. 93(1-3):139-156. '}
  if (index==70) {string = 'Richardson, S.D. 2004. Environmental Mass Spectrometry: Emerging Contaminants and Current Issues. Analytical Chemistry. 76(12):3337-3364.'}
//articles from 2003
  if (index==27) {string = 'Anigbogu, V.C., H. Woldeab, A.W. Garrison, and J.K. Avants. 2003. Enantioseparation of Malathion, Cruformate, and Fensulfothion Organosphosphorus Pesticides by Mixed-mode Electrokinetic Capillary Chromatography. International Journal of Environmental Analytical Chemistry. 83(2):89-100. ';}
  if (index==28) {string = 'Bouchard, D.C.  2003.  Cosolvent Effects of Phenanthrene Sorption-Desorption on a Freshwater Sediment.  Environmental Toxicology and Chemistry.  22(4):736-740.';}
  if (index==29) {string = 'Burke, R.A., Jr., M. Molina, J.E. Cox, L.J. Osher and M.C. Piccolo. 2003. Stable Carbon Isotope Ratio and Composition of Microbial Fatty Acids in Tropical Soils. Journal of Environmental Quality. 32(1):198-206.';}
  if (index==30) {string = 'Collette, T.W., T.L. Williams, E.T. Urbansky, M.L. Magnuson, G.N. Hebert and S.H. Strauss. 2003.  Analysis of Hydroponic Fertilizer Matrixes for Perchlorate: Comparison of Analytical Techniques. Analyst.  128(1):88-97.';}
  if (index==31) {string = 'Doherty, J. and J.M. Johnston. 2003.  Methodologies for Calibration and Predictive Analysis of a Watershed Model.  Journal of the American Water Resources Association, 39(2):251-265.';}
  if (index==32) {string = 'Ekman, D.R., W.W. Lorenz, A.E. Przybyla, N.L. Wolfe, and J.F.D. Dean. 2003. SAGE Analysis of Transcriptome Responses in Arabidopsis Roots Exposed to 2,4,6-Trinitrotoluene. Plant Physiology. 133(3):1397-1406.';} 
  if (index==33) {string = 'Glezer, V., O. Juraev, and S.D. Richardson. 2003. Tribromopyrrole - Its Appearance in the Environment. Chemistry of Heterocyclic Compounds. 39(12):1647-1648.';}
  if (index==34) {string = 'Hilal, S.H., S.W. Karickhoff, and L.A. Carreira.  2003.  Prediction of Vapor Pressure, Boiling Point, Heat of Vaporatization and Diffusion Coefficient of Organic Compounds.  QSAR & Combinatorial Science.  22(6):565-574.';}
  if (index==35) {string = 'Hitchcock, D.R., S.C. McCutcheon and M.C. Smith. 2003. Using Rotifer Population Demographic Parameters to Assess Impacts of the Degradation Products from Trinitrotoluene Phytoremediation. Ecotoxicology and Environmental Safety. 55(2):143-151. '}
  if (index==36) {string = 'Kenneke, J.F., and E.J Weber.  2003. Reductive Dehalogenation of Halomethanes in Iron- and Sulfate-Reducing Sediments. 1. Reactivity Pattern Analysis.   Environmental Science & Technology.  37 (4):713-720.';}
  if (index==37) {string = 'Kenneke, J. F. and S.C. McCutcheon. 2003. Use of Pretreatment Zones with Zero-Valent Iron for the Remediation of Chloroalkenes in an Oxic Aquifer. Environmental Science and Technology. 37(12): 2829-2835.';}
  if (index==38) {string = 'Lehmler, H.-J., D.J. Price, A.W. Garrison, W.J. Birge, and L.W. Robertson. 2003. Distribution of PCB 84 Enantiomers in C57BL/6 Mice. Fresenius Environmental Bulletin. 12(2):254-260.';}
  if (index==39) {string = 'Loux, N.T.  2003.  An Exact Method for Relating Zwitterionic Microscopic to Macroscopic Acidity Constants.  Chemical Speciation and Bioavailability.  15(2):47-51.';}
  if (index==40) {string = 'Mazur, C.S., W.J. Jones, and C.T. Stevens.  2003.  H2 Consumption during the Microbial Reductive Dehalogenation of Chlorinated Phenols and Tetrachlorethene.  Biodegradation. 14(4):285-295.';}
  if (index==41) {string = 'Pakdeesusuk, U., W.J. Jones, C.M. Lee, A.W. Garrison, W.L. O\'Niell, D.L. Freedman, J.T. Coates, and C.S. Wong.  2003.  Changes in Enantiomeric Fractions during Microbial Reductive Dechlorination of PCB132, PCB149, and Aroclor 1254 in Lake Hartwell Sediment Microcosms.  Environmental Science & Technology.  37(6):1100-1107.';}
  if (index==42) {string = 'Rashleigh, B. 2003. Application of AQUATOX, a Process-Based Model for Ecological Assessment, to Contentnea Creek in North Carolina. Journal of Freshwater Ecology. 18(4):515-522.';}
  if (index==43) {string = 'Richardson, S.D. 2003. Disinfection By-Products and Other Emerging Contaminants in Drinking Water. Trends in Analytical Chemistry. 22(10):666-684.';}
  if (index==44) {string = 'Richardson, S.D., A.D. Thruston, Jr., C. Rav-Acha, L. Groisman, I. Popilevsky, O. Juraev, V. Glezer, B. McKague, M.J. Plewa, and E.D. Wagner. 2003. Tribromopyrrole, Brominated Acids, and Other Disinfection Byproducts Produced by Disinfection of Drinking Water Rich in Bromide. Environmental Science & Technology. 37(17):3782-3793.';}
  if (index==45) {string = 'Richardson, S.D.  2003.  Water Analysis: Emerging Contaminants and Current Issues.  Analytical Chemistry. 75(12):2831-2857.';}
  if (index==46) {string = 'Sundberg, S.E., J.J. Ellington, J.J. Evans, D.A. Keys and J.W. Fisher.  2003.  Accumulation of Perchlorate in Tobacco Plants: Development of a Plant Kinetic Model. Journal of Environmental Monitoring.  5(3):505-512.';}

  //articles from 2002
  if (index==1) {string = 'Arbuckle, T.E., S.E. Hrudey, S.W. Krasner, J.R. Nuckols, S.D. Richardson, P. Singer, P. Mendola, L. Dodds, C. Weisel, D.L. Ashley, et al. 2002. Assessing Exposure in Epidemiologic Studies to Disinfection By-Products in Drinking Water: Report from an International Workshop. Environmental Health Perspectives. 110(Supplement 1):53-60.';}
  if (index==2) {string = 'Bird, S.L., S.G. Perry, S.L. Ray and M.E. Teske. 2002. Evaluation of the AgDISP Aerial Spray Algorithms in the AgDRIFT Model. Environmental Toxicology and Chemistry. 21(3):672-681.';}
  if (index==3) {string = 'Bird, S., J. Harrison, L. Exum, S. Alberty and C. Perkins.  2002.  Screening to Identify and Prevent Urban Storm Water Problems:  Estimating Impervious Area Accurately and Inexpensively.  In:  Proceedings for National Water Quality Monitoring Conference, May 20-23, 2002, Madison, WI.';}
  if (index==4) {string = 'Bouchard, D.C. 2002. Cosolvent Effects on Sorption Isotherm Linearity. Journal of Contaminant Hydrology. 56(3/4):159-174.';}
  if (index==5) {string = 'Chen, P.H., S.D. Richardson, S.W. Krasner, G. Majetich and G.L. Glish. 2002. Hydrogen Abstraction and Decomposition of Bromopicrin and Other Trihalogenated Disinfection Byproducts by GC/MS. Environmental Science and Technology. 36(15):3362-3371.';}
  if (index==6) {string = 'Collette, T.W. and T.L. Williams. 2002. The Role of Raman Spectroscopy in the Analytical Chemistry of Potable Water. Journal of Environmental Monitoring. 4(1):27-34.';}
  if (index==7) {string = 'Colon, D., E.J. Weber and G.L. Baughman. 2002. Sediment-Associated Reactions of Aromatic Amines. 2. QSAR Development. Environmental Science and Technology. 36(11):2443-2450.';}
  if (index==8) {string = 'Hu, C., F.E. Muller-Karger and R.G. Zepp. 2002. Absorbance, Absorption Coefficient, and Apparent Quantum Yield: A Comment on Common Ambiguity in the Use of These Optical Concepts. Limnology and Oceanography. 47(4):1261-1267.';}
  if (index==9) {string = 'Hussein, M., M. Jin and J.W. Weaver. 2002. Development and Verification of a Screening Model for Surface Spreading of Petroleum. Journal of Contaminant Hydrology. 57(3/4):281-302.';}
  if (index==10) {string = 'Johnston, J.M. and D.A. Crossley,Jr. 2002. Forest Ecosystem Recovery in the Southeast US: Soil Ecology as an Essential Component of Ecosystem Management. Forest Ecology and Management. 155(1-3):187-203.';}
  if (index==11) {string = 'Kisselle, K.W., R.G. Zepp, R.A. Burke,Jr., A.S. Pinto, M.C. Bustamante, S.P. Opsahl, R.F. Varella and L.T. Viana. 2002.  Seasonal Soil Fluxes of Carbon Monoxide in Burned and Unburned Brazilian Savannas.  Journal of Geophysical Research.  107(D20): 8051, doi:10.1029/2001JD000638.'}
  if (index==12) {string = 'Lewis, D.L. and D.K. Gattie. 2002. Pathogen Risks From Applying Sewage Sludge to Land. Environmental Science and Technology. 36(13):286A-293A.';}
  if (index==13) {string = 'Lewis, D.L., D.K. Gattie, M.E. Novak, S. Sanchez and C. Pumphrey. 2002. Interactions of Pathogens and Irritant Chemicals in Land-Applied Sewage Sludges (Biosolids). BMC Public Health. 211. Exit EPA Disclaimerhttp://www.biomedcentral.com/1471-2458/2/11.';}
  if (index==14) {string = 'Loux, N.T. 2002. Effective Acidity-Constant Behavior Near Zero-Charge Conditions. In: Interfacial Applications in Environmental Engineering. M.A. Keane. (Ed.). Marcel Dekker, Inc. New York, NY. p. 193-214.';}
  if (index==15) {string = 'Medina, V.F., S.L. Larson and S.C. McCutcheon. 2002. Evaluation of Continuous Flow-Through Phytoreactors for the Treatment of TNT-Contaminated Water. Environmental Progress. 21(1):29-36.';}
  if (index==16) {string = 'Miller, W.L., M.A. Moran, W.M. Sheldon, R.G. Zepp and S.P. Opsahl. 2002. Determination of Apparent Quantum Yield Spectra for the Formation of Biologically Labile Photoproducts. Limnology and Oceanography. 47(2):343-352.';}
  if (index==17) {string = 'Monarca, S., S.D. Richardson, D. Feretti, M. Grottolo, A.D. Thruston,Jr., C. Zani, G. Navazio, P. Ragazzo, I. Zerbini and A. Alberti. 2002. Mutagenicity and Disinfection By-Products in Surface Drinking Water Disinfected with Peracetic Acid. Environmental Toxicology and Chemistry. 21(2):309-318.';}
  if (index==18) {string = 'Pinto, A.S., M.C. Bustamante, K.W. Kisselle, R.A. Burke,Jr., R.G. Zepp, L.T. Viana, R.F. Varella and M. Molina. 2002.  Soil Emissions of N2O, NO, and CO2 in Brazilian Savannas: Effects of Vegetation Type, Seasonality, and Prescribed Fires.  Journal of Geophysical Research.  107(D20): 8089-doi:10.1029/2001JD000342.';}
  if (index==19) {string = 'Richardson, S.D. 2002. The Role of GC-MS and LC-MS in the Discovery of Drinking Water Disinfection By-Products. Journal of Environmental Monitoring. 4(1):1-9.';}
  if (index==20) {string = 'Richardson, S.D. 2002. Environmental Mass Spectrometry: Emerging Contaminants and Current Issues. Analytical Chemistry. 74(12):2719-2742.';}
  if (index==21) {string = 'Richardson, S.D., J.E. Simmons and G. Rice. 2002. Disinfection Byproducts: The Next Generation. Environmental Science and Technology. 36(9):198A-205A.';}
  if (index==22) {string = 'Russo, R.C. 2002.  Development of Marine Water Quality Criteria for the USA. Marine Pollution Bulletin.  45(1-12):84-91.';}
  if (index==23) {string = 'Sawunyama, P. and G.W. Bailey. 2002. Computational Chemistry Study of the Environmentally Important Acid-Catalyzed Hydrolysis of Atrazine and Related 2-chloro-s-triazines. Pest Management Science. 58(8):759-768.';}
  if (index==24) {string = 'Simmons, J.E., S.D. Richardson, T.F. Speth, R.J. Miltner, G. Rice, K.M. Schenck, E.S. Hunter III and L.K. Teuschler. 2002.  Development of a Research Strategy for Integrated Technology-Based Toxicological and Chemical Evaluation of Complex Mixtures of Drinking Water Disinfection Byproducts. Environmental Health Perspectives.  110(Supplement 6):1013-1024.';}
  if (index==25) {string = 'Susarla, S., V.F. Medina and S.C. McCutcheon. 2002. Phytoremediation: An Ecological Solution to Organic Chemical Contamination. Ecological Engineering. 18(5):647-658.';}
  if (index==26) {string = 'Teske, M.E., S.L. Bird, D.M. Esterly, T.B. Curbishley, S.L. Ray and S.G. Perry. 2002. AgDRIFT: A Model for Estimating Near-Field Spray Drift from Aerial Applications. Environmental Toxicology and Chemistry. 21(3):659-671.';}
 
  return string;
}

Publication.prototype.getSize = Publication_getSize;
Publication.prototype.setRandomIndex = Publication_setRandomIndex;
Publication.prototype.getFeaturedPublication = Publication_getFeaturedPublication;