

function pushframes(Currentlocation)
{
  document.write("<html><head><title>David Herd - Gold Coast, Australia</title>\n");
  document.write("<frameset cols='230,*' framespacing='0' border='false' frameborder='0'>\n");  
  document.write("<frame name=menuBar scrolling='no' src='menubar.htm'>\n");
  document.write("<frame name=mainFrame src='" + Currentlocation + "' scrolling='auto'>\n");  
  document.write("</frameset>\n");  
  document.write("</head>\n")
    top.frames[1].location = Currentlocation
}


        Currentlocation = document.location
        if (self == top) {
                pushframes(Currentlocation);
        } 





   