function go_there(frame_location)
{
 
 top.location=frame_location;

}



if (top.frames.length==0)
{

  document.write('<hr><div class="footer"><span id="noframes"><p>Deze pagina hoort binnen een frame. De pagina wordt herladen in 3 seconden of klik <A href = "http://www.lisette-fotografie.nl/">hier</A> om meteen te herladen.</p></span></div>');
   setTimeout('go_there("http://www.lisette-fotografie.nl/")',3000);
}
 

