  var IE6   = (navigator.appVersion.indexOf('MSIE 6.0') >= 0 ) ? 1 : 0;
  var IE7   = (navigator.appVersion.indexOf('MSIE 7.0') >= 0 ) ? 1 : 0;
  var sLoc  = ( document.URL.indexOf('bios') >= 0 ) ? ".." : ".";
  var cssFile = "";
  if( IE6 ) {
    cssFile = '/css/ie_styles.css';
  }
  else if( IE7 )
    cssFile = '/css/styles.css';
  else{
    cssFile = '/css/styles.css';
	var v = document.body.offsetHeight;
  }
  document.write('<link rel="stylesheet" type="text/css" media="screen" href="');
  document.write(sLoc + cssFile + '" />');

    // keywords and description
document.write('<META NAME="Description" CONTENT="Save the Forage Fish. Conservefish.org" />');
document.write('<META NAME="Keywords"    CONTENT="Lobby Group, Fishing, Forage, Menhaden, Pollock, Krill, Trawl, Squid, Sardine, Commission, Fish, Hake, Conservation, Politics, Government, Activists, ');
document.write(', Case Studies, Washington DC, Federal, Council, Fishery, Marine, ');
document.write(', flounder, Catches, domestic, seabirds, Overfishing, Phytoplankton, Zooplankton, Seals, Whales, Dolphins, Herring, Advocacy, concern, caught, fishery, lobby, ');
document.write('<META NAME="Author"      CONTENT="Gimga Media Group" />');
