//This is a listing of the links to appear in the Featured Links heading
//NO CARRIAGE RETURNS ARE ALLOWED IN THE STRINGS

var numLinks = 8;

var title = new Array(numLinks);
var url = new Array(numLinks);
var pic = new Array(numLinks);
var blurb = new Array(numLinks);

//
title[0] = "Visit FiberNet";
url[0]   = "http://fibernet.vanderbilt.edu/";
pic[0]   = "collagenwa.jpg";
blurb[0] = "An NSF Research Coordination Network for Fiber Diffractionists studying biological polymers and assemblies.";
//
title[1] = "Ken Holmes Fiber Diffraction Website";
url[1]   = "http://www.mpimf-heidelberg.mpg.de/~holmes/";
pic[1]   = "holmes.jpg";
blurb[1] = "Faculty member at the Max Planck Institut für medizinische Forschung";
//
title[2] = "Software for Small Angle Scattering";
url[2]   = "http://www.fibre-diffraction.ac.uk/";
pic[2]   = "ssas.jpg"
blurb[2] = "A repository of the software created for the CCP13 project (now defunct).";
//
title[3] = "The FIT2D Home Page";
url[3]   = "http://www.esrf.eu/computing/scientific/FIT2D/";
pic[3]   = "fit2d.gif";
blurb[3] = "A general purpose one- and two-dimensional data analysis program used on most of the European Synchrotron Research Facility beam-lines and by many other crystallography groups throughout the world.";
//
title[4] = "Wide Angle X-Ray Scattering for Structural Genomics";
url[4]   = "http://www.bio.anl.gov/structural_biology/waxs.html";
pic[4]   = "4HHB.jpg";
blurb[4] = "Wide angle x-ray scattering from proteins in solution produces data that contains information relevant to determination of protein fold.  Work at BioCAT has demonstrated the potential for the use of this data in structural characterization of proteins.";
//
title[5] = "The Protein Data Bank";
url[5]   = "http://www.rcsb.org/";
pic[5]   = "pdb.jpg";
blurb[5] = "The PDB archive contains information about experimentally-determined structures of proteins, nucleic acids, and complex assemblies. The RCSB PDB also provides a variety of tools and resources. Users can perform simple and advanced searches based on annotations relating to sequence, structure and function.";
//
title[6] = "Biological Small Angle Scattering Group";
url[6]   = "http://www.embl-hamburg.de/ExternalInfo/Research/Sax/software.html";
pic[6]   = "hamburg-logo.gif";
blurb[6] = "Software from the Hamburg-based SAXS group.";
//
title[7] = "Situs Protein Docking Software";
url[7]   = "http://situs.biomachina.org/";
pic[7]   = "situs.jpg";
blurb[7] = "Situs is an award-winning program package for the modeling of atomic resolution structures into low-resolution density maps e.g. from electron microscopy, tomography, or small angle X-ray scattering.";
