<?php
  if ($url=="") {
    header ("Location: http://www.interjeux.net");
    print "<html><body></body></html>";
  } else { 
    print '<html>';
    print '<frameset rows="65,*" border=0>';
    print ' <frame name="frm_outside_top" src="/jeux/top_outside.html" scrolling=no marginheight=0 marginwidth=0 noresize>';
    print ' <frame name="frm_outside_play" src="'.$url.'" marginheight=0 marginwidth=0>';
    print '</frameset>';
    print '</html>';
  }
?>
