
<html>
<head>
<link rel="icon" href="/favicon.PNG" type="image/x-icon" />
<link rel="shortcut icon" href="/favicon.PNG" type="image/x-icon" />
<meta http-equiv="Content-Language" content="tr" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9" />
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254" />
<meta name="keywords" content="haber , pordus , asp, php , java , web , programlama , yazilim , forum , toplist , döküman , forum , pd portal , portal, free , free asp portal , sql komutları , c dersleri , ascii kodları , rapidsiz , googler , meboo , sql dersleri , rapidshare premium password , tek link film indir , film izle , pordus.com , pordus portal , divx film , tek link film , internetten film izle" />
<meta name="haber , pordus , asp, php , java , web , programlama , yazilim , forum , toplist , döküman , forum , pd portal , portal, free , free asp portal , sql komutları , c dersleri , ascii kodları , rapidsiz , googler , meboo , sql dersleri , rapidshare premium password , tek link film indir , film izle , pordus.com , pordus portal , divx film , tek link film , internetten film izle" />
<link type="text/css" rel="stylesheet" href="theme/default/style.css" />
<script type="text/javascript">
document.write('<table id="loading" border="0"><tr><td width="16"><embed pluginspage="http://www.macromedia.com/go/getflashplayer" src="img/yukleniyor.swf" width="350" height="130" type="application/x-shockwave-flash" wmode="Transparent"></td></tr></table>');
window.onload=function(){
document.getElementById("loading").style.display="none";
}
</script>
<script type="text/javascript" language="JavaScript">
function manset(divID) {
for (i=1;i<=10;i++) {
document.getElementById('manset-resim-'+i+'').style.display = 'none';
document.getElementById('manset-ozet-'+i+'').style.display = 'none';
document.getElementById('manset-baslik-'+i+'').style.display = 'none';
}
document.getElementById('manset-baslik-'+divID+'').style.display = 'block';
document.getElementById('manset-resim-'+divID+'').style.display = 'block'; 
document.getElementById('manset-ozet-'+divID+'').style.display = 'block';
}
</script>

<script type="text/javascript" src="_inc/porduspp.js"></script>
<link rel="stylesheet" href="_inc/pordusviewer.css" type="text/css" />
<script src="_inc/pordusviewer.js" type="text/javascript"></script>
<script type="text/javascript" src="_inc/reflection.js"></script>

<script type="text/javascript">
function grayOut(vis, options) {
  // Pass true to gray out screen, false to ungray
  // options are optional.  This is a JSON object with the following (optional) properties
  // opacity:0-100         // Lower number = less grayout higher = more of a blackout 
  // zindex: #             // HTML elements with a higher zindex appear on top of the gray out
  // bgcolor: (#xxxxxx)    // Standard RGB Hex color code
  // grayOut(true, {'zindex':'50', 'bgcolor':'#0000FF', 'opacity':'70'});
  // Because options is JSON opacity/zindex/bgcolor are all optional and can appear
  // in any order.  Pass only the properties you need to set.
  var options = options || {}; 
  var zindex = options.zindex || 50;
  var opacity = options.opacity || 70;
  var opaque = (opacity / 100);
  var bgcolor = options.bgcolor || '#000000';
  var dark=document.getElementById('darkenScreenObject');
  if (!dark) {
    // The dark layer doesn't exist, it's never been created.  So we'll
    // create it here and apply some basic styles.
    // If you are getting errors in IE see: http://support.microsoft.com/default.aspx/kb/927917
    var tbody = document.getElementsByTagName("body")[0];
    var tnode = document.createElement('div');           // Create the layer.
        tnode.style.position='absolute';                 // Position absolutely
        tnode.style.top='0px';                           // In the top
        tnode.style.left='0px';                          // Left corner of the page
        tnode.style.overflow='hidden';                   // Try to avoid making scroll bars            
        tnode.style.display='none';                      // Start out Hidden
        tnode.id='darkenScreenObject';                   // Name it so we can find it later
    tbody.appendChild(tnode);                            // Add it to the web page
    dark=document.getElementById('darkenScreenObject');  // Get the object.
  }
  if (vis) {
    // Calculate the page width and height 
    if( document.body && ( document.body.scrollWidth || document.body.scrollHeight ) ) {
        var pageWidth = document.body.scrollWidth+'px';
        var pageHeight = document.body.scrollHeight+'px';
    } else if( document.body.offsetWidth ) {
      var pageWidth = document.body.offsetWidth+'px';
      var pageHeight = document.body.offsetHeight+'px';
    } else {
       var pageWidth='100%';
       var pageHeight='100%';
    }   
    //set the shader to cover the entire page and make it visible.
    dark.style.opacity=opaque;                      
    dark.style.MozOpacity=opaque;                   
    dark.style.filter='alpha(opacity='+opacity+')'; 
    dark.style.zIndex=zindex;        
    dark.style.backgroundColor=bgcolor;  
    dark.style.width= pageWidth;
    dark.style.height= pageHeight;
    dark.style.display='block';                          
  } else {
     dark.style.display='none';
  }
}
</script>




<script type="text/javascript">

