// Script to prevent display in Iframe
// by Laura Drewes
if (top!=self) top.location.replace(location.href);

