if (self != top)
{
		 alert('HorseTelex does not allow its information to be placed in a frame, you will be redirected...');
   if (document.images)
      top.location.replace(window.location.href);
   else
      top.location.href = window.location.href;
}

