// JavaScript Document centralising the redirect function to force orphan pages into the frameset
if (top.location == self.location) {    //if page is not in its frameset
top.location.href  =  "http://www.bayko.org.uk/index.html"  +  "?"  +  window.location.href  + "&mainFrame";
}
