  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/styles_ie6.css';
  }
  else if( IE7 )
    cssFile = '/css/styles_ie7.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="The Sheridan Group provides ethical, innovative, and effective government relations services to selected clients in the non-profit, private, and governmental sectors." />');
document.write('<META NAME="Keywords"    CONTENT="Lobby Group, Expertise, Sheridan, The Sheridan Group, Tom Sheridan, Congress, Non-profit, Politics, Government, Activists, ');
document.write('AIDS research, Case Studies, Agents of Change, Washington DC, Federal, Ethical, Innovative, Effective, Sectors, Public interest, Bono, Legislation, Political, Legal, ');
document.write('CFIDS, Public Policy, Legislative Strategy, Appropriations Priorities, Oversight, Coalition Building, Constituency, Mobilization, Interaction, Advocacy, ');
document.write('Press, Committed, Integrity, High Standards, Alliance for Children" />');
document.write('<META NAME="Author"      CONTENT="Gimga Media Group" />');
