<!--
if (document.images)
{
  letterheadTonyBlair = new Image(300,228); 
  letterheadTonyBlair.src="images/common-images/tonyblairMid.gif"; 

  TestimonialLetterTonyBlair = new Image(279,327);
  TestimonialLetterTonyBlair.src="images/common-images/tonyblairSmLetter.gif"; 
  
  OfficialSealTonyBlairOn = new Image(84,87);
  OfficialSealTonyBlairOn.src="images/common-images/tonyblairBottomOver.gif"; 
  
  OfficialSealTonyBlairOff = new Image(84,87);
  OfficialSealTonyBlairOff.src="images/common-images/tonyblairBottomOut.gif"; 
  
  letterheadBillClinton = new Image(300,228); 
  letterheadBillClinton.src="images/common-images/whitehouseMid.gif"; 
  
  TestimonialLetterBillClinton = new Image(279,327);
  TestimonialLetterBillClinton.src="images/common-images/whitehouseSmLetter.gif"; 
  
  OfficialSealBillClintonOn = new Image(84,87);
  OfficialSealBillClintonOn.src="images/common-images/whitehouseBottomOver.gif"; 
  
  OfficialSealBillClintonOff = new Image(84,87);
  OfficialSealBillClintonOff.src="images/common-images/whitehouseBottomOut.gif"; 
  
  letterheadBuckingham = new Image(300,228); 
  letterheadBuckingham.src="images/common-images/buckinghamMid.gif"; 
    
  TestimonialLetterBuckingham = new Image(279,327);
  TestimonialLetterBuckingham.src="images/common-images/buckinghamSmLetter.gif"; 
  
  OfficialSealBuckinghamOn = new Image(84,87);
  OfficialSealBuckinghamOn.src="images/common-images/buckinghamBottomOver.gif"; 
  
  OfficialSealBuckinghamOff = new Image(84,87);
  OfficialSealBuckinghamOff.src="images/common-images/buckinghamBottomOut.gif"; 

}
//-->
