  var j,d="",l="",m="",p="",q="",z="",list= new Array(),capText= new Array(),altText= new Array(), hrefList = new Array();
  
  list[list.length]='images2/swapimage/Rswap01.jpg';
  hrefList[hrefList.length] = 'index.html';
  capText[capText.length] = '';
  altText[altText.length] = '';
  
  list[list.length]='images2/swapimage/Rswap02.jpg';
  hrefList[hrefList.length] = 'index.html';
  capText[capText.length] = '';
  altText[altText.length] = '';
  
  list[list.length]='images2/swapimage/Rswap03.jpg';
  hrefList[hrefList.length] = 'index.html';
  capText[capText.length] = '';
  altText[altText.length] = '';
  
  list[list.length]='images2/swapimage/Rswap04.jpg';
  hrefList[hrefList.length] = 'index.html';
  capText[capText.length] = '';
  altText[altText.length] = '';
  
  list[list.length]='images2/swapimage/Rswap05.jpg';
  hrefList[hrefList.length] = 'index.html';
  capText[capText.length] = '';
  altText[altText.length] = '';

  list[list.length]='images2/swapimage/Rswap06.jpg';
  hrefList[hrefList.length] = 'index.html';
  capText[capText.length] = '';
  altText[altText.length] = '';

  list[list.length]='images2/swapimage/Rswap07.jpg';
  hrefList[hrefList.length] = 'index.html';
  capText[capText.length] = '';
  altText[altText.length] = '';

  list[list.length]='images2/swapimage/Rswap08.jpg';
  hrefList[hrefList.length] = 'index.html';
  capText[capText.length] = '';
  altText[altText.length] = '';
  


  j = parseInt(Math.random()*list.length);
  j = (isNaN(j)) ? 0 : j;
 // var re = /^(\/home\/graphics\/hp-photos\/photo)(\d\d\d)\.jpg$/gi;
  var onclick = "MM_openBrWindow('" + hrefList[j]+ "','gallery','status=yes,scrollbars=yes,resizable=yes,width=640,height=575'); return false;";
  document.write('<a href="' + hrefList[j]+'"');
  document.write('onclick="' + onclick + '">');
  document.write('<img src="' + list[j] + '" height="183" width="296" border="0" ');
  document.write('alt="'+altText[j]+'" title="'+capText[j]+'"></a>');


