Initial commit, added files

This commit is contained in:
daaric 2025-11-09 15:39:50 +01:00
commit d8119a52aa
7330 changed files with 219373 additions and 0 deletions

108
fotky/2003-09-10_pekna.php Executable file
View file

@ -0,0 +1,108 @@
<?
include ('../hlavicka_2.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../navigace/_navigace.php');
?>
<hr class="cleaner">
<br>
<div id="vlevo">
<div class="inside">
<!-- **************************************** START SUBMENU ********************************* -->
<div id="submenu">
<?
include ('../navigace/nav_fotky.php');
?>
<br>
<? include ('../vyhledavani.php') ?>
</div>
<!-- **************************************** Konec submenu ********************************* -->
<br><br>
<? include ('../support/fotografie_odkaz.php'); ?>
</div>
<div id="vpravo">
<div class="inside">
<?
include ('../aktuality.php');
?>
</div>
</div>
<div id="stred" class="inside">
<h4 align="center" class="tp">10. záøí 2003 - Pìkná v Novém Strašecí</h4>
<div align="center"><img src="../image/znak_sdh_small.gif" alt="SDH Nové Strašecí"></div>
<div class="inside1">
<div class="fotky"><a href="2003-09-10_pekna/01.php"><img src="2003-09-10_pekna/01.jpg"></a></div>
<div class="fotky"><a href="2003-09-10_pekna/02.php"><img src="2003-09-10_pekna/02.jpg"></a></div>
<div class="fotky_v"><a href="2003-09-10_pekna/03.php"><img src="2003-09-10_pekna/03.jpg"></a></div>
<div class="fotky"><a href="2003-09-10_pekna/04.php"><img src="2003-09-10_pekna/04.jpg"></a></div>
<div class="fotky"><a href="2003-09-10_pekna/05.php"><img src="2003-09-10_pekna/05.jpg"></a></div>
<div class="fotky"><a href="2003-09-10_pekna/06.php"><img src="2003-09-10_pekna/06.jpg"></a></div>
<div class="fotky"><a href="2003-09-10_pekna/07.php"><img src="2003-09-10_pekna/07.jpg"></a></div>
<div class="fotky"><a href="2003-09-10_pekna/08.php"><img src="2003-09-10_pekna/08.jpg"></a></div>
<div class="fotky"><a href="2003-09-10_pekna/09.php"><img src="2003-09-10_pekna/09.jpg"></a></div>
<div class="fotky"><a href="2003-09-10_pekna/10.php"><img src="2003-09-10_pekna/10.jpg"></a></div>
<div class="fotky"><a href="2003-09-10_pekna/11.php"><img src="2003-09-10_pekna/11.jpg"></a></div>
<div class="fotky"><a href="2003-09-10_pekna/12.php"><img src="2003-09-10_pekna/12.jpg"></a></div>
<div class="fotky"><a href="2003-09-10_pekna/13.php"><img src="2003-09-10_pekna/13.jpg"></a></div>
<div class="fotky"><a href="2003-09-10_pekna/14.php"><img src="2003-09-10_pekna/14.jpg"></a></div>
<div class="fotky"><a href="2003-09-10_pekna/15.php"><img src="2003-09-10_pekna/15.jpg"></a></div>
<div class="fotky"><a href="2003-09-10_pekna/16.php"><img src="2003-09-10_pekna/16.jpg"></a></div>
<div class="fotky"><a href="2003-09-10_pekna/17.php"><img src="2003-09-10_pekna/17.jpg"></a></div>
<hr class="cleaner">
<div align="center"><button name="dalsi" onclick="window.location.href = '_fotky.php'"; >Fotogalerie</button></div>
</div>
<img src="../image/pozadi_stranek.jpg" width="490" height="60">
</div>
<?
include ('../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

BIN
fotky/2003-09-10_pekna/01.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

58
fotky/2003-09-10_pekna/01.php Executable file
View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">10. záøí 2003 - Pìkná v Novém Strašecí</h4>
<div class="inside1">
<img src="big/01.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '17.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-09-10_pekna.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '02.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

BIN
fotky/2003-09-10_pekna/02.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

58
fotky/2003-09-10_pekna/02.php Executable file
View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">10. záøí 2003 - Pìkná v Novém Strašecí</h4>
<div class="inside1">
<img src="big/02.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '01.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-09-10_pekna.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '03.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

BIN
fotky/2003-09-10_pekna/03.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

58
fotky/2003-09-10_pekna/03.php Executable file
View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">10. záøí 2003 - Pìkná v Novém Strašecí</h4>
<div class="inside1">
<img src="big/03.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '02.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-09-10_pekna.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '04.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

BIN
fotky/2003-09-10_pekna/04.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

58
fotky/2003-09-10_pekna/04.php Executable file
View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">10. záøí 2003 - Pìkná v Novém Strašecí</h4>
<div class="inside1">
<img src="big/04.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '03.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-09-10_pekna.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '05.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

BIN
fotky/2003-09-10_pekna/05.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

58
fotky/2003-09-10_pekna/05.php Executable file
View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">10. záøí 2003 - Pìkná v Novém Strašecí</h4>
<div class="inside1">
<img src="big/05.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '04.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-09-10_pekna.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '06.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

BIN
fotky/2003-09-10_pekna/06.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

58
fotky/2003-09-10_pekna/06.php Executable file
View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">10. záøí 2003 - Pìkná v Novém Strašecí</h4>
<div class="inside1">
<img src="big/06.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '05.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-09-10_pekna.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '07.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

BIN
fotky/2003-09-10_pekna/07.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

58
fotky/2003-09-10_pekna/07.php Executable file
View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">10. záøí 2003 - Pìkná v Novém Strašecí</h4>
<div class="inside1">
<img src="big/07.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '06.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-09-10_pekna.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '08.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

BIN
fotky/2003-09-10_pekna/08.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

58
fotky/2003-09-10_pekna/08.php Executable file
View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">10. záøí 2003 - Pìkná v Novém Strašecí</h4>
<div class="inside1">
<img src="big/08.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '07.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-09-10_pekna.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '09.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

BIN
fotky/2003-09-10_pekna/09.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

58
fotky/2003-09-10_pekna/09.php Executable file
View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">10. záøí 2003 - Pìkná v Novém Strašecí</h4>
<div class="inside1">
<img src="big/09.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '08.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-09-10_pekna.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '10.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

BIN
fotky/2003-09-10_pekna/10.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

58
fotky/2003-09-10_pekna/10.php Executable file
View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">10. záøí 2003 - Pìkná v Novém Strašecí</h4>
<div class="inside1">
<img src="big/10.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '09.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-09-10_pekna.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '11.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

BIN
fotky/2003-09-10_pekna/11.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

58
fotky/2003-09-10_pekna/11.php Executable file
View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">10. záøí 2003 - Pìkná v Novém Strašecí</h4>
<div class="inside1">
<img src="big/11.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '10.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-09-10_pekna.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '12.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

BIN
fotky/2003-09-10_pekna/12.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

58
fotky/2003-09-10_pekna/12.php Executable file
View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">10. záøí 2003 - Pìkná v Novém Strašecí</h4>
<div class="inside1">
<img src="big/12.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '11.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-09-10_pekna.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '13.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

BIN
fotky/2003-09-10_pekna/13.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

58
fotky/2003-09-10_pekna/13.php Executable file
View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">10. záøí 2003 - Pìkná v Novém Strašecí</h4>
<div class="inside1">
<img src="big/13.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '12.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-09-10_pekna.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '14.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

BIN
fotky/2003-09-10_pekna/14.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

58
fotky/2003-09-10_pekna/14.php Executable file
View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">10. záøí 2003 - Pìkná v Novém Strašecí</h4>
<div class="inside1">
<img src="big/14.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '13.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-09-10_pekna.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '15.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

BIN
fotky/2003-09-10_pekna/15.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

58
fotky/2003-09-10_pekna/15.php Executable file
View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">10. záøí 2003 - Pìkná v Novém Strašecí</h4>
<div class="inside1">
<img src="big/15.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '14.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-09-10_pekna.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '16.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

BIN
fotky/2003-09-10_pekna/16.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

58
fotky/2003-09-10_pekna/16.php Executable file
View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">10. záøí 2003 - Pìkná v Novém Strašecí</h4>
<div class="inside1">
<img src="big/16.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '15.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-09-10_pekna.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '17.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

BIN
fotky/2003-09-10_pekna/17.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

58
fotky/2003-09-10_pekna/17.php Executable file
View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">10. záøí 2003 - Pìkná v Novém Strašecí</h4>
<div class="inside1">
<img src="big/17.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '16.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-09-10_pekna.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '01.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

BIN
fotky/2003-09-10_pekna/Thumbs.db Executable file

Binary file not shown.

BIN
fotky/2003-09-10_pekna/big/01.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

BIN
fotky/2003-09-10_pekna/big/02.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

BIN
fotky/2003-09-10_pekna/big/03.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

BIN
fotky/2003-09-10_pekna/big/04.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
fotky/2003-09-10_pekna/big/05.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

BIN
fotky/2003-09-10_pekna/big/06.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

BIN
fotky/2003-09-10_pekna/big/07.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

BIN
fotky/2003-09-10_pekna/big/08.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

BIN
fotky/2003-09-10_pekna/big/09.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

BIN
fotky/2003-09-10_pekna/big/10.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

BIN
fotky/2003-09-10_pekna/big/11.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
fotky/2003-09-10_pekna/big/12.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

BIN
fotky/2003-09-10_pekna/big/13.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

BIN
fotky/2003-09-10_pekna/big/14.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

BIN
fotky/2003-09-10_pekna/big/15.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

BIN
fotky/2003-09-10_pekna/big/16.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

BIN
fotky/2003-09-10_pekna/big/17.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

225
fotky/2003-10-03_125let_sboru.php Executable file
View file

@ -0,0 +1,225 @@
<?
include ('../hlavicka_2.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../navigace/_navigace.php');
?>
<hr class="cleaner">
<br>
<div id="vlevo">
<div class="inside">
<!-- **************************************** START SUBMENU ********************************* -->
<div id="submenu">
<strong>Kategorie:</strong>
<?
include ('../navigace/nav_udalosti.php');
?>
<br>
<? include ('../vyhledavani.php') ?>
</div>
<!-- **************************************** Konec submenu ********************************* -->
<br><br>
<? include ('../support/fotografie_odkaz.php'); ?>
</div>
<div id="vpravo">
<div class="inside">
<?
include ('../aktuality.php');
?>
</div>
</div>
<div id="stred" class="inside">
<h4 align="center" class="tp">125. let od založení sboru</h4>
<div align="center"><img src="../image/znak_sdh_small.gif" alt="SDH Nové Strašecí"></div>
<div class="inside1">
<div class="fotky"><a href="2003-10-03_125let_sboru/01.php"><img src="2003-10-03_125let_sboru/01.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/02.php"><img src="2003-10-03_125let_sboru/02.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/03.php"><img src="2003-10-03_125let_sboru/03.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/04.php"><img src="2003-10-03_125let_sboru/04.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/05.php"><img src="2003-10-03_125let_sboru/05.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/06.php"><img src="2003-10-03_125let_sboru/06.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/07.php"><img src="2003-10-03_125let_sboru/07.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/08.php"><img src="2003-10-03_125let_sboru/08.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/09.php"><img src="2003-10-03_125let_sboru/09.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/10.php"><img src="2003-10-03_125let_sboru/10.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/11.php"><img src="2003-10-03_125let_sboru/11.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/12.php"><img src="2003-10-03_125let_sboru/12.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/13.php"><img src="2003-10-03_125let_sboru/13.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/14.php"><img src="2003-10-03_125let_sboru/14.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/15.php"><img src="2003-10-03_125let_sboru/15.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/16.php"><img src="2003-10-03_125let_sboru/16.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/17.php"><img src="2003-10-03_125let_sboru/17.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/18.php"><img src="2003-10-03_125let_sboru/18.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/19.php"><img src="2003-10-03_125let_sboru/19.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/20.php"><img src="2003-10-03_125let_sboru/20.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/31.php"><img src="2003-10-03_125let_sboru/31.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/32.php"><img src="2003-10-03_125let_sboru/32.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/33.php"><img src="2003-10-03_125let_sboru/33.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/34.php"><img src="2003-10-03_125let_sboru/34.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/35.php"><img src="2003-10-03_125let_sboru/35.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/36.php"><img src="2003-10-03_125let_sboru/36.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/37.php"><img src="2003-10-03_125let_sboru/37.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/38.php"><img src="2003-10-03_125let_sboru/38.jpg"></a></div>
<div class="fotky_v"><a href="2003-10-03_125let_sboru/39.php"><img src="2003-10-03_125let_sboru/39.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/40.php"><img src="2003-10-03_125let_sboru/40.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/41.php"><img src="2003-10-03_125let_sboru/41.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/42.php"><img src="2003-10-03_125let_sboru/42.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/43.php"><img src="2003-10-03_125let_sboru/43.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/44.php"><img src="2003-10-03_125let_sboru/44.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/45.php"><img src="2003-10-03_125let_sboru/45.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/46.php"><img src="2003-10-03_125let_sboru/46.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/47.php"><img src="2003-10-03_125let_sboru/47.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/48.php"><img src="2003-10-03_125let_sboru/48.jpg"></a></div>
<div class="fotky_v"><a href="2003-10-03_125let_sboru/49.php"><img src="2003-10-03_125let_sboru/49.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/50.php"><img src="2003-10-03_125let_sboru/50.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/51.php"><img src="2003-10-03_125let_sboru/51.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/52.php"><img src="2003-10-03_125let_sboru/52.jpg"></a></div>
<div class="fotky_v"><a href="2003-10-03_125let_sboru/53.php"><img src="2003-10-03_125let_sboru/53.jpg"></a></div>
<div class="fotky_v"><a href="2003-10-03_125let_sboru/54.php"><img src="2003-10-03_125let_sboru/54.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/55.php"><img src="2003-10-03_125let_sboru/55.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/56.php"><img src="2003-10-03_125let_sboru/56.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/57.php"><img src="2003-10-03_125let_sboru/57.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/58.php"><img src="2003-10-03_125let_sboru/58.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/59.php"><img src="2003-10-03_125let_sboru/59.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/60.php"><img src="2003-10-03_125let_sboru/60.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/61.php"><img src="2003-10-03_125let_sboru/61.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/62.php"><img src="2003-10-03_125let_sboru/62.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/63.php"><img src="2003-10-03_125let_sboru/63.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/64.php"><img src="2003-10-03_125let_sboru/64.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/65.php"><img src="2003-10-03_125let_sboru/65.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/66.php"><img src="2003-10-03_125let_sboru/66.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/67.php"><img src="2003-10-03_125let_sboru/67.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/68.php"><img src="2003-10-03_125let_sboru/68.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/69.php"><img src="2003-10-03_125let_sboru/69.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/70.php"><img src="2003-10-03_125let_sboru/70.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/71.php"><img src="2003-10-03_125let_sboru/71.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/72.php"><img src="2003-10-03_125let_sboru/72.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/73.php"><img src="2003-10-03_125let_sboru/73.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/74.php"><img src="2003-10-03_125let_sboru/74.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/75.php"><img src="2003-10-03_125let_sboru/75.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/76.php"><img src="2003-10-03_125let_sboru/76.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/77.php"><img src="2003-10-03_125let_sboru/77.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/78.php"><img src="2003-10-03_125let_sboru/78.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/79.php"><img src="2003-10-03_125let_sboru/79.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/80.php"><img src="2003-10-03_125let_sboru/80.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/81.php"><img src="2003-10-03_125let_sboru/81.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/82.php"><img src="2003-10-03_125let_sboru/82.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/83.php"><img src="2003-10-03_125let_sboru/83.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/84.php"><img src="2003-10-03_125let_sboru/84.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/85.php"><img src="2003-10-03_125let_sboru/85.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/86.php"><img src="2003-10-03_125let_sboru/86.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/87.php"><img src="2003-10-03_125let_sboru/87.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/88.php"><img src="2003-10-03_125let_sboru/88.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/89.php"><img src="2003-10-03_125let_sboru/89.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/90.php"><img src="2003-10-03_125let_sboru/90.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/91.php"><img src="2003-10-03_125let_sboru/91.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/92.php"><img src="2003-10-03_125let_sboru/92.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/93.php"><img src="2003-10-03_125let_sboru/93.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/94.php"><img src="2003-10-03_125let_sboru/94.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/95.php"><img src="2003-10-03_125let_sboru/95.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/96.php"><img src="2003-10-03_125let_sboru/96.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/97.php"><img src="2003-10-03_125let_sboru/97.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/98.php"><img src="2003-10-03_125let_sboru/98.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/99.php"><img src="2003-10-03_125let_sboru/99.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/100.php"><img src="2003-10-03_125let_sboru/100.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/101.php"><img src="2003-10-03_125let_sboru/101.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/102.php"><img src="2003-10-03_125let_sboru/102.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/103.php"><img src="2003-10-03_125let_sboru/103.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/104.php"><img src="2003-10-03_125let_sboru/104.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/105.php"><img src="2003-10-03_125let_sboru/105.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/106.php"><img src="2003-10-03_125let_sboru/106.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/107.php"><img src="2003-10-03_125let_sboru/107.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/108.php"><img src="2003-10-03_125let_sboru/108.jpg"></a></div>
<div class="fotky_v"><a href="2003-10-03_125let_sboru/109.php"><img src="2003-10-03_125let_sboru/109.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/110.php"><img src="2003-10-03_125let_sboru/110.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/111.php"><img src="2003-10-03_125let_sboru/111.jpg"></a></div>
<div class="fotky_v"><a href="2003-10-03_125let_sboru/112.php"><img src="2003-10-03_125let_sboru/112.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/113.php"><img src="2003-10-03_125let_sboru/113.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/114.php"><img src="2003-10-03_125let_sboru/114.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/115.php"><img src="2003-10-03_125let_sboru/115.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/116.php"><img src="2003-10-03_125let_sboru/116.jpg"></a></div>
<div class="fotky_v"><a href="2003-10-03_125let_sboru/117.php"><img src="2003-10-03_125let_sboru/117.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/118.php"><img src="2003-10-03_125let_sboru/118.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/119.php"><img src="2003-10-03_125let_sboru/119.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/120.php"><img src="2003-10-03_125let_sboru/120.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/131.php"><img src="2003-10-03_125let_sboru/131.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/132.php"><img src="2003-10-03_125let_sboru/132.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/133.php"><img src="2003-10-03_125let_sboru/133.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/134.php"><img src="2003-10-03_125let_sboru/134.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/135.php"><img src="2003-10-03_125let_sboru/135.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/136.php"><img src="2003-10-03_125let_sboru/136.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/137.php"><img src="2003-10-03_125let_sboru/137.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/138.php"><img src="2003-10-03_125let_sboru/138.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/139.php"><img src="2003-10-03_125let_sboru/139.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/140.php"><img src="2003-10-03_125let_sboru/140.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/141.php"><img src="2003-10-03_125let_sboru/141.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/142.php"><img src="2003-10-03_125let_sboru/142.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/143.php"><img src="2003-10-03_125let_sboru/143.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/144.php"><img src="2003-10-03_125let_sboru/144.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/145.php"><img src="2003-10-03_125let_sboru/145.jpg"></a></div>
<div class="fotky"><a href="2003-10-03_125let_sboru/146.php"><img src="2003-10-03_125let_sboru/146.jpg"></a></div>
<hr class="cleaner">
<div align="center"><button name="dalsi" onclick="window.location.href = '_fotky.php'"; >Fotogalerie</button></div>
</div>
<img src="../image/pozadi_stranek.jpg" width="490" height="60">
</div>
<?
include ('../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">125. let od založení sboru</h4>
<div class="inside1">
<img src="big/01.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '146.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-10-03_125let_sboru.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '02.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">125. let od založení sboru</h4>
<div class="inside1">
<img src="big/02.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '01.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-10-03_125let_sboru.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '03.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">125. let od založení sboru</h4>
<div class="inside1">
<img src="big/03.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '02.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-10-03_125let_sboru.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '04.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">125. let od založení sboru</h4>
<div class="inside1">
<img src="big/04.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '03.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-10-03_125let_sboru.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '06.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">125. let od založení sboru</h4>
<div class="inside1">
<img src="big/05.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '04.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-10-03_125let_sboru.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '06.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">125. let od založení sboru</h4>
<div class="inside1">
<img src="big/06.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '05.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-10-03_125let_sboru.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '07.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">125. let od založení sboru</h4>
<div class="inside1">
<img src="big/07.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '06.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-10-03_125let_sboru.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '08.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">125. let od založení sboru</h4>
<div class="inside1">
<img src="big/08.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '07.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-10-03_125let_sboru.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '09.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">125. let od založení sboru</h4>
<div class="inside1">
<img src="big/09.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '08.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-10-03_125let_sboru.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '10.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">125. let od založení sboru</h4>
<div class="inside1">
<img src="big/10.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '09.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-10-03_125let_sboru.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '11.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">125. let od založení sboru</h4>
<div class="inside1">
<img src="big/100.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '99.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-10-03_125let_sboru.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '101.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">125. let od založení sboru</h4>
<div class="inside1">
<img src="big/101.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '100.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-10-03_125let_sboru.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '102.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">125. let od založení sboru</h4>
<div class="inside1">
<img src="big/102.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '101.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-10-03_125let_sboru.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '103.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">125. let od založení sboru</h4>
<div class="inside1">
<img src="big/103.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '102.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-10-03_125let_sboru.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '104.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">125. let od založení sboru</h4>
<div class="inside1">
<img src="big/104.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '103.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-10-03_125let_sboru.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '105.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">125. let od založení sboru</h4>
<div class="inside1">
<img src="big/105.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '104.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-10-03_125let_sboru.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '106.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">125. let od založení sboru</h4>
<div class="inside1">
<img src="big/106.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '105.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-10-03_125let_sboru.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '107.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">125. let od založení sboru</h4>
<div class="inside1">
<img src="big/107.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '106.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-10-03_125let_sboru.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '108.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">125. let od založení sboru</h4>
<div class="inside1">
<img src="big/108.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '107.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-10-03_125let_sboru.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '109.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">125. let od založení sboru</h4>
<div class="inside1">
<img src="big/109.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '108.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-10-03_125let_sboru.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '110.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">125. let od založení sboru</h4>
<div class="inside1">
<img src="big/11.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '10.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-10-03_125let_sboru.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '12.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">125. let od založení sboru</h4>
<div class="inside1">
<img src="big/110.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '109.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-10-03_125let_sboru.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '111.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

View file

@ -0,0 +1,58 @@
<?
include ('../../hlavicka_3.php');
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<body>
<!-- **************************************** OBSAH WEBU ********************************* -->
<div align="center">
<div id="strana">
<?
include ('../../navigace/navigace_2.php');
?>
<div align="center">
<h4 align="center" class="tp">125. let od založení sboru</h4>
<div class="inside1">
<img src="big/111.jpg" border="2">
<hr class="cleaner">
<button name="predchozi" onclick="window.location.href = '110.php'"; >Pøedchozí</button>&nbsp;
<button name="zpet" onclick="window.location.href = '../2003-10-03_125let_sboru.php'">Zpìt</button>&nbsp;
<button name="predchozi" onclick="window.location.href = '112.php'"; >&nbsp;&nbsp;Další&nbsp;&nbsp;</button>
</div>
</div>
<?
include ('../../paticka.php');
?>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1172050-5";
urchinTracker();
</script>
</body>
</html>

Some files were not shown because too many files have changed in this diff Show more