   $(document).ready(function(){
   // Use the each() method to gain access to each elements attributes
   $('area').each(function()
   {
      $('area#one').qtip({content: '<img src="/images/tabs/understanding/45-54.gif" alt="" />',
      position: {corner: {target: 'topRight',tooltip: 'bottomLeft'}},style: {name: 'blue',padding: '0px 0px', width: {max: 210,min: 0},tip: true}});
      $('area#two').qtip({content: '<img src="/images/tabs/understanding/25-44.gif" alt="" />',
      position: {corner: {target: 'topRight',tooltip: 'bottomLeft'}},style: {name: 'blue',padding: '0px 0px', width: {max: 210,min: 0},tip: true}});
      $('area#three').qtip({content: '<img src="/images/tabs/understanding/75.gif" alt="" />',
      position: {corner: {target: 'topRight',tooltip: 'bottomLeft'}},style: {name: 'blue',padding: '0px 0px', width: {max: 210,min: 0},tip: true}});
      $('area#four').qtip({content: '<img src="/images/tabs/understanding/65-74.gif" alt="" />',
      position: {corner: {target: 'topRight',tooltip: 'bottomLeft'}},style: {name: 'blue',padding: '0px 0px', width: {max: 210,min: 0},tip: true}});
      $('area#five').qtip({content: '<img src="/images/tabs/understanding/55-64.gif" alt="" />',
      position: {corner: {target: 'topRight',tooltip: 'bottomLeft'}},style: {name: 'blue',padding: '0px 0px', width: {max: 210,min: 0},tip: true}});
});});