$k=$_GET["k"];
if ($k=="") {include("ptaki/witam.html");}
if ($k=="onas") {include("ptaki/onas.html");}
if ($k=="spis") {include("ptaki/spis.html");}
if ($k=="liter") {include("ptaki/liter.html");}
if ($k=="cytaty") {include("ptaki/cytaty.html");}
if ($k=="wiersze") {include("ptaki/wiersze.html");}
if ($k=="bogatka") {include("ptaki/bogatka.html");}
if ($k=="sierpowka") {include("ptaki/sierpowka0.html");}
if ($k=="sojka") {include("ptaki/sojka.html");}
if ($k=="bazanty") {include("ptaki/bazanty.html");}
?>
|