<!--
if(parent.location == document.location)
{ 
  thisLocation = document.location.toString();
  thisLength   = thisLocation.length;  
  position = thisLocation.indexOf("/issue") + 9;
  location = "./?" + thisLocation.substring(position, thisLength);
}
//-->