/***********************************************
* Show Hint script- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/
		
var horizontal_offset="9px" //horizontal offset of hint box from anchor link

/////No further editting needed

var vertical_offset="0" //horizontal offset of hint box from anchor link. No need to change.
var ie=document.all
var ns6=document.getElementById&&!document.all

function getposOffset(what, offsettype){
var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
var parentEl=what.offsetParent;
while (parentEl!=null){
totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
parentEl=parentEl.offsetParent;
}
return totaloffset;
}

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function clearbrowseredge(obj, whichedge){
var edgeoffset=(whichedge=="rightedge")? parseInt(horizontal_offset)*-1 : parseInt(vertical_offset)*-1
if (whichedge=="rightedge"){
var windowedge=ie && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-30 : window.pageXOffset+window.innerWidth-40
dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure+obj.offsetWidth+parseInt(horizontal_offset)
}
else{
var windowedge=ie && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure-obj.offsetHeight
}
return edgeoffset
}

function showhint(menucontents, obj, e, tipwidth){
if ((ie||ns6) && document.getElementById("hintbox")){
dropmenuobj=document.getElementById("hintbox")
dropmenuobj.innerHTML=menucontents
dropmenuobj.style.left=dropmenuobj.style.top=-500
if (tipwidth!=""){
dropmenuobj.widthobj=dropmenuobj.style
dropmenuobj.widthobj.width=tipwidth
}
dropmenuobj.x=getposOffset(obj, "left")
dropmenuobj.y=getposOffset(obj, "top")
dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+obj.offsetWidth+"px"
dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+"px"
dropmenuobj.style.visibility="visible"
obj.onmouseout=hidetip
}
}

function hidetip(e){
dropmenuobj.style.visibility="hidden"
dropmenuobj.style.left="-500px"
}

function createhintbox(){
var divblock=document.createElement("div")
divblock.setAttribute("id", "hintbox")
document.body.appendChild(divblock)
}

if (window.addEventListener)
window.addEventListener("load", createhintbox, false)
else if (window.attachEvent)
window.attachEvent("onload", createhintbox)
else if (document.getElementById)
window.onload=createhintbox

</script>









<script type="text/javascript">

/***********************************************
* Cool DHTML tooltip script II- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

var offsetfromcursorX=12 //Customize x offset of tooltip
var offsetfromcursorY=10 //Customize y offset of tooltip

var offsetdivfrompointerX=10 //Customize x offset of tooltip DIV relative to pointer image
var offsetdivfrompointerY=14 //Customize y offset of tooltip DIV relative to pointer image. Tip: Set it to (height_of_pointer_image-1).

document.write('<div id="dhtmltooltip"></div>') //write out tooltip DIV
document.write('<img id="dhtmlpointer" src="img/arrow2.gif">') //write out pointer image

var ie=document.all
var ns6=document.getElementById && !document.all
var enabletip=false
if (ie||ns6)
var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""

var pointerobj=document.all? document.all["dhtmlpointer"] : document.getElementById? document.getElementById("dhtmlpointer") : ""

function ietruebody(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function ddrivetip(thetext, thewidth, thecolor){
if (ns6||ie){
if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor
tipobj.innerHTML=thetext
enabletip=true
return false
}
}

function positiontip(e){
if (enabletip){
var nondefaultpos=false
var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft;
var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop;
//Find out how close the mouse is to the corner of the window
var winwidth=ie&&!window.opera? ietruebody().clientWidth : window.innerWidth-20
var winheight=ie&&!window.opera? ietruebody().clientHeight : window.innerHeight-20

var rightedge=ie&&!window.opera? winwidth-event.clientX-offsetfromcursorX : winwidth-e.clientX-offsetfromcursorX
var bottomedge=ie&&!window.opera? winheight-event.clientY-offsetfromcursorY : winheight-e.clientY-offsetfromcursorY

var leftedge=(offsetfromcursorX<0)? offsetfromcursorX*(-1) : -1000

//if the horizontal distance isn't enough to accomodate the width of the context menu
if (rightedge<tipobj.offsetWidth){
//move the horizontal position of the menu to the left by it's width
tipobj.style.left=curX-tipobj.offsetWidth+"px"
nondefaultpos=true
}
else if (curX<leftedge)
tipobj.style.left="5px"
else{
//position the horizontal position of the menu where the mouse is positioned
tipobj.style.left=curX+offsetfromcursorX-offsetdivfrompointerX+"px"
pointerobj.style.left=curX+offsetfromcursorX+"px"
}

//same concept with the vertical position
if (bottomedge<tipobj.offsetHeight){
tipobj.style.top=curY-tipobj.offsetHeight-offsetfromcursorY+"px"
nondefaultpos=true
}
else{
tipobj.style.top=curY+offsetfromcursorY+offsetdivfrompointerY+"px"
pointerobj.style.top=curY+offsetfromcursorY+"px"
}
tipobj.style.visibility="visible"
if (!nondefaultpos)
pointerobj.style.visibility="visible"
else
pointerobj.style.visibility="hidden"
}
}

function hideddrivetip(){
if (ns6||ie){
enabletip=false
tipobj.style.visibility="hidden"
pointerobj.style.visibility="hidden"
tipobj.style.left="-1000px"
tipobj.style.backgroundColor=''
tipobj.style.width=''
}
}

document.onmousemove=positiontip

</script>
<style>
table.menu
{
font-size:100%;
position:absolute;
visibility:hidden;
border-left: 1px solid #C4C4C4 ;border-right: 1px solid #C4C4C4 ;border-bottom: 1px solid #C4C4C4 ;

}
</style>
<script type="text/javascript">
function showmenu(elmnt)
{
document.getElementById(elmnt).style.visibility="visible"
}
function hidemenu(elmnt)
{
document.getElementById(elmnt).style.visibility="hidden"
}
</script>
<title>Anasayfa - FINDICAK SOSYAL YARDIMLAŞMA KÖY DERNEĞİ RESMİ SİTESİ</title>
</head>
<body background="theme/default/background.PNG" />
<div align="center">
<table cellpadding="0" cellspacing="0" border="0" width="1">
<tr>
<td width="1" height="1"><img border="0" src="theme/default/tablo/1.PNG"></td>
<td background="theme/default/tablo/2.PNG">&nbsp;</td>
<td width="1" height="1"><img border="0" src="theme/default/tablo/3.PNG"></td>
</tr>
<tr>
<td background="theme/default/tablo/4.PNG">&nbsp;</td>
<td background="theme/default/tablo/5.PNG" style="padding:1px;">
<table background="theme/default/backgroundgray.PNG" cellpadding="0" cellspacing="0" border="0" width="900">
<tr>
<td  class="cizgi" class="altcizgi" width="900" colspan="3" align="center"><table border="0" width="900">
	<tr>
		<td align="center">
		<img border="0" src="http://www.findicak.org/img/findicak_ust.jpg" width="900" height="98"></td>
	</tr>
</table>
</td>
</tr>
<tr>
<td background="theme/default/tablobg.PNG" class="ustuvesagiacikcizgi" height="20" width="900" colspan="3" align="center"><table class="menubg" cellpadding="0" cellspacing="0" height="25" border="0" width="902">
<tr>

<td background="theme/default/tablobg.PNG" width="8%" class="sagcizgi" align="center"><a target="_top" href="index.asp"><b>Anasayfa</b></a></td>

<td background="theme/default/tablobg.PNG" width="8%" class="sagcizgi" align="center"><a target="_top" href="haberler.asp"><b>Haberler</b></a></td>

<td background="theme/default/tablobg.PNG" width="8%" class="sagcizgi" align="center"><a target="_top" href="resimler.asp"><b>Foto Galeri</b></a></td>

<td background="theme/default/tablobg.PNG" width="8%" class="sagcizgi" align="center"><a target="_top" href="dokumanlar.asp"><b>Dökümanlar</b></a></td>

<td background="theme/default/tablobg.PNG" width="8%" class="sagcizgi" align="center"><a target="_top" href="forum.asp"><b>Forum</b></a></td>

<td background="theme/default/tablobg.PNG" width="8%" class="sagcizgi" align="center"><a target="_top" href="dosyalar.asp"><b>Dosyalar</b></a></td>

<td background="theme/default/tablobg.PNG" width="8%" class="sagcizgi" align="center"><a target="_top" href="videolar.asp"><b>Videolar</b></a></td>

<td background="theme/default/tablobg.PNG" width="8%" class="sagcizgi" align="center"><a target="_top" href="uyeler.asp"><b>Üyeler</b></a></td>

<td background="theme/default/tablobg.PNG" width="8%" class="sagcizgi" align="center"><a target="_top" href="arama.asp"><b>Arama</b></a></td>

</tr>
</table></td>
</tr>
<tr>
<td class="solcizgi" width="200" align="left" valign="top" style="padding: 4px">
<div align="center">
<table background="theme/default/bgbg.PNG" class="cizgi" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td width="7%" height="25" background="theme/default/blok.PNG" class="altcizgi" align="center" valign="middle"><img border="0" src="theme/default/ok.PNG" width="30" height="24"></td>
<td height="25" background="theme/default/blok.PNG" class="altcizgi" width="93%" align="left"><b>Menü</b></td>
</tr>
<tr>
<td background="theme/default/bgbg.PNG" colspan="2" align="left" valign="top" style="padding: 1px">
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td>
<div id="menu" class="TabbedPanels">
<ul class="TabbedPanelsTabGroup">
<li class="TabbedPanelsTab" tabindex="0"><b>Navigation / Menü</b></li>
</ul>
<div class="TabbedPanelsContentGroup">
<div align="left" class="TabbedPanelsContent">
<table cellpadding="0" cellspacing="0" border="0"  width="97%">
<tr>

<td width="50%" align="left" valign="top">
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="22">
<tr>
<td height="22" style="padding:2px" width="5%" align="center"><img border="0" src="img/menu/3.gif"></td>
<td height="22" style="padding:2px" width="95%" valign="middle" align="left"><a target="_top" href="index.asp">Anasayfa</a></td>
</tr>
</table>
</td>

<td width="50%" align="left" valign="top">
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="22">
<tr>
<td height="22" style="padding:2px" width="5%" align="center"><img border="0" src="img/menu/10.gif"></td>
<td height="22" style="padding:2px" width="95%" valign="middle" align="left"><a target="_top" href="haberler.asp">Haberler</a></td>
</tr>
</table>
</td>

</tr>
<tr>

<td width="50%" align="left" valign="top">
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="22">
<tr>
<td height="22" style="padding:2px" width="5%" align="center"><img border="0" src="img/menu/12.gif"></td>
<td height="22" style="padding:2px" width="95%" valign="middle" align="left"><a target="_top" href="resimler.asp">Foto Galeri</a></td>
</tr>
</table>
</td>

<td width="50%" align="left" valign="top">
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="22">
<tr>
<td height="22" style="padding:2px" width="5%" align="center"><img border="0" src="img/menu/18.gif"></td>
<td height="22" style="padding:2px" width="95%" valign="middle" align="left"><a target="_top" href="dokumanlar.asp">Dökümanlar</a></td>
</tr>
</table>
</td>

</tr>
<tr>

<td width="50%" align="left" valign="top">
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="22">
<tr>
<td height="22" style="padding:2px" width="5%" align="center"><img border="0" src="img/menu/9.gif"></td>
<td height="22" style="padding:2px" width="95%" valign="middle" align="left"><a target="_top" href="forum.asp">Forum</a></td>
</tr>
</table>
</td>

<td width="50%" align="left" valign="top">
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="22">
<tr>
<td height="22" style="padding:2px" width="5%" align="center"><img border="0" src="img/menu/18.gif"></td>
<td height="22" style="padding:2px" width="95%" valign="middle" align="left"><a target="_top" href="dosyalar.asp">Dosyalar</a></td>
</tr>
</table>
</td>

</tr>
<tr>

<td width="50%" align="left" valign="top">
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="22">
<tr>
<td height="22" style="padding:2px" width="5%" align="center"><img border="0" src="img/menu/20.gif"></td>
<td height="22" style="padding:2px" width="95%" valign="middle" align="left"><a target="_top" href="videolar.asp">Videolar</a></td>
</tr>
</table>
</td>

<td width="50%" align="left" valign="top">
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="22">
<tr>
<td height="22" style="padding:2px" width="5%" align="center"><img border="0" src="img/menu/15.gif"></td>
<td height="22" style="padding:2px" width="95%" valign="middle" align="left"><a target="_top" href="uyeler.asp">Üyeler</a></td>
</tr>
</table>
</td>

</tr>
<tr>

<td width="50%" align="left" valign="top">
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="22">
<tr>
<td height="22" style="padding:2px" width="5%" align="center"><img border="0" src="img/menu/2.gif"></td>
<td height="22" style="padding:2px" width="95%" valign="middle" align="left"><a target="_top" href="arama.asp">Arama</a></td>
</tr>
</table>
</td>

<td width="50%" align="left" valign="top">
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="22">
<tr>
<td height="22" style="padding:2px" width="5%" align="center"><img border="0" src=""></td>
<td height="22" style="padding:2px" width="95%" valign="middle" align="left"><a target="_blank" href="iletisimsayfasi.asp">İletişim</a></td>
</tr>
</table>
</td>

</tr>
<tr>

</tr>
</table>
</div>
</div>
</div>
<script type="text/javascript">
<!--
var TabbedPanels = new Spry.Widget.TabbedPanels("menu");
//-->
</script>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<table background="theme/default/bgbg.PNG" class="cizgi" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td width="7%" height="25" background="theme/default/blok.PNG" class="altcizgi" align="center" valign="middle"><img border="0" src="theme/default/ok.PNG" width="30" height="24"></td>
<td height="25" background="theme/default/blok.PNG" class="altcizgi" width="93%" align="left">
<b>Fındıcak Hakkında</b></td>
</tr>
<tr>
<td background="theme/default/bgbg.PNG" colspan="2" align="left" valign="top" style="padding: 1px">
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td>
<div id="dokuman_dosya" class="TabbedPanels">
<ul class="TabbedPanelsTabGroup">
<li class="TabbedPanelsTab" tabindex="0"><b>FINDICAK KÖYÜ</b></li>
</ul>
<div class="TabbedPanelsContentGroup">
<div align="center" class="TabbedPanelsContent">
<table cellpadding="0" cellspacing="0" width="97%" border="0">

<tr>
<td width="29" height="13" align="center" style="padding: 2px"></td>
<td width="100%" align="left" valign="middle" style="padding: 2px">
<img src="http://www.findicak.org/img/menu_select.gif" align="absmiddle" style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); "><span style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); display: inline !important; float: none; "><span class="Apple-converted-space">&nbsp;</span></span><a style="text-decoration: none; color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); " href="ziyaretci_defteri.asp">Ziyaretçi 
defteri</a><br style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); ">
<img src="http://www.findicak.org/img/menu_select.gif" align="absmiddle" style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); "><span style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); display: inline !important; float: none; "><span class="Apple-converted-space">&nbsp;</span></span><a style="text-decoration: none; color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); " href="findicak_muhtarlik.asp">Muhtarlık</a><br style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); ">
<img src="http://www.findicak.org/img/menu_select.gif" align="absmiddle" style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); "><span style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); display: inline !important; float: none; "><span class="Apple-converted-space">&nbsp;</span></span><a style="text-decoration: none; color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); " href="findicak_onsoz.asp">Önsöz</a><br style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); ">
<img src="http://www.findicak.org/img/menu_select.gif" align="absmiddle" style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); "><span style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); display: inline !important; float: none; "><span class="Apple-converted-space">&nbsp;</span></span><a style="text-decoration: none; color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); " href="findicak_osmanlica.asp">Osmanli 
Arşivi</a><br style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); ">
<img src="http://www.findicak.org/img/menu_select.gif" align="absmiddle" style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); "><span style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); display: inline !important; float: none; "><a style="text-decoration: none; color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); " href="http://www.findicak.org/deneme2/PD_PORTAL_4.0/pd/findicak_koyumuz.asp"><span class="Apple-converted-space">&nbsp;</span></a></span><a style="text-decoration: none; color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); " href="findicak_koyumuz.asp">Tanitim</a><br style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); ">
<img src="http://www.findicak.org/img/menu_select.gif" align="absmiddle" style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); "><span style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); display: inline !important; float: none; "><a style="text-decoration: none; color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); " href="findicak_tesekkur.asp"><span class="Apple-converted-space">&nbsp;</span></a></span><a style="text-decoration: none; color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); " href="findicak_tesekkur.asp">Tesekkürler</a><br style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); ">
<img src="http://www.findicak.org/img/menu_select.gif" align="absmiddle" style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); "><span style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); display: inline !important; float: none; "><a style="text-decoration: none; color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); " href="http://www.findicak.org/deneme2/PD_PORTAL_4.0/pd/deneme.asp"><span class="Apple-converted-space">&nbsp;</span></a></span><a style="text-decoration: none; color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); " href="findicak_ulasim.asp">Ulaşım</a></td>
</tr>

</table>

</div>
<div align="center" class="TabbedPanelsContent">
&nbsp;</div>
</div>
</div>
<script type="text/javascript">
<!--
var TabbedPanels = new Spry.Widget.TabbedPanels("dokuman_dosya");
//-->
</script>
</td>
</tr>
</table>
</td>
</tr>
</table>



<br>
<table background="theme/default/bgbg.PNG" class="cizgi" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td width="7%" height="25" background="theme/default/blok.PNG" class="altcizgi" align="center" valign="middle"><img border="0" src="theme/default/ok.PNG" width="30" height="24"></td>
<td height="25" background="theme/default/blok.PNG" class="altcizgi" width="93%" align="left">
<b>Faaliyetler</b></td>
</tr>
<tr>
<td background="theme/default/bgbg.PNG" colspan="2" align="left" valign="top" style="padding: 1px">
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td>
<div id="dokuman_dosya" class="TabbedPanels">
<ul class="TabbedPanelsTabGroup">
<li class="TabbedPanelsTab" tabindex="0"><b>Yapılan Faaliyetler</b></li>
</ul>
<div class="TabbedPanelsContentGroup">
<div align="center" class="TabbedPanelsContent">
<table cellpadding="0" cellspacing="0" width="97%" border="0">

<tr>
<td width="29" height="13" align="center" style="padding: 2px"></td>
<td width="100%" align="left" valign="middle" style="padding: 2px">
<span style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); display: inline !important; float: none; ">
<span class="Apple-converted-space">
<img border="0" src="http://www.findicak.org/img/menu_select.gif" width="15" height="14"></span></span><a style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none; background-color: rgb(255, 255, 255)" href="faaliyet_hamam.asp">Köy 
Hamami</a><span style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); display: inline !important; float: none; "><span class="Apple-converted-space"><br>
<img border="0" src="http://www.findicak.org/img/menu_select.gif" width="15" height="14"></span></span><a style="text-decoration: none; color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); " href="faaliyet_yardim.asp">Yardım 
ve İletişim</a><span style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); display: inline !important; float: none; "><span class="Apple-converted-space"><br>
<img border="0" src="http://www.findicak.org/img/menu_select.gif" width="15" height="14"></span></span><a style="text-decoration: none; color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); " href="faaliyet_cami.asp">Yeni 
Cami</tr>
</table>
</div>
</div>
</div>
<script type="text/javascript">
<!--
var TabbedPanels = new Spry.Widget.TabbedPanels("dokuman_dosya");
//-->
</script>
</td>
</tr>
</table>
</td>
</tr>
</table>


<br>
<table background="theme/default/bgbg.PNG" class="cizgi" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td width="7%" height="25" background="theme/default/blok.PNG" class="altcizgi" align="center" valign="middle"><img border="0" src="theme/default/ok.PNG" width="30" height="24"></td>
<td height="25" background="theme/default/blok.PNG" class="altcizgi" width="93%" align="left">
<b>Basindan</b></td>
</tr>
<tr>
<td background="theme/default/bgbg.PNG" colspan="2" align="left" valign="top" style="padding: 1px">
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td>
<div id="dokuman_dosya" class="TabbedPanels">
<ul class="TabbedPanelsTabGroup">
<li class="TabbedPanelsTab" tabindex="0"><b>Basında FINDICAK</b></li>
</ul>
<div class="TabbedPanelsContentGroup">
<div align="center" class="TabbedPanelsContent">
<table cellpadding="0" cellspacing="0" width="97%" border="0">

<tr>
<td width="29" height="13" align="center" style="padding: 2px"></td>
<td width="100%" align="left" valign="middle" style="padding: 2px">
<img src="http://www.findicak.org/img/menu_select.gif" align="absmiddle" style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); "><span style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); display: inline !important; float: none; "><span class="Apple-converted-space">&nbsp;</span></span><a style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none; background-color: rgb(255, 255, 255)" href="basindan_bilkent.asp">Bilkent 
Universitesi</a><br style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); ">
<img src="http://www.findicak.org/img/menu_select.gif" align="absmiddle" style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); "><span style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); display: inline !important; float: none; "><span class="Apple-converted-space">&nbsp;</span></span><a style="text-decoration: none; color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); " href="basindan_gemlikgundem.asp">Gemlik 
Gündem</a><br style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); ">
<img src="http://www.findicak.org/img/menu_select.gif" align="absmiddle" style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); "><span style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); display: inline !important; float: none; "><span class="Apple-converted-space">&nbsp;</span></span><a style="text-decoration: none; color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); " href="basindan_gemlikrehberi.asp">Gemlik 
Rehberi</a><br style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); ">
<img src="http://www.findicak.org/img/menu_select.gif" align="absmiddle" style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); "><span style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); display: inline !important; float: none; "><span class="Apple-converted-space">&nbsp;</span></span><a style="text-decoration: none; color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); " href="basindan_hbursa.asp">Hürriyet</a><br style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); ">
<img src="http://www.findicak.org/img/menu_select.gif" align="absmiddle" style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); "><span style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); display: inline !important; float: none; "><span class="Apple-converted-space">&nbsp;</span></span><a style="text-decoration: none; color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); " href="basindan_zaman1.asp">Zaman 
05.07.2005<span class="Apple-converted-space">&nbsp;</span></a><br style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); ">
<img src="http://www.findicak.org/img/menu_select.gif" align="absmiddle" style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); "><span style="color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); display: inline !important; float: none; "><span class="Apple-converted-space">&nbsp;</span></span><a style="text-decoration: none; color: rgb(0, 0, 0); font-family: tahoma; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); " href="basindan_zaman2.asp">Zaman 
07.06.2005</a></td>
</tr>

</table>

</div>
</div>
</div>
<script type="text/javascript">
<!--
var TabbedPanels = new Spry.Widget.TabbedPanels("dokuman_dosya");
//-->
</script>
</td>
</tr>
</table>
</td>
</tr>
</table>



<br>
<table background="theme/default/bgbg.PNG" class="cizgi" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td width="7%" height="25" background="theme/default/blok.PNG" class="altcizgi" align="center" valign="middle"><img border="0" src="theme/default/ok.PNG" width="30" height="24"></td>
<td height="25" background="theme/default/blok.PNG" class="altcizgi" width="93%" align="left"><b>Dökümanlar</b></td>
</tr>
<tr>
<td background="theme/default/bgbg.PNG" colspan="2" align="left" valign="top" style="padding: 1px">
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td>
<div id="dokuman_dosya2" class="TabbedPanels">
<ul class="TabbedPanelsTabGroup">
<li class="TabbedPanelsTab" tabindex="0"><b>Yeni Yazılar</b></li>
<li class="TabbedPanelsTab" tabindex="0"><b>Hit Yazılar</b></li>
</ul>
<div class="TabbedPanelsContentGroup">
<div align="center" class="TabbedPanelsContent">
<table cellpadding="0" cellspacing="0" width="97%" border="0">

</table>
</div>
<div align="center" class="TabbedPanelsContent">
<table cellpadding="0" cellspacing="0" width="97%" border="0">

</table>
</div>
</div>
</div>
<script type="text/javascript">
<!--
var TabbedPanels = new Spry.Widget.TabbedPanels("dokuman_dosya2");
//-->
</script>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<table background="theme/default/bgbg.PNG" class="cizgi" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td width="7%" height="25" background="theme/default/blok.PNG" class="altcizgi" align="center" valign="middle"><img border="0" src="theme/default/ok.PNG" width="30" height="24"></td>
<td height="25" background="theme/default/blok.PNG" class="altcizgi" width="93%" align="left"><b>Dosyalar</b></td>
</tr>
<tr>
<td background="theme/default/bgbg.PNG" colspan="2" align="left" valign="top" style="padding: 1px">
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td>
<div id="dokuman_dosya" class="TabbedPanels">
<ul class="TabbedPanelsTabGroup">
<li class="TabbedPanelsTab" tabindex="0"><b>Yeni Dosyalar</b></li>
<li class="TabbedPanelsTab" tabindex="0"><b>Hit Dosyalar</b></li>
</ul>
<div class="TabbedPanelsContentGroup">
<div align="center" class="TabbedPanelsContent">
<table cellpadding="0" cellspacing="0" width="97%" border="0">

</table>

</div>
<div align="center" class="TabbedPanelsContent">
<table cellpadding="0" cellspacing="0" width="97%" border="0">

</table>
</div>
</div>
</div>
<script type="text/javascript">
<!--
var TabbedPanels = new Spry.Widget.TabbedPanels("dokuman_dosya");
//-->
</script>
</td>
</tr>
</table>
</td>
</tr>
</table>



<br>

</div>
</td>
<td height="400" width="500" align="left" valign="top" style="padding: 4px">
<table background="theme/default/bgbg.PNG" class="cizgi" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td width="7%" height="25" background="theme/default/blok.PNG" class="altcizgi" align="center" valign="middle"><img border="0" src="theme/default/ok.PNG" width="30" height="24"></td>
<td height="25" background="theme/default/blok.PNG" class="altcizgi" width="93%" align="left"><b><a href="index.asp">Duyuru</a></b></td>


</tr>
<tr>
<td background="theme/default/bgbg.PNG" colspan="2" align="left" valign="top" style="padding: 4px">
FINDICAK Köyü internet sayfası yenilendi.

Lütfen Açık Ve Hataları Bize Bildirin..

Her türlü iletişim için
findicak@findicak.org


<br>
&nbsp;</td>
</tr>
</table>
<br>




<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9" />
<title>Flash manset sistemi</title>
</head>

<body>
	<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="490" height="300" id="tech" align="middle">
		<param name="allowScriptAccess" value="sameDomain" />
		<param name="movie" value="manset.swf?xml_path=manset.asp" />
		<param name="quality" value="high" />
		<embed src="manset.swf?xml_path=manset.asp" quality="high" width="490" height="300" name="tech" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
	</object>
    
    

</body>
</html>

<br>
<br>
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">


<head>
<style type="text/css">
.style1 {
				text-align: left;
}
</style>
</head>

<table background="theme/default/backgroundwhite.PNG" class="cizgi" cellpadding="0" cellspacing="0" border="0" style="width: 490px">
<tr>
<td width="7%" height="25" background="theme/default/blok.PNG" class="altcizgi" align="center" valign="middle">
<img border="0" src="theme/default/ok.PNG" width="30" height="24" style="float: left"></td>
<td height="25" background="theme/default/blok.PNG" class="style1" style="width: 95%">
<strong>Fındıcak'tan Fotoğraflar</strong></td>
</tr>
<tr>
<td colspan="2" align="left" valign="top">




	



&nbsp;<table width="490" height="100" border="0" align="center" cellpadding="2" cellspacing="0">
                  <tr>
                    <td width="490" align="center" valign="middle" bordercolor="#A3B2CC" bgcolor="#FFFFFF"><marquee onmouseover="this.stop()"  
            onmouseout="this.start()" scrollamount="3" scrolldelay="1" 
            direction="left">


                      <a href="resimgoster.asp?id=196"><img src="upload/Genel_Koy/genel_koy_53.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=195"><img src="upload/Genel_Koy/genel_koy_52.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=194"><img src="upload/Genel_Koy/genel_koy_51.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=193"><img src="upload/Genel_Koy/genel_koy_50.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=192"><img src="upload/Genel_Koy/genel_koy_49.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=191"><img src="upload/Genel_Koy/genel_koy_48.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=190"><img src="upload/Genel_Koy/genel_koy_47.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=189"><img src="upload/Genel_Koy/genel_koy_46.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=188"><img src="upload/Genel_Koy/genel_koy_45.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=187"><img src="upload/Genel_Koy/genel_koy_44.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=186"><img src="upload/Genel_Koy/genel_koy_43.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=185"><img src="upload/Genel_Koy/genel_koy_42.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=184"><img src="upload/Genel_Koy/genel_koy_41.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=183"><img src="upload/Genel_Koy/genel_koy_40.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=182"><img src="upload/Genel_Koy/genel_koy_39.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=181"><img src="upload/Genel_Koy/genel_koy_38.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=180"><img src="upload/Genel_Koy/genel_koy_37.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=179"><img src="upload/Genel_Koy/genel_koy_36.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=178"><img src="upload/Genel_Koy/genel_koy_35.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=177"><img src="upload/Genel_Koy/genel_koy_34.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=176"><img src="upload/Genel_Koy/genel_koy_33.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=175"><img src="upload/Genel_Koy/genel_koy_32.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=174"><img src="upload/Genel_Koy/genel_koy_31.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=173"><img src="upload/Genel_Koy/genel_koy_30.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=172"><img src="upload/Genel_Koy/genel_koy_29.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=171"><img src="upload/Genel_Koy/genel_koy_28.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=170"><img src="upload/Genel_Koy/genel_koy_27.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=169"><img src="upload/Genel_Koy/genel_koy_26.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=168"><img src="upload/Genel_Koy/genel_koy_25.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=167"><img src="upload/Genel_Koy/genel_koy_24.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=166"><img src="upload/Genel_Koy/genel_koy_23.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=165"><img src="upload/Genel_Koy/genel_koy_22.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=164"><img src="upload/Genel_Koy/genel_koy_21.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=163"><img src="upload/Genel_Koy/genel_koy_20.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=162"><img src="upload/Genel_Koy/genel_koy_19.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=161"><img src="upload/Genel_Koy/genel_koy_18.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=160"><img src="upload/Genel_Koy/genel_koy_17.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=159"><img src="upload/Genel_Koy/genel_koy_16.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=158"><img src="upload/Genel_Koy/genel_koy_15.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=157"><img src="upload/Genel_Koy/genel_koy_14.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=156"><img src="upload/Genel_Koy/genel_koy_13.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=155"><img src="upload/Genel_Koy/genel_koy_12.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=154"><img src="upload/Genel_Koy/genel_koy_11.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=153"><img src="upload/Genel_Koy/genel_koy_10.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=152"><img src="upload/Genel_Koy/genel_koy_09.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=151"><img src="upload/Genel_Koy/genel_koy_08.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=150"><img src="upload/Genel_Koy/genel_koy_07.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=149"><img src="upload/Genel_Koy/genel_koy_06.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=148"><img src="upload/Genel_Koy/genel_koy_05.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=147"><img src="upload/Genel_Koy/genel_koy_04.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=146"><img src="upload/Genel_Koy/genel_koy_03.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=145"><img src="upload/Genel_Koy/genel_koy_02.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=144"><img src="upload/Genel_Koy/genel_koy_01.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=142"><img src="upload/Koy_Gunu_2006/koy_gunu_2006_11.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=141"><img src="upload/Koy_Gunu_2006/koy_gunu_2006_10.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=140"><img src="upload/Koy_Gunu_2006/koy_gunu_2006_09.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=139"><img src="upload/Koy_Gunu_2006/koy_gunu_2006_08.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=138"><img src="upload/Koy_Gunu_2006/koy_gunu_2006_07.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=137"><img src="upload/Koy_Gunu_2006/koy_gunu_2006_06.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=136"><img src="upload/Koy_Gunu_2006/koy_gunu_2006_05.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=135"><img src="upload/Koy_Gunu_2006/koy_gunu_2006_04.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=134"><img src="upload/Koy_Gunu_2006/koy_gunu_2006_03.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=133"><img src="upload/Koy_Gunu_2006/koy_gunu_2006_02.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=132"><img src="upload/Koy_Gunu_2006/koy_gunu_2006_01.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=128"><img src="upload/Koy_Gunu_2004/koygunu_2004_38.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=127"><img src="upload/Koy_Gunu_2004/koygunu_2004_37.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=126"><img src="upload/Koy_Gunu_2004/koygunu_2004_36.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=125"><img src="upload/Koy_Gunu_2004/koygunu_2004_35.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=124"><img src="upload/Koy_Gunu_2004/koygunu_2004_34.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=123"><img src="upload/Koy_Gunu_2004/koygunu_2004_33.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=122"><img src="upload/Koy_Gunu_2004/koygunu_2004_32.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=121"><img src="upload/Koy_Gunu_2004/koygunu_2004_31.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=120"><img src="upload/Koy_Gunu_2004/koygunu_2004_30.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=119"><img src="upload/Koy_Gunu_2004/koygunu_2004_29.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=118"><img src="upload/Koy_Gunu_2004/koygunu_2004_28.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=117"><img src="upload/Koy_Gunu_2004/koygunu_2004_27.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=116"><img src="upload/Koy_Gunu_2004/koygunu_2004_26.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=115"><img src="upload/Koy_Gunu_2004/koygunu_2004_25.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=114"><img src="upload/Koy_Gunu_2004/koygunu_2004_24.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=113"><img src="upload/Koy_Gunu_2004/koygunu_2004_23.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=112"><img src="upload/Koy_Gunu_2004/koygunu_2004_22.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=111"><img src="upload/Koy_Gunu_2004/koygunu_2004_21.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=110"><img src="upload/Koy_Gunu_2004/koygunu_2004_20.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=109"><img src="upload/Koy_Gunu_2004/koygunu_2004_19.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=108"><img src="upload/Koy_Gunu_2004/koygunu_2004_18.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=107"><img src="upload/Koy_Gunu_2004/koygunu_2004_17.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=106"><img src="upload/Koy_Gunu_2004/koygunu_2004_16.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=105"><img src="upload/Koy_Gunu_2004/koygunu_2004_15.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=104"><img src="upload/Koy_Gunu_2004/koygunu_2004_14.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=103"><img src="upload/Koy_Gunu_2004/koygunu_2004_13.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=102"><img src="upload/Koy_Gunu_2004/koygunu_2004_12.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=101"><img src="upload/Koy_Gunu_2004/koygunu_2004_11.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=100"><img src="upload/Koy_Gunu_2004/koygunu_2004_10.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=99"><img src="upload/Koy_Gunu_2004/koygunu_2004_09.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=98"><img src="upload/Koy_Gunu_2004/koygunu_2004_08.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=97"><img src="upload/Koy_Gunu_2004/koygunu_2004_07.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=96"><img src="upload/Koy_Gunu_2004/koygunu_2004_06.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=95"><img src="upload/Koy_Gunu_2004/koygunu_2004_05.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=94"><img src="upload/Koy_Gunu_2004/koygunu_2004_04.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=93"><img src="upload/Koy_Gunu_2004/koygunu_2004_03.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=92"><img src="upload/Koy_Gunu_2004/koygunu_2004_02.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=91"><img src="upload/Koy_Gunu_2004/koygunu_2004_01.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=89"><img src="upload/Koy_Gunu_2005/koygunu_2005_46.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=88"><img src="upload/Koy_Gunu_2005/koygunu_2005_45.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=87"><img src="upload/Koy_Gunu_2005/koygunu_2005_44.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=86"><img src="upload/Koy_Gunu_2005/koygunu_2005_43.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=85"><img src="upload/Koy_Gunu_2005/koygunu_2005_42.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=84"><img src="upload/Koy_Gunu_2005/koygunu_2005_41.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=83"><img src="upload/Koy_Gunu_2005/koygunu_2005_40.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=82"><img src="upload/Koy_Gunu_2005/koygunu_2005_39.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=81"><img src="upload/Koy_Gunu_2005/koygunu_2005_38.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=80"><img src="upload/Koy_Gunu_2005/koygunu_2005_37.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=79"><img src="upload/Koy_Gunu_2005/koygunu_2005_36.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=78"><img src="upload/Koy_Gunu_2005/koygunu_2005_35.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=77"><img src="upload/Koy_Gunu_2005/koygunu_2005_34.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=76"><img src="upload/Koy_Gunu_2005/koygunu_2005_33.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=75"><img src="upload/Koy_Gunu_2005/koygunu_2005_32.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=74"><img src="upload/Koy_Gunu_2005/koygunu_2005_31.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=73"><img src="upload/Koy_Gunu_2005/koygunu_2005_30.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=72"><img src="upload/Koy_Gunu_2005/koygunu_2005_29.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=71"><img src="upload/Koy_Gunu_2005/koygunu_2005_28.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=69"><img src="upload/Koy_Gunu_2005/koygunu_2005_27.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=68"><img src="upload/Koy_Gunu_2005/koygunu_2005_26.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=67"><img src="upload/Koy_Gunu_2005/koygunu_2005_25.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=66"><img src="upload/Koy_Gunu_2005/koygunu_2005_24.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=65"><img src="upload/Koy_Gunu_2005/koygunu_2005_23.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=64"><img src="upload/Koy_Gunu_2005/koygunu_2005_22.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=63"><img src="upload/Koy_Gunu_2005/koygunu_2005_21.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=62"><img src="upload/Koy_Gunu_2005/koygunu_2005_20.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=61"><img src="upload/Koy_Gunu_2005/koygunu_2005_19.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=60"><img src="upload/Koy_Gunu_2005/koygunu_2005_18.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=59"><img src="upload/Koy_Gunu_2005/koygunu_2005_17.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=58"><img src="upload/Koy_Gunu_2005/koygunu_2005_16.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=57"><img src="upload/Koy_Gunu_2005/koygunu_2005_15.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=56"><img src="upload/Koy_Gunu_2005/koygunu_2005_14.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=55"><img src="upload/Koy_Gunu_2005/koygunu_2005_13.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=54"><img src="upload/Koy_Gunu_2005/koygunu_2005_12.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=53"><img src="upload/Koy_Gunu_2005/koygunu_2005_11.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=52"><img src="upload/Koy_Gunu_2005/koygunu_2005_10.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=51"><img src="upload/Koy_Gunu_2005/koygunu_2005_09.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=50"><img src="upload/Koy_Gunu_2005/koygunu_2005_08.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=49"><img src="upload/Koy_Gunu_2005/koygunu_2005_07.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=48"><img src="upload/Koy_Gunu_2005/koygunu_2005_06.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=47"><img src="upload/Koy_Gunu_2005/koygunu_2005_05.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=46"><img src="upload/Koy_Gunu_2005/koygunu_2005_04.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=45"><img src="upload/Koy_Gunu_2005/koygunu_2005_03.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=44"><img src="upload/Koy_Gunu_2005/koygunu_2005_02.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=43"><img src="upload/Koy_Gunu_2005/koygunu_2005_01.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=42"><img src="upload/Eski_Cami/eski_cami_01.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=41"><img src="upload/Eski_Cami/eski_cami_04.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=40"><img src="upload/Eski_Cami/eski_cami_03.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=39"><img src="upload/Eski_Cami/eski_cami_02.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=38"><img src="upload/Bursa/eski_bursa_12.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=37"><img src="upload/Bursa/eski_bursa_11.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=36"><img src="upload/Bursa/eski_bursa_10.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=35"><img src="upload/Bursa/eski_bursa_09.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=34"><img src="upload/Bursa/eski_bursa_08.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=33"><img src="upload/Bursa/eski_bursa_07.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=32"><img src="upload/Bursa/eski_bursa_06.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=31"><img src="upload/Bursa/eski_bursa_05.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=30"><img src="upload/Bursa/eski_bursa_04.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=29"><img src="upload/Bursa/eski_bursa_03.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=28"><img src="upload/Bursa/eski_bursa_02.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=27"><img src="upload/Bursa/eski_bursa_01.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=26"><img src="upload/Yeni_Camii_Son_Durum/yeni_camii_insaati_13.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=25"><img src="upload/Yeni_Camii_Son_Durum/yeni_camii_insaati_12.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=24"><img src="upload/Yeni_Camii_Son_Durum/yeni_camii_insaati_11.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=23"><img src="upload/Yeni_Camii_Son_Durum/yeni_camii_insaati_10.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=22"><img src="upload/Yeni_Camii_Son_Durum/yeni_camii_insaati_09.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=21"><img src="upload/Yeni_Camii_Son_Durum/yeni_camii_insaati_08.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=20"><img src="upload/Yeni_Camii_Son_Durum/yeni_camii_insaati_07.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=19"><img src="upload/Yeni_Camii_Son_Durum/yeni_camii_insaati_06.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=18"><img src="upload/Yeni_Camii_Son_Durum/yeni_camii_insaati_05.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=17"><img src="upload/Yeni_Camii_Son_Durum/yeni_camii_insaati_04.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=16"><img src="upload/Yeni_Camii_Son_Durum/yeni_camii_insaati_03.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=15"><img src="upload/Yeni_Camii_Son_Durum/yeni_camii_insaati_02.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=14"><img src="upload/Yeni_Camii_Son_Durum/yeni_camii_insaati_01.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=13"><img src="upload/Yeni_Cami_Proje/cami_yeni_04.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=12"><img src="upload/Yeni_Cami_Proje/cami_yeni_03.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=11"><img src="upload/Yeni_Cami_Proje/cami_yeni_02.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=10"><img src="upload/Yeni_Cami_Proje/cami_yeni_01.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=9"><img src="upload/Yeni_Cami_Proje/cami_yeni_00.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=8"><img src="upload/Yeni_Cami_Proje/cami_yeni_05.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=7"><img src="upload/Köy_Hamami/hamam_yeni_02.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=6"><img src="upload/Köy_Hamami/hamam_eski_04.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=5"><img src="upload/Köy_Hamami/hamam_eski_03.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=4"><img src="upload/Köy_Hamami/hamam_eski_02.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                      <a href="resimgoster.asp?id=3"><img src="upload/Köy_Hamami/hamam_eski_01.jpg" width="121" height="85" border="0" valign="center" /></a>&nbsp;&nbsp;
                      
                    </marquee></td>
</tr>
</table>


                  </tr>
                </table>

<br>
<table background="theme/default/backgroundwhite.PNG" class="cizgi" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td width="7%" height="25" background="theme/default/blok.PNG" class="altcizgi" align="center" valign="middle"><img border="0" src="theme/default/ok.PNG" width="30" height="24"></td>
<td height="25" background="theme/default/blok.PNG" class="altcizgi" width="93%"><b><a href="forum.asp">Aktif Forum Konuları</a></b></td>
</tr>
<tr>
<td colspan="2" align="left" valign="top">
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="52">
<tr bgcolor="#FFFFFF" height="20">
<td background="theme/default/mansetbaslikbg.PNG" width="2%" align="center" height="20">&nbsp;</td>
<td background="theme/default/mansetbaslikbg.PNG" width="70%" align="left" height="20" class="sagcizgi" style="padding: 4px"><b>Konu Başlığı</b></td>
<td background="theme/default/mansetbaslikbg.PNG" width="15%" align="center" height="20" class="sagcizgi" style="padding: 4px"><b>Açan</b></td>
<td background="theme/default/mansetbaslikbg.PNG" width="2%" align="center" height="20">&nbsp;</td>
<td background="theme/default/mansetbaslikbg.PNG" width="15%" align="center" height="20" style="padding: 4px"><b>Okunma</b></td>
</tr>

<tr bgcolor="#FFFFFF" height="20">
<td class="ustcizgi" width="2%" align="center" style="padding: 4px; " height="26"><img border="0" src="img/blt.PNG" width="6" height="6"></td>
<td class="ustcizgi" width="70%" align="left" height="26" style="padding: 4px"><a href="konugoster.asp?id=2">Yenilikler</a> [<b>15.03.2012&nbsp;09:57:28</b>]</td>
<td class="ustcizgi" width="15%" align="center" height="26" style="padding: 4px">
 <a href="profil.asp?id=1"><b><font color="#FF0000">EE</font></b></a>
</td>
<td class="ustcizgi" width="2%" align="center" height="26">&nbsp;</td>
<td class="ustcizgi" width="15%" align="center" height="26" style="padding: 4px">85</td>
</tr>

</table>
</td>
</tr>
</table>
<br>
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">






<table background="theme/default/backgroundwhite.PNG" class="cizgi" cellpadding="0" cellspacing="0" border="0" style="width: 490px">
<tr>
<td width="7%" height="25" background="theme/default/blok.PNG" class="altcizgi" align="center" valign="middle"><img border="0" src="theme/default/ok.PNG" width="30" height="24"></td>
<td height="25" background="theme/default/blok.PNG" class="altcizgi" style="width: 95%">
<strong>Tarihte Bugün</strong></td>
</tr>
<tr>
<td colspan="2" align="left" valign="top">





</td>
</tr>
</table>

<br>

<table background="theme/default/bgbg.PNG" class="cizgi" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td width="7%" height="25" background="theme/default/blok.PNG" class="altcizgi" align="center" valign="middle"><img border="0" src="theme/default/ok.PNG" width="30" height="24"></td>
<td height="25" background="theme/default/blok.PNG" class="altcizgi" width="93%"><b>ÖNEMLİ</b></td>
</tr>
<tr>
<td background="theme/default/bgbg.PNG" colspan="2" align="left" valign="top" style="padding: 1px">
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td>
<div id="menu3" class="TabbedPanels">
<ul class="TabbedPanelsTabGroup">
<li class="TabbedPanelsTab" tabindex="0"><b>ÖNEMLİ</b></li>

<li class="TabbedPanelsTab" tabindex="0"><b>ÜYELİK</b></li>

</ul>
<div class="TabbedPanelsContentGroup">
<div align="left" class="TabbedPanelsContent">
K&ouml;y&uuml;m&uuml;z&uuml;n tanıtımında ve hemşehrilerimize iletişim aracı olarak kullandığımız internet sayfamız yenilendi.
Eski sayfamıza g&ouml;re g&ouml;rsellik a&ccedil;ısından daha zengin hale getirdik , eski sayfadaki bir&ccedil;ok bilgiyi tekrardan bu sitemizde yayınladık , bunların i&ccedil;inde ziyaret&ccedil;i defterindeki g&ouml;r&uuml;şler dahil.
Sitemiz ziyaret&ccedil;ilerinin dışarıdan haber , fotograf , video , d&ouml;k&uuml;man , dosya ekleyebilmelerine olanak verdik.
Arama b&ouml;l&uuml;m&uuml; &ccedil;ok daha detaylandırıldı.
Ana Sayfaya fotograğlar eklendi
Haberler i&ccedil;in manşet b&ouml;l&uuml;m&uuml; yapıldı
Navigasyon tarzı menu eklendi
</div>

<div align="left" class="TabbedPanelsContent">İnternet Sayfamızdaki kullanıcı bilgilerini g&uuml;ncel tutmak adına yeniden &uuml;ye olmanız gerekmektedir.Anlayışınız iin teşekk&uuml;r ederiz. Sayfamızın sağ &uuml;st b&ouml;l&uuml;m&uuml;nden yeniden &uuml;ye olabilir ve sitemizden daha fazla yararlanabilirsiniz.</div>

</div>
</div>
<script type="text/javascript">
<!--
var TabbedPanels = new Spry.Widget.TabbedPanels("menu3");
//-->
</script>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br>

<br>

</td>
<td class="sagcizgi" width="200" align="left" valign="top" style="padding: 4px">
<div align="center">
<table background="theme/default/bgbg.PNG" class="cizgi" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td width="7%" height="25" background="theme/default/blok.PNG" class="altcizgi" align="center" valign="middle"><img border="0" src="theme/default/ok.PNG" width="30" height="24"></td>
<td height="25" background="theme/default/blok.PNG" class="altcizgi" width="93%" align="left"><b>Üyelik</b></td>
</tr>
<tr>
<td background="theme/default/bgbg.PNG" colspan="2" align="left" valign="top" style="padding: 1px">

<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td>
<div id="uyelik" class="TabbedPanels">
<ul class="TabbedPanelsTabGroup">
<li class="TabbedPanelsTab" tabindex="0"><b>Giriş</b></li>
<li class="TabbedPanelsTab" tabindex="0"><b><a onclick="grayOut(true); alert('Giriş Yapmadan Bu Sekmeyi Göremezsiniz!'); grayOut(false); return false;" class='popup'>Hesabım</a></b></li>
</ul>
<div class="TabbedPanelsContentGroup">
<div align="center" class="TabbedPanelsContent">
<table border="0" width="97%" height="105">
<form method="post" action="bakimmesaji.asp?islem=uyegiris&SID=161497013">
<tr>
<td height="23" align="right" width="73"><b>Kullanıcı</b></td>
<td width="3" height="23">:</td>
<td height="23" align="left">
<input title="Lütfen Kullanıcı Adınızı Giriniz." style="width:87;height:21" name="kadi" type="text" id="kadi" size="12"></td>
</tr>
<tr>
<td height="23" align="right" width="73"><b>Şifre</b></td>
<td width="3" height="23">:</td>
<td height="23" align="left">
<input title="Lütfen Şifrenizi Giriniz." style="width:87;height:21" name="sifre" type="password" id="sifre" size="12"></td>
</tr>
<tr>
<td align="right" width="73"><b>Hatırla</b></td>
<td width="3">:</td>
<td align="left"><input class="radio" name="hatirla" type="checkbox" id="hatirla" value="on" checked="checked"></td>
</tr>
<tr>
<td height="27" align="right" width="73"></td>
<td width="3" height="27"></td>
<td height="27" align="left"><input type="submit" value="Giriş" name="submit"></td>
</tr>
</form>
</table>
(<a href="uyeol.asp">Kayıt Ol</a>) - (<a href="yayin" onClick="window.name='yayin';window.open('sifrehatirlat.asp','new','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no, resizable=no,copyhistory=no,width=300,height=300'); return false;">Şifremi Unuttum</a>)
</div>
</div>
</div>
<script type="text/javascript">
<!--
var TabbedPanels = new Spry.Widget.TabbedPanels("uyelik");
//-->
</script>
</td>
</tr>
</table>

</td>
</tr>
</table>
<br>
<table background="theme/default/bgbg.PNG" class="cizgi" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td width="7%" height="25" background="theme/default/blok.PNG" class="altcizgi" align="center" valign="middle"><img border="0" src="theme/default/ok.PNG" width="30" height="24"></td>
<td height="25" background="theme/default/blok.PNG" class="altcizgi" width="93%" align="left"><b>Resimler</b></td>
</tr>
<tr>
<td background="theme/default/bgbg.PNG" colspan="2" align="left" valign="top" style="padding: 1px">
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td>
<div id="resimler" class="TabbedPanels">
<ul class="TabbedPanelsTabGroup">
<li class="TabbedPanelsTab" tabindex="0"><b>Son Resimler</b></li>
<li class="TabbedPanelsTab" tabindex="0"><b>Hit Resimler</b></li>
</ul>
<div class="TabbedPanelsContentGroup">
<div align="left" class="TabbedPanelsContent">
<table cellpadding="0" cellspacing="0" border="0"  width="100%">
<tr>

<td align="center" width="33%" align="left" valign="top" style="padding: 3px">
<a rel="pordusn" href="upload/Köy_Hamami/hamam_eski_01.jpg">
<!--  class="reflect rheight10" resimlere gölge yapar -->
<img onError="src='img/error.PNG'" class="cizgi" onMouseOver="ddrivetip('<b>İsim :</b> Hamam<br><b>Ekleyen :</b> EE<br><b>Gösterim : </b>32<br><b>Eklenme : </b>14.03.2012 12:51:51 ', 200)" onMouseOut="hideddrivetip()" class="cizgi" border="0" src="upload/Köy_Hamami/hamam_eski_01.jpg" width="42" height="36"></a>
</td>

<td align="center" width="33%" align="left" valign="top" style="padding: 3px">
<a rel="pordusn" href="upload/Köy_Hamami/hamam_eski_02.jpg">
<!--  class="reflect rheight10" resimlere gölge yapar -->
<img onError="src='img/error.PNG'" class="cizgi" onMouseOver="ddrivetip('<b>İsim :</b> Hamam<br><b>Ekleyen :</b> EE<br><b>Gösterim : </b>20<br><b>Eklenme : </b>14.03.2012 12:52:41 ', 200)" onMouseOut="hideddrivetip()" class="cizgi" border="0" src="upload/Köy_Hamami/hamam_eski_02.jpg" width="42" height="36"></a>
</td>

<td align="center" width="33%" align="left" valign="top" style="padding: 3px">
<a rel="pordusn" href="upload/Köy_Hamami/hamam_eski_03.jpg">
<!--  class="reflect rheight10" resimlere gölge yapar -->
<img onError="src='img/error.PNG'" class="cizgi" onMouseOver="ddrivetip('<b>İsim :</b> Hamam<br><b>Ekleyen :</b> EE<br><b>Gösterim : </b>32<br><b>Eklenme : </b>14.03.2012 12:53:37 ', 200)" onMouseOut="hideddrivetip()" class="cizgi" border="0" src="upload/Köy_Hamami/hamam_eski_03.jpg" width="42" height="36"></a>
</td>

</tr>
<tr>

<td align="center" width="33%" align="left" valign="top" style="padding: 3px">
<a rel="pordusn" href="upload/Köy_Hamami/hamam_eski_04.jpg">
<!--  class="reflect rheight10" resimlere gölge yapar -->
<img onError="src='img/error.PNG'" class="cizgi" onMouseOver="ddrivetip('<b>İsim :</b> Hamam<br><b>Ekleyen :</b> EE<br><b>Gösterim : </b>22<br><b>Eklenme : </b>14.03.2012 12:54:44 ', 200)" onMouseOut="hideddrivetip()" class="cizgi" border="0" src="upload/Köy_Hamami/hamam_eski_04.jpg" width="42" height="36"></a>
</td>

<td align="center" width="33%" align="left" valign="top" style="padding: 3px">
<a rel="pordusn" href="upload/Köy_Hamami/hamam_yeni_02.jpg">
<!--  class="reflect rheight10" resimlere gölge yapar -->
<img onError="src='img/error.PNG'" class="cizgi" onMouseOver="ddrivetip('<b>İsim :</b> Hamam<br><b>Ekleyen :</b> EE<br><b>Gösterim : </b>29<br><b>Eklenme : </b>14.03.2012 12:55:14 ', 200)" onMouseOut="hideddrivetip()" class="cizgi" border="0" src="upload/Köy_Hamami/hamam_yeni_02.jpg" width="42" height="36"></a>
</td>

<td align="center" width="33%" align="left" valign="top" style="padding: 3px">
<a rel="pordusn" href="upload/Yeni_Cami_Proje/cami_yeni_05.jpg">
<!--  class="reflect rheight10" resimlere gölge yapar -->
<img onError="src='img/error.PNG'" class="cizgi" onMouseOver="ddrivetip('<b>İsim :</b> Yeni Camii Projesi<br><b>Ekleyen :</b> EE<br><b>Gösterim : </b>18<br><b>Eklenme : </b>14.03.2012 12:56:27 ', 200)" onMouseOut="hideddrivetip()" class="cizgi" border="0" src="upload/Yeni_Cami_Proje/cami_yeni_05.jpg" width="42" height="36"></a>
</td>

</tr>
<tr>

<td align="center" width="33%" align="left" valign="top" style="padding: 3px">
<a rel="pordusn" href="upload/Yeni_Cami_Proje/cami_yeni_00.jpg">
<!--  class="reflect rheight10" resimlere gölge yapar -->
<img onError="src='img/error.PNG'" class="cizgi" onMouseOver="ddrivetip('<b>İsim :</b> Yeni Camii Projesi<br><b>Ekleyen :</b> EE<br><b>Gösterim : </b>32<br><b>Eklenme : </b>14.03.2012 12:56:59 ', 200)" onMouseOut="hideddrivetip()" class="cizgi" border="0" src="upload/Yeni_Cami_Proje/cami_yeni_00.jpg" width="42" height="36"></a>
</td>

<td align="center" width="33%" align="left" valign="top" style="padding: 3px">
<a rel="pordusn" href="upload/Yeni_Cami_Proje/cami_yeni_01.jpg">
<!--  class="reflect rheight10" resimlere gölge yapar -->
<img onError="src='img/error.PNG'" class="cizgi" onMouseOver="ddrivetip('<b>İsim :</b> Yeni Camii Projesi<br><b>Ekleyen :</b> EE<br><b>Gösterim : </b>48<br><b>Eklenme : </b>14.03.2012 12:57:31 ', 200)" onMouseOut="hideddrivetip()" class="cizgi" border="0" src="upload/Yeni_Cami_Proje/cami_yeni_01.jpg" width="42" height="36"></a>
</td>

<td align="center" width="33%" align="left" valign="top" style="padding: 3px">
<a rel="pordusn" href="upload/Yeni_Cami_Proje/cami_yeni_02.jpg">
<!--  class="reflect rheight10" resimlere gölge yapar -->
<img onError="src='img/error.PNG'" class="cizgi" onMouseOver="ddrivetip('<b>İsim :</b> Yeni Camii Projesi<br><b>Ekleyen :</b> EE<br><b>Gösterim : </b>46<br><b>Eklenme : </b>14.03.2012 12:58:06 ', 200)" onMouseOut="hideddrivetip()" class="cizgi" border="0" src="upload/Yeni_Cami_Proje/cami_yeni_02.jpg" width="42" height="36"></a>
</td>

</tr>
<tr>

</tr>
</table>
</div>
<div align="left" class="TabbedPanelsContent">
<table cellpadding="0" cellspacing="0" border="0"  width="100%">
<tr>

<td align="center" width="33%" align="left" valign="top" style="padding: 3px">
<a rel="pordusn" href="upload/Yeni_Cami_Proje/cami_yeni_05.jpg">
<img onError="src='img/error.PNG'" class="cizgi" onMouseOver="ddrivetip('<b>İsim :</b> Yeni Camii Projesi<br><b>Ekleyen :</b> EE<br><b>Gösterim : </b>18<br><b>Eklenme : </b>14.03.2012 12:56:27 ', 200)" onMouseOut="hideddrivetip()" class="cizgi" border="0" src="upload/Yeni_Cami_Proje/cami_yeni_05.jpg" width="42" height="36"></a>
</td>

<td align="center" width="33%" align="left" valign="top" style="padding: 3px">
<a rel="pordusn" href="upload/Koy_Gunu_2004/koygunu_2004_33.jpg">
<img onError="src='img/error.PNG'" class="cizgi" onMouseOver="ddrivetip('<b>İsim :</b> K&#246;y G&#252;n&#252; - 2004<br><b>Ekleyen :</b> EE<br><b>Gösterim : </b>19<br><b>Eklenme : </b>14.03.2012 13:32:34 ', 200)" onMouseOut="hideddrivetip()" class="cizgi" border="0" src="upload/Koy_Gunu_2004/koygunu_2004_33.jpg" width="42" height="36"></a>
</td>

<td align="center" width="33%" align="left" valign="top" style="padding: 3px">
<a rel="pordusn" href="upload/Koy_Gunu_2004/koygunu_2004_20.jpg">
<img onError="src='img/error.PNG'" class="cizgi" onMouseOver="ddrivetip('<b>İsim :</b> K&#246;y G&#252;n&#252; - 2004<br><b>Ekleyen :</b> EE<br><b>Gösterim : </b>20<br><b>Eklenme : </b>14.03.2012 13:32:34 ', 200)" onMouseOut="hideddrivetip()" class="cizgi" border="0" src="upload/Koy_Gunu_2004/koygunu_2004_20.jpg" width="42" height="36"></a>
</td>

</tr>
<tr>

<td align="center" width="33%" align="left" valign="top" style="padding: 3px">
<a rel="pordusn" href="upload/Koy_Gunu_2004/koygunu_2004_32.jpg">
<img onError="src='img/error.PNG'" class="cizgi" onMouseOver="ddrivetip('<b>İsim :</b> K&#246;y G&#252;n&#252; - 2004<br><b>Ekleyen :</b> EE<br><b>Gösterim : </b>20<br><b>Eklenme : </b>14.03.2012 13:32:34 ', 200)" onMouseOut="hideddrivetip()" class="cizgi" border="0" src="upload/Koy_Gunu_2004/koygunu_2004_32.jpg" width="42" height="36"></a>
</td>

<td align="center" width="33%" align="left" valign="top" style="padding: 3px">
<a rel="pordusn" href="upload/Bursa/eski_bursa_01.jpg">
<img onError="src='img/error.PNG'" class="cizgi" onMouseOver="ddrivetip('<b>İsim :</b> Eski Bursa<br><b>Ekleyen :</b> EE<br><b>Gösterim : </b>20<br><b>Eklenme : </b>14.03.2012 13:09:05 ', 200)" onMouseOut="hideddrivetip()" class="cizgi" border="0" src="upload/Bursa/eski_bursa_01.jpg" width="42" height="36"></a>
</td>

<td align="center" width="33%" align="left" valign="top" style="padding: 3px">
<a rel="pordusn" href="upload/Köy_Hamami/hamam_eski_02.jpg">
<img onError="src='img/error.PNG'" class="cizgi" onMouseOver="ddrivetip('<b>İsim :</b> Hamam<br><b>Ekleyen :</b> EE<br><b>Gösterim : </b>20<br><b>Eklenme : </b>14.03.2012 12:52:41 ', 200)" onMouseOut="hideddrivetip()" class="cizgi" border="0" src="upload/Köy_Hamami/hamam_eski_02.jpg" width="42" height="36"></a>
</td>

</tr>
<tr>

<td align="center" width="33%" align="left" valign="top" style="padding: 3px">
<a rel="pordusn" href="upload/Koy_Gunu_2004/koygunu_2004_01.jpg">
<img onError="src='img/error.PNG'" class="cizgi" onMouseOver="ddrivetip('<b>İsim :</b> K&#246;y G&#252;n&#252; - 2004<br><b>Ekleyen :</b> EE<br><b>Gösterim : </b>21<br><b>Eklenme : </b>14.03.2012 13:32:34 ', 200)" onMouseOut="hideddrivetip()" class="cizgi" border="0" src="upload/Koy_Gunu_2004/koygunu_2004_01.jpg" width="42" height="36"></a>
</td>

<td align="center" width="33%" align="left" valign="top" style="padding: 3px">
<a rel="pordusn" href="upload/Koy_Gunu_2004/koygunu_2004_06.jpg">
<img onError="src='img/error.PNG'" class="cizgi" onMouseOver="ddrivetip('<b>İsim :</b> K&#246;y G&#252;n&#252; - 2004<br><b>Ekleyen :</b> EE<br><b>Gösterim : </b>21<br><b>Eklenme : </b>14.03.2012 13:32:34 ', 200)" onMouseOut="hideddrivetip()" class="cizgi" border="0" src="upload/Koy_Gunu_2004/koygunu_2004_06.jpg" width="42" height="36"></a>
</td>

<td align="center" width="33%" align="left" valign="top" style="padding: 3px">
<a rel="pordusn" href="upload/Koy_Gunu_2004/koygunu_2004_16.jpg">
<img onError="src='img/error.PNG'" class="cizgi" onMouseOver="ddrivetip('<b>İsim :</b> K&#246;y G&#252;n&#252; - 2004<br><b>Ekleyen :</b> EE<br><b>Gösterim : </b>21<br><b>Eklenme : </b>14.03.2012 13:32:34 ', 200)" onMouseOut="hideddrivetip()" class="cizgi" border="0" src="upload/Koy_Gunu_2004/koygunu_2004_16.jpg" width="42" height="36"></a>
</td>

</tr>
<tr>

</tr>
</table>
</div>
</div>
</div>
<script type="text/javascript">
<!--
var TabbedPanels = new Spry.Widget.TabbedPanels("resimler");
//-->
</script>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<table background="theme/default/bgbg.PNG" class="cizgi" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td width="7%" height="25" background="theme/default/blok.PNG" class="altcizgi" align="center" valign="middle"><img border="0" src="theme/default/ok.PNG" width="30" height="24"></td>
<td height="25" background="theme/default/blok.PNG" class="altcizgi" width="93%" align="left"><b>Anket</b></td>
</tr>
<tr>
<td background="theme/default/bgbg.PNG" colspan="2" align="left" valign="top" style="padding: 1px">
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td>
<div id="anket" class="TabbedPanels">
<ul class="TabbedPanelsTabGroup">
<li class="TabbedPanelsTab" tabindex="0"><b>Anket Sorusu</b></li>
</ul>
<div class="TabbedPanelsContentGroup">
<div align="left" class="TabbedPanelsContent">
<table border="0" width="97%">
<form method="post" action="anket.asp?SID=161497013">

<tr>
<td colspan="2" align="left" height="25">
İnternet sayfamızın yeni hali nasıl ?
</td>
</tr>

<tr>
<td width="1%" align="left"><input class="radio" type="radio" name="Anket" value="13"></td>
<td width="100%" align="left">çok iyi &nbsp;- 3 <b>Kişi</b></td>
</tr>

<tr>
<td width="1%" align="left"><input class="radio" type="radio" name="Anket" value="14"></td>
<td width="100%" align="left">iyi&nbsp;- 3 <b>Kişi</b></td>
</tr>

<tr>
<td width="1%" align="left"><input class="radio" type="radio" name="Anket" value="15"></td>
<td width="100%" align="left">orta&nbsp;- 1 <b>Kişi</b></td>
</tr>

<tr>
<td width="1%" align="left"><input class="radio" type="radio" name="Anket" value="16"></td>
<td width="100%" align="left">kötü&nbsp;- 2 <b>Kişi</b></td>
</tr>

<tr>
<td width="1%" align="left"><input class="radio" type="radio" name="Anket" value="17"></td>
<td width="100%" align="left">hiç beğenmedim&nbsp;- 1 <b>Kişi</b></td>
</tr>

<tr>
<td width="100%" colspan="2" align="center" height="26"><b>Toplam Oy:</b>
10
</td>
</tr>
<tr>
<td colspan="2" align="center">
<input type="submit" value="Gönder" name="submit">
</td>
</tr>

</form>
</table>
</div>
</div>
</div>
<script type="text/javascript">
<!--
var TabbedPanels = new Spry.Widget.TabbedPanels("anket");
//-->
</script>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<table background="theme/default/bgbg.PNG" class="cizgi" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td width="7%" height="25" background="theme/default/blok.PNG" class="altcizgi" align="center" valign="middle"><img border="0" src="theme/default/ok.PNG" width="30" height="24"></td>
<td height="25" background="theme/default/blok.PNG" class="altcizgi" width="93%" align="left"><b>Istatistikler</b></td>
</tr>
<tr>
<td background="theme/default/bgbg.PNG" colspan="2" align="left" valign="top" style="padding: 1px">
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td>
<div id="istatistikler" class="TabbedPanels">
<ul class="TabbedPanelsTabGroup">
<li class="TabbedPanelsTab" tabindex="0"><b>İstatistikler</b></li>
<li class="TabbedPanelsTab" tabindex="0"><b>Sayaç</b></li>
</ul>
<div class="TabbedPanelsContentGroup">
<div align="center" class="TabbedPanelsContent">
<table cellpadding="0" cellspacing="0" width="97%" border="0">
<tr height="20">
<td align="right" style="padding-left:1px; padding-right:4px" width="84"> <b>&nbsp;Toplam Üye</b></td>
<td class="solcizgi"><b>&nbsp; 

<a href="uyeler.asp">6</a>
</b></td>
</tr>
<tr height="20">
<td align="right" style="padding-left:1px; padding-right:4px" width="84"> <b>&nbsp;Son Üyemiz</b></td>
<td class="solcizgi">
<table height="100%" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td width="1%">&nbsp;</td>
<td width="99%">
<b> 

<marquee scrollamount="2" scrolldelay="1" width="100%" direction="left"><a href="profil.asp?id=6">tayyar</a></marquee>
</b>
</td>
</tr>
</table>
</td>
</tr>
<tr height="20">
<td align="right" style="padding-left:1px; padding-right:4px" width="84"> <b>&nbsp;Online Kişi</b></td>
<td class="solcizgi"><b>&nbsp; 
2
</b></td>
</tr>
<tr height="20">
<td align="right" style="padding-left:1px; padding-right:4px" width="84"> <b>&nbsp;IP Adresiniz</b></td>
<td class="solcizgi"><b>&nbsp; <a href="http://www.ip2location.com/38.107.179.237" target="_blank">38.107.179.237</a></b></td>
</tr>
</table>
</div>
<div align="center" class="TabbedPanelsContent">

<table cellpadding="0" cellspacing="0" width="97%" border="0">
<tr height="20">
<td align="right" style="padding-left:1px; padding-right:4px" width="84"> <b>&nbsp;Bugün Tekil</b></td>
<td class="solcizgi" style="padding-left:1px; padding-right:4px"><b>&nbsp; 12</b></td>
</tr>
<tr height="20">
<td align="right" style="padding-left:1px; padding-right:4px" width="84"> <b>&nbsp;Bugün Çoğul</b></td>
<td class="solcizgi"><b>&nbsp; 19</b></td>
</tr>
<tr height="20">
<td align="right" style="padding-left:1px; padding-right:4px" width="84"> <b>&nbsp;Toplam Tekil</b></td>
<td class="solcizgi"><b>&nbsp; 1620</b></td>
</tr>
<tr height="20">
<td align="right" style="padding-left:1px; padding-right:4px" width="84"> <b>&nbsp;Toplam Çoğul</b></td>
<td class="solcizgi"><b>&nbsp; 4076</b></td>
</tr>
</table>
</div>
</div>
</div>
<script type="text/javascript">
<!--
var TabbedPanels = new Spry.Widget.TabbedPanels("istatistikler");
//-->
</script>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br>




<table background="theme/default/bgbg.PNG" class="cizgi" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td width="7%" height="25" background="theme/default/blok.PNG" class="altcizgi" align="center" valign="middle"><img border="0" src="theme/default/ok.PNG" width="30" height="24"></td>
<td height="25" background="theme/default/blok.PNG" class="altcizgi" width="93%" align="left">
<strong>En Çok Giriş</strong></td>
</tr>
<tr>
<td background="theme/default/bgbg.PNG" colspan="2" align="left" valign="top" style="padding: 1px">
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td>
<div id="dokuman_dosya" class="TabbedPanels">
<ul class="TabbedPanelsTabGroup">
<li class="TabbedPanelsTab" tabindex="0">En Çok Ziyaret Edilen Gün</li>
</ul>
<div class="TabbedPanelsContentGroup">
<div align="center" class="TabbedPanelsContent">
<table cellpadding="0" cellspacing="0" width="97%" border="0">

<tr>
<td width="29" height="13" align="center" style="padding: 2px"></td>
<td width="100%" align="left" valign="middle" style="padding: 2px">


<TABLE class="td_menu" style="width: 150px">
	<TR>
		<TD align="center">Bu site şimdiye kadar en fazla <B>29.03.2012</B> tarihinde<BR><font color="red" size="7"><B>46</B></font><BR>kişiyi ağırladı.</TD>
	</TR>
</TABLE>
</td>
</tr>

</table>

</div>
</div>
</div>
<script type="text/javascript">
<!--
var TabbedPanels = new Spry.Widget.TabbedPanels("dokuman_dosya");
//-->
</script>
</td>
</tr>
</table>
</td>
</tr>
</table>



<br>


</div>
</td>
</tr>
<tr>
<td class="cizgi" background="theme/default/copyright.PNG" height="30" width="900" colspan="3" align="center" valign="middle"><b>Copyright © 2004 - 2012 Findicak.org</b></td>
</tr>
</table>
</td>
<td background="theme/default/tablo/6.PNG">&nbsp;</td>
</tr>
<tr>
<td width="1" height="1"><img border="0" src="theme/default/tablo/7.PNG"></td>
<td background="theme/default/tablo/8.PNG">&nbsp;</td>
<td width="1" height="1"><img border="0" src="theme/default/tablo/9.PNG"></td>
</tr>
</table>
</div>
</body>
</html>
