<!--

// switch the top quote
var total_quotes = 8;
var quote_num = Math.round((Math.random() * 100000)) % total_quotes;

var quote_strings = new Array();
var quote_authors = new Array();

quote_strings[0] = "Gallin works with integrity and professionalism. They stand behind their findings. As a client, I have complete confidence that I can move forward with Gallin’s insights.";
quote_authors[0] = "Former Project Director<BR>Rare Medium";
quote_strings[1] = "Our project with The Gallin Group has given us greater insight into online music users and was instrumental in shaping our consumer marketing messages.";
quote_authors[1] = "Director of User Experience,<BR> LAUNCH";
quote_strings[2] = "From the analysis and recommendations to the client experience, Gallin has exceeded our expectations. I highly recommend them to anyone wanting professional and insightful research.";
quote_authors[2] = "Group Product Manager,&nbsp;<BR> MSN&nbsp;";
quote_strings[3] = "When an opportunity presents itself during a project, we know The Gallin Group will be as eager to capitalize on it as we are. That professionalism makes them such a valuable partner.";
quote_authors[3] = "Vice President of Research,<BR> Yahoo!";
quote_strings[4] = "Ours is a very complex industry, but Gallin was able to absorb & understand it. When it came time to interview respondents, they were able to get to the heart of the issues, and bring us insights even more rich than we were expecting.";
quote_authors[4] = "Sales Director<BR>PowerLight";
quote_strings[5] = "The Gallin Group handled every aspect of the project with pristine professionalism and talent. Their diverse staff is smart, personable and highly qualified. Thank you for helping Segway to GET MOVING.";
quote_authors[5] = "Brand Manager<BR>Segway LLC";
quote_strings[6] = "The report is absolutely beautiful and I think fully captures what we saw in the ethnographies and heard in the groups. Thanks again for all your hard work!";
quote_authors[6] = "Director, <BR>Consumer Insight Development, <BR>ConAgra Foods Retail Products Company";
quote_strings[7] = "They made me a hero to my VP.";
quote_authors[7] = "Senior Product Marketing Manager, <BR>Autodesk";


if (document.images)
{
  // pre-cache rollover images
  var home_off = new Image(123,20)
  home_off.src = "graphics/buttons/btn_home_off.gif"
  var home_over = new Image(123,20)
  home_over.src = "graphics/buttons/btn_home_over.gif" 

  var about_off = new Image(123,20)
  about_off.src = "graphics/buttons/btn_about_off.gif"
  var about_over = new Image(123,20)
  about_over.src = "graphics/buttons/btn_about_over.gif" 

  var what_off = new Image(123,20)
  what_off.src = "graphics/buttons/btn_what_off.gif"
  var what_over = new Image(123,20)
  what_over.src = "graphics/buttons/btn_what_over.gif" 

  var clients_off = new Image(123,20)
  clients_off.src = "graphics/buttons/btn_clients_off.gif"
  var clients_over = new Image(123,20)
  clients_over.src = "graphics/buttons/btn_clients_over.gif" 

  var contact_off = new Image(123,20)
  contact_off.src = "graphics/buttons/btn_contact_off.gif"
  var contact_over = new Image(123,20)
  contact_over.src = "graphics/buttons/btn_contact_over.gif"

  var case_off = new Image(126,20)
  case_off.src = "graphics/buttons/btn_case_off.gif"
  var case_over = new Image(126,20)
  case_over.src = "graphics/buttons/btn_case_over.gif"
  

  // only load subnavigation images if on the appropriate page
  switch (page)
  {
    case "bios":
      var bio_lynn_off = new Image(194,65)
      bio_lynn_off.src = "graphics/subnav/bios_lynn_off.gif"
      var bio_lynn_over = new Image(194,65)
      bio_lynn_over.src = "graphics/subnav/bios_lynn_over.gif"
      
      var bio_jean_off = new Image(194,25)
      bio_jean_off.src = "graphics/subnav/bios_jean_off.gif"
      var bio_jean_over = new Image(194,25)
      bio_jean_over.src = "graphics/subnav/bios_jean_over.gif"
      
      var bio_andrea_off = new Image(194,25)
      bio_andrea_off.src = "graphics/subnav/bios_andrea_off.gif"
      var bio_andrea_over = new Image(194,25)
      bio_andrea_over.src = "graphics/subnav/bios_andrea_over.gif"
    
      var bio_amy_off = new Image(194,25)
      bio_amy_off.src = "graphics/subnav/bios_amy_off.gif"
      var bio_amy_over = new Image(194,25)
      bio_amy_over.src = "graphics/subnav/bios_amy_over.gif"
    
      var bio_carol_off = new Image(194,25)
      bio_carol_off.src = "graphics/subnav/bios_carol_off.gif"
      var bio_carol_over = new Image(194,25)
      bio_carol_over.src = "graphics/subnav/bios_carol_over.gif"

      // No BREAK -- if on bios page, we also need the about page subnavigation
      // break;
      
    case "about":
      var abt_who_off = new Image(95,39)
      abt_who_off.src = "graphics/subnav/about_who_off.gif"
      var abt_who_over = new Image(95,39)
      abt_who_over.src = "graphics/subnav/about_who_over.gif"
    
      var abt_bios_off = new Image(50,39)
      abt_bios_off.src = "graphics/subnav/about_bios_off.gif"
      var abt_bios_over = new Image(50,39)
      abt_bios_over.src = "graphics/subnav/about_bios_over.gif"

      break;

    case "what":
      var what_meth_off = new Image(120,39)
      what_meth_off.src = "graphics/subnav/what_meth_off.gif"
      var what_meth_over = new Image(120,39)
      what_meth_over.src = "graphics/subnav/what_meth_over.gif"
    
      var what_exp_off = new Image(80,39)
      what_exp_off.src = "graphics/subnav/what_exp_off.gif"
      var what_exp_over = new Image(80,39)
      what_exp_over.src = "graphics/subnav/what_exp_over.gif"
    
      var what_cat_off = new Image(135,39)
      what_cat_off.src = "graphics/subnav/what_cat_off.gif"
      var what_cat_over = new Image(135,39)
      what_cat_over.src = "graphics/subnav/what_cat_over.gif"
    
      var what_aud_off = new Image(103,39)
      what_aud_off.src = "graphics/subnav/what_aud_off.gif"
      var what_aud_over = new Image(103,39)
      what_aud_over.src = "graphics/subnav/what_aud_over.gif"
    
      break;

    default:
  }
}

// swap images
function di(id,name)
{
  if (document.images)
    document.images[id].src=eval(name+".src");
}

// -->