﻿//Ensures that the page is not framed.

addLoadEvent(unFrame);

function unFrame() {
  if (self != top)
    top.location.href = self.location.href;
}
