<!-- 
function checkFrame() 
{
  var noFrameMode = ( top == self );  // if true the page in NOT inside a Frame
  if ( noFrameMode )
    top.location.href = "/streetfestival/index_interna.html";
}
 -->
