  iArray=new Array(
    "../images/icons/icon_telemarker.gif",
    "../images/icons/icon_snowboarder.gif");
  refreshImage=Math.floor(iArray.length*Math.random());
  refreshImage='<img src="./'+ iArray[refreshImage]+ '" alt="Therapeutic Adventures" height=148 width=148 border=0>';

