<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9" />
		<title>Cemil Kaya Resmi Web Sitesi</title>
        <meta name="keywords" content="Cemil Kaya Resmi Web Sitesi" />
		<meta name="description" content="Cemil Kaya Resmi Web Sitesi" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.1/swfobject.js"></script>
        <!-- Style sheets -->
		<link rel="stylesheet" type="text/css" media="all" href="css/style.css" />
        <link rel="stylesheet" href="css/nivo-slider.css" type="text/css" media="screen" />
        <link rel="stylesheet" href="css/prettyPhoto.css" type="text/css" media="screen" />

		<!-- jQuery framework and utilities -->
		<script src="js/jquery-1.4.2.min.js" type="text/javascript"></script>
		<script src="js/allinone.js" type="text/javascript"></script>
        <!-- Gallery PrettyPhoto -->
        <script src="js/jquery.prettyPhoto.js" type="text/javascript"></script>
        <!-- jQuery Nivo Slider -->
        <script src="js/jquery.nivo.slider.pack.js" type="text/javascript"></script> 
		<!-- Cufón Font -->        
        <script src="js/cufon-yui.js" type="text/javascript"></script>
        <script src="js/ptsans.js" type="text/javascript"></script>
        <!--[if lte IE 7]>
		<link rel="stylesheet" type="text/css" href="css/ie.css" />
		<![endif]-->
        <!--[if lte IE 6]>
		<script type="text/javascript" src="js/unitpngfix.js"></script>		
		<![endif]-->
        <script type="text/javascript" src="highslide/highslide-with-html.js"></script>
        <link rel="stylesheet" type="text/css" href="highslide/highslide.css" />
        <script type="text/javascript">
        hs.graphicsDir = 'highslide/graphics/';
        hs.outlineType = 'rounded-white';
        hs.wrapperClassName = 'draggable-header';
        </script>
        <script language="javascript">
	$(document).ready(function() {
		// sayfa ilk açyldy?ynda ilk kayytlardan olu?an l?isteyi yükletiyoruz
		Ajx(1);
      });
	  
	// jquery fonksiyonumuzu olu?turuyoruz
	// tek parametre kullanyyoruz oda sayfa numarasy
	function Ajx(sayfa)
		{
		 // .slideToggle ile ilk önce verilerin oldu?u div'i kapatyyoruz (i?in ?ov kysmy pek bi i?levi yok
         $('#kayitlar').slideToggle("fast");	
		 
		 // ajax uygulamalarynda görmeye aly?yk oldu?umuz loading....
		 $('#kayitlar').html('<center><img src="js/spinner.gif" alt="veri aliniyor..."><br>Veri Alynyyor...</center>');
		 $.ajax({
		   type: 'GET',
		   url: 'veriler.asp',  // ajax ile hangi sayfasy ça?yracaksan burada o sayfanyn ady olacak
           cache: false,		
		   data: 'p='+sayfa,	// fonksiyondaki tek parametremizi burada kullanyyoruz.
		   
		   success: function(sonuc) {	
		   		// gelen sonuçlary yazyyoruz
			 	$('#kayitlar').html(sonuc);
				
				// div2i tekrar açyyoruz
				$('#kayitlar').slideToggle("fast");				
				
		   }
		});
	}

</script>
<script type="text/javascript">
function albumgetir(albumID){
					document.getElementById("albumlerigoster"+albumID).style.display="inline";
					formac;
					}

function formac(albumID){
  $('#yorumform'+albumID).animate({
    opacity: 0.75,
    display: 'inline',
    height: 'toggle'
  }, 250, function() {
  });
}
</script>
<style type="text/css">
<!--
.sarkilar{padding-top:5px;padding-bottom:5px;margin-bottom:5px;border-bottom:1px dashed #CCCCCC;padding-left:7px;background:url(img/play.png) no-repeat right #FFF;cursor:pointer}
.sarkilar:hover{padding-top:5px;padding-bottom:5px;margin-bottom:5px;border-bottom:1px dashed #990000;padding-left:7px;background:url(img/play.png) no-repeat right #EEE;}
.ListeItem {
	font-family: "trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #E4F4FC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
a{
	color: #333333;
	text-decoration:underline;
}
a:hover{
	color: #333333;
	text-decoration:none;
}

.ListeAltItem {
	font-family: "trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #F7F7F7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.Baslik {
	font-family: "trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #A7C5E4;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}
.Sayfalar {
	font-family: "trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}

-->
</style>
<script type="text/javascript">
	// Apply the Highslide settings
	hs.graphicsDir = 'highslide/graphics/';
	hs.outlineType = 'rounded-white';
	hs.wrapperClassName = 'draggable-header no-footer';
	hs.allowSizeReduction = false;
	// always use this with flash, else the movie will be stopped on close:
	hs.preserveContent = false;

	// 3) Optionally set the swfOptions. See http://highslide.com/ref/hs.swfOptions for full documentation
	/* hs.swfOptions = {
		version:			  "7",
		expressInstallSwfurl: null,
		flashvars:			{},
		params:			   {},
		attributes:		   {}
	}; */
</script>
</head>
<body onload="javascript:Ajx(1);">
<div class="main"><!-- start main -->
  <!-- Start bodyfixed bg -->	
<div class="bodyfixed">			
                <div class="shadowleft"></div>
				<div class="shadowright"></div>
                <div class="bright"></div>                                             
			</div>
        <!-- End bodyfixed bg-->
        <!-- Start headerfixed -->
        <div class="header">
        	<div class="headercontent">
                <div class="simple"></div> 
               		<ul class="social">
                        <li><a href="#" rel="external" class="with-tooltip" title="twitter"><img src="img/twitter.png" alt="twitter" /></a></li>
                        <li><a href="http://www.facebook.com/profile.php?id=100001709486997" rel="external" class="with-tooltip" title="Facebook Sayfası"><img src="img/facebook.png" alt="Facebook" /></a></li>
               		</ul>
                <div class="simple"></div>
                <!-- Start TopBar -->
                <h2 class="trigger">Hızlı İletişim</h2>
                <div class="toggle_container">
                	 <div class="block">
                        <span style="font-size:18px;text-align:left">İletişim Bilgileri</span>
                        <h4>Cemil Kaya</h4>
                        <p>Telefon</p>
                        <p>0 535 300 73 39 </p>
                         <p>0 539 643 57 57</p>
                         <p>0262 641 84 57</p>
                       <p>E-Posta</p>
                       <p>cemilkaya57@gmail.com</p>
                        <a href="mailto:menajer@cemilkaya.com" class="butt_bgwhite">E-Posta Gönder</a>
                        <div class="first">                        
                        	<span><strong>ADRES</strong></span>                                                                      
                            <span>Adres Bilgileri Bu Kısma Gelecek</span>                                   
                        </div>
                        <span><strong><a href="#">www.cemilkaya.com</a></strong></span>
                      </div>
                    <div class="bot_container"></div>
                </div>
                <!-- End TopBar -->
          </div>
        </div>
        <!-- End headerfixed -->
        <!-- Start bodyslide -->
            <div class="bodyslide">
            	 <!-- Start section "home" --> 
                 <div id="home" class="sectionstyle">
                 		<h3 class="section">Ana Sayfa</h3>
                        
                         <div style="clear:both"></div>
                         <div style="margin-top:30px">
                         <div style="float:left;width:100px;margin-right:8px"><a href="http://cemilkayaproduction.com"><img src="img/pictures/22.jpg" alt="" title="" class="left paddR" /></a></div>
                         <div style="float:left;width:100px;margin-right:8px"><a href="http://cemilkayaproduction.com">Cemil Kaya Production</a></div>
                         <div style="float:left;width:100px;margin-right:8px"><a href="#portfolio"><img src="img/pictures/23.jpg" class="left paddR" /></a></div>
                         <div style="float:left;width:100px;margin-right:8px"><a href="#portfolio">Resimler,Albüm Kapakları,Konser Görüntüleri,<br />Videolar ve Müzikler.</a></div>
                         <div style="float:left;width:100px;margin-right:8px"><a href="#findus"><img src="img/pictures/24.jpg" class="left paddR" /></a></div>
                         <div style="float:left;width:100px;margin-right:8px"><a href="#findus">Reklam ve Sponsorluk İçin.</a></div>
                         </div>
                         <div style="clear:both"></div>
                        
                        <h2 style="margin-top:-30px" class="title darkcolor"><strong>Cemil Kaya </strong> Sinop - Ayancık`ta dünyaya gelmiştir. Eğitim - Öğretim hayatı boyunca müzik onun için önüne geçilmez bir tutku olmuştur. Müziğe olan yeteneği küçük yaşlarda babası tarafından keşfedilmiştir. İlk müzik eğitimine saz çalmayı babasından öğrenerek başlamıştır. Sanatçı eğitimini ilerleyen dönemlerde farklı kurumlarda tamamlamıştır.</h2>
              <!--<hr />-->
                        <!-- Start nivoslider -->
                        <div id="slider">
                            <a href="#"><img src="img/pictures/slide1.jpg" alt="" title="" /></a>
                            <a href="#"><img src="img/pictures/slide2.jpg" alt="" title="" /></a>
                        </div>                     
              <!-- End nivoslider -->
                        <p class="title darkcolor" style="padding-top:0px">Genç yaşta ticaret hayatına atılan Kaya, mermer sektörü, orman işleri, taşımacılık ve kamyon şoförlüğü yapmıştır. Bu zaman zarfında 3 yıl model mankenlik ve amatör futbol oynamıştır.</p>


<p class="title darkcolor" style="padding-top:0px">Müzikten daha fazla ayrı kalamayacağını anlayan Cemil Kaya, Devlet Konservatuarı T.H.M. bölümünü okumuştur. Dürüstlüğü kendine ilke edinen sanatçı, efendi kişiliği, yardım severliği ile çevresindekilere her zaman örnek olmuştur. Hayatın zorlukları onu yıldırmamış, tersine güçlendirmiştir.</p>


<div id="panel">                            
                            <div class="onehalf left">
                            	<img src="img/pictures/img_1.jpg" alt="" title="" class="left paddR" />
                                <p class="paddLR"><a href="#findus2">Cemil Kayan'nın Albümleri ve Albüm Tanıtımları İçin Tıklayın.</a></p>
                            </div>
                            <div class="onehalf left">
                            	<img src="img/pictures/img_2.jpg" alt="" title="" class="left paddR" />
                                <p class="paddLR"><a href="#findus">Reklam ve Sponsorluk İçin.</a></p>
                            </div>
                            <div class="onehalf left">
                            	<img src="img/pictures/img_4.jpg" alt="Description" title="Description" class="left paddR" />
                                <p class="paddLR"><a href="#portfolio">Resimler,Albüm Kapakları,Konser Görüntüleri,Videolar ve Müzikler.</a></p>
                            </div>
                            <div class="onehalf left">
                            	<img src="img/pictures/img_3.jpg" alt="Description" title="Description" class="left paddR" />
                                <p class="paddLR"><a href="#findus">Cemil Kaya İletişim Bilgilerine Ulaşabilir veya İletişim Formu Yardımıyla İStek,Şikayet veya Önerilerinizi İletebilirsiniz.</a></p>
                            </div>
                            <div class="clear"></div>
                        </div>                        
                        <div class="panel_button">
                       		 <a href="#" class="btn-slide with-tooltip" title="Kısa Yollar"></a>
                        </div>
              	 </div>
                 <!-- End section "home" -->
                 <!-- Start section "About us" -->
                 <div id="aboutus" class="sectionstyle">                  
                 		<span class="section" style="font-size:19px">Özgeçmiş</span>
                        <h2 class="title darkcolor"><strong>Sanatçı Hakkında Bilgiler</strong></h2>
                   <div class="hr"><hr /></div>
                        <p><img src="img/pictures/x1.jpg" alt="Description" width="220" height="161" class="left paddR" title="Description" />
                            <strong class="darkcolor">                            Sanatçı Sinop - Ayancık`ta dünyaya gelmiştir. Eğitim - Öğretim hayatı   boyunca müzik onun için önüne geçilmez bir tutku olmuştur. Müziğe olan   yeteneği küçük yaşlarda babası tarafından keşfedilmiştir. İlk müzik   eğitimine saz çalmayı babasından öğrenerek başlamıştır. Sanatçı   eğitimini ilerleyen dönemlerde farklı kurumlarda tamamlamıştır. </strong>                        </p>
                        <p>Genç yaşta ticaret hayatına atılan Kaya, mermer sektörü, orman işleri,   taşımacılık ve kamyon şoförlüğü yapmıştır. Bu zaman zarfında 3 yıl model   mankenlik ve amatör futbol oynamıştır. </p>
                   <div class="clear"></div>
                        <p><img src="img/pictures/x2.jpg" alt="Description" title="Description" class="right paddL" />
                          <strong class="darkcolor">                        Müzikten daha fazla ayrı kalamayacağını anlayan Cemil Kaya, Devlet   Konservatuarı T.H.M. bölümünü okumuştur. Dürüstlüğü kendine ilke edinen   sanatçı, efendi kişiliği, yardım severliği ile çevresindekilere her   zaman örnek olmuştur. Hayatın zorlukları onu yıldırmamış, tersine   güçlendirmiştir. </strong></p>
                        <p>Cemil Kaya, ilk albümü &quot;Gülsün Gözlerin&quot; ile müthiş bir çıkış   yakalamıştır. Avrupa turneleri, halk konserleri, radyo ve T.V.   programları ile istediği yolda hızlı adımlarla ilerlemeye başlamıştır.   İkinci albümü &quot;Gönül Gözlüm&quot; ile hızla tırmanışa devam etmiştir. Gönül   Gözlüm parçasının tutmasıyla kariyerindeki yerini güçlendirmiştir. Gelen   film ve T.V. program teklifleri arasından; Yapımcılığını ve   Sunuculuğunu kendisinin yaptığı &quot;Cemil Kaya Show&quot; adlı müzik eğlence   programıyla T.V. dünyasında bende varım demiştir. Mavi Karadeniz TV   ekranlarında canlı olarak 7 yıldır kesintisiz yayınlanan programı SMS   rekoru kırarak 100 küsür programı geçerek ekranlarda bir ekol olmaya   devam etmektedir. </p>
                        <p>Kendisini her geçen gün yenileyen ve geliştiren sanatçı, kariyerinde sağlam adımlarla ilerlemektedir. </p>
                        <p> Sanatçı yazdığı eserlerde duygusal kimliğini ortaya koymuştur.   Eserlerin aşıkların, sevipte kavuşamayanların dillerinde marş olmuştur.   Eserlerinde ayrılığı, sevdayı, sıla hasretini, kederi notalara can   vererek anlatmıştır. Müzik sektöründe sağlam bir yere sahip olmak   isteyen Cemil Kaya kendi müzik stüdyosunu kurmuştur. Gönül Gözlüm,   Gülsün Gözlerin, Geç Anladım, Kır Çiçeğim gibi bir çok duygusal şarkıya   ruh veren sanatçı ikinci evim dediği müzik stüdyosunda çalışmalarına   devam etmektedir. </p>
                        <p> Sanatçı 2009 yapımı &quot;Kır Çiçeğim&quot; adlı son albümünü piyasaya sürmüştür.<br />
                        </p>
                        <div class="clear"></div>
              </div>
                 <!-- End section "About us" -->
                 <!-- Start section "Porfolio" -->
                 <div id="portfolio" class="sectionstyle">                  
                 		<h3 class="section">Multimedya</h3>
                        <!-- Start section "Webdesign" -->
                        <h2 class="title_portfolio"><strong>Fotoğraf Galerisi</strong></h2>                       
                        <div id="panel_webdesign" class="paddTB"> 
                                                   
                            <div class="onethird_port bg_port_img" >
                            	<div class="gallery clearfix">
                            		<a href="resimler/11.jpg" rel="prettyPhoto[gally]" title="" class="port_img"><img src="resimler/11.jpg" alt="Resim 11" title="Resim 11" class="fade" width="189" height="101" /></a>
                                	<p></p>
                                </div>
                            </div>
                            
                                                  
                            <div class="onethird_port bg_port_img" >
                            	<div class="gallery clearfix">
                            		<a href="resimler/10.jpg" rel="prettyPhoto[gally]" title="" class="port_img"><img src="resimler/10.jpg" alt="Resim 10" title="Resim 10" class="fade" width="189" height="101" /></a>
                                	<p></p>
                                </div>
                            </div>
                            
                                                  
                            <div class="onethird_port bg_port_img" style='padding-right:0px'>
                            	<div class="gallery clearfix">
                            		<a href="resimler/9.jpg" rel="prettyPhoto[gally]" title="" class="port_img"><img src="resimler/9.jpg" alt="Resim 9" title="Resim 9" class="fade" width="189" height="101" /></a>
                                	<p></p>
                                </div>
                            </div>
                            
                            <div class='clear'></div>                      
                            <div class="onethird_port bg_port_img" >
                            	<div class="gallery clearfix">
                            		<a href="resimler/8.jpg" rel="prettyPhoto[gally]" title="" class="port_img"><img src="resimler/8.jpg" alt="Resim 8" title="Resim 8" class="fade" width="189" height="101" /></a>
                                	<p></p>
                                </div>
                            </div>
                            
                                                  
                            <div class="onethird_port bg_port_img" >
                            	<div class="gallery clearfix">
                            		<a href="resimler/7.jpg" rel="prettyPhoto[gally]" title="" class="port_img"><img src="resimler/7.jpg" alt="Resim 7" title="Resim 7" class="fade" width="189" height="101" /></a>
                                	<p></p>
                                </div>
                            </div>
                            
                                                  
                            <div class="onethird_port bg_port_img" style='padding-right:0px'>
                            	<div class="gallery clearfix">
                            		<a href="resimler/6.jpg" rel="prettyPhoto[gally]" title="" class="port_img"><img src="resimler/6.jpg" alt="Resim 6" title="Resim 6" class="fade" width="189" height="101" /></a>
                                	<p></p>
                                </div>
                            </div>
                            
                            <div class='clear'></div>                      
                            <div class="onethird_port bg_port_img" >
                            	<div class="gallery clearfix">
                            		<a href="resimler/5.jpg" rel="prettyPhoto[gally]" title="" class="port_img"><img src="resimler/5.jpg" alt="Resim 5" title="Resim 5" class="fade" width="189" height="101" /></a>
                                	<p></p>
                                </div>
                            </div>
                            
                                                  
                            <div class="onethird_port bg_port_img" >
                            	<div class="gallery clearfix">
                            		<a href="resimler/4.jpg" rel="prettyPhoto[gally]" title="" class="port_img"><img src="resimler/4.jpg" alt="Resim 4" title="Resim 4" class="fade" width="189" height="101" /></a>
                                	<p></p>
                                </div>
                            </div>
                            
                                                  
                            <div class="onethird_port bg_port_img" style='padding-right:0px'>
                            	<div class="gallery clearfix">
                            		<a href="resimler/3.jpg" rel="prettyPhoto[gally]" title="" class="port_img"><img src="resimler/3.jpg" alt="Resim 3" title="Resim 3" class="fade" width="189" height="101" /></a>
                                	<p></p>
                                </div>
                            </div>
                            
                            <div class='clear'></div>                      
                            <div class="onethird_port bg_port_img" >
                            	<div class="gallery clearfix">
                            		<a href="resimler/2.jpg" rel="prettyPhoto[gally]" title="" class="port_img"><img src="resimler/2.jpg" alt="Resim 2" title="Resim 2" class="fade" width="189" height="101" /></a>
                                	<p></p>
                                </div>
                            </div>
                            
                                                  
                            <div class="onethird_port bg_port_img" >
                            	<div class="gallery clearfix">
                            		<a href="resimler/1.jpg" rel="prettyPhoto[gally]" title="" class="port_img"><img src="resimler/1.jpg" alt="Resim 1" title="Resim 1" class="fade" width="189" height="101" /></a>
                                	<p></p>
                                </div>
                            </div>
                            
                            
                            <div class="clear"></div>
                        </div>
                        <div class="panel_button">
                       		 <a href="#" class="btn-slide-webdesign with-tooltip active" title="Foto Galeri"></a>
                        </div>
         				<!-- End section "Webdesign" -->
                        <!-- Start section "Brand" -->
                                               
                        
 						<!-- End section "Brand" -->
                         <!-- Start section "Video" -->
                        <h2 class="title_portfolio nopadd"><strong>Videolar</strong></h2>                       
                        <div id="panel_video" class="paddTB">                            
                            
                            
                             <div class="onethird_port nopadd bg_port_video">
                            	<div class="gallery clearfix">
                            		<a href="videodetay.asp?videoID=19" onclick="return hs.htmlExpand(this, { objectType: 'iframe' } )" title="Öf Öf" class="port_img"><img src="img/img_pretty/thumbnails/portfolio_12.jpg" alt="Öf Öf" title="Öf Öf" class="fade" /></a>
                                	<p>Öf Öf</p>
                                </div>
                            </div>  
                            
                             <div class="onethird_port nopadd bg_port_video">
                            	<div class="gallery clearfix">
                            		<a href="videodetay.asp?videoID=18" onclick="return hs.htmlExpand(this, { objectType: 'iframe' } )" title="GÖNÜL GÖZLÜM" class="port_img"><img src="img/img_pretty/thumbnails/portfolio_12.jpg" alt="GÖNÜL GÖZLÜM" title="GÖNÜL GÖZLÜM" class="fade" /></a>
                                	<p>GÖNÜL GÖZLÜM</p>
                                </div>
                            </div>  
                            
                             <div class="onethird_port nopadd bg_port_video">
                            	<div class="gallery clearfix">
                            		<a href="videodetay.asp?videoID=17" onclick="return hs.htmlExpand(this, { objectType: 'iframe' } )" title="ZALİM GURBET" class="port_img"><img src="img/img_pretty/thumbnails/portfolio_12.jpg" alt="ZALİM GURBET" title="ZALİM GURBET" class="fade" /></a>
                                	<p>ZALİM GURBET</p>
                                </div>
                            </div>  
                            <div class='clear'></div>
                             <div class="onethird_port nopadd bg_port_video">
                            	<div class="gallery clearfix">
                            		<a href="videodetay.asp?videoID=16" onclick="return hs.htmlExpand(this, { objectType: 'iframe' } )" title="CEMİL KAYA SHOW" class="port_img"><img src="img/img_pretty/thumbnails/portfolio_12.jpg" alt="CEMİL KAYA SHOW" title="CEMİL KAYA SHOW" class="fade" /></a>
                                	<p>CEMİL KAYA SHOW</p>
                                </div>
                            </div>  
                            
                             <div class="onethird_port nopadd bg_port_video">
                            	<div class="gallery clearfix">
                            		<a href="videodetay.asp?videoID=15" onclick="return hs.htmlExpand(this, { objectType: 'iframe' } )" title="KIR ÇİÇEĞİM" class="port_img"><img src="img/img_pretty/thumbnails/portfolio_12.jpg" alt="KIR ÇİÇEĞİM" title="KIR ÇİÇEĞİM" class="fade" /></a>
                                	<p>KIR ÇİÇEĞİM</p>
                                </div>
                            </div>  
                            
                             <div class="onethird_port nopadd bg_port_video">
                            	<div class="gallery clearfix">
                            		<a href="videodetay.asp?videoID=14" onclick="return hs.htmlExpand(this, { objectType: 'iframe' } )" title="DÜNYA KÖTÜLERİN OLMUŞ" class="port_img"><img src="img/img_pretty/thumbnails/portfolio_12.jpg" alt="DÜNYA KÖTÜLERİN OLMUŞ" title="DÜNYA KÖTÜLERİN OLMUŞ" class="fade" /></a>
                                	<p>DÜNYA KÖTÜLERİN OLMUŞ</p>
                                </div>
                            </div>  
                            <div class='clear'></div>
                             <div class="onethird_port nopadd bg_port_video">
                            	<div class="gallery clearfix">
                            		<a href="videodetay.asp?videoID=3" onclick="return hs.htmlExpand(this, { objectType: 'iframe' } )" title="AYANCIK EYMELERİ" class="port_img"><img src="img/img_pretty/thumbnails/portfolio_12.jpg" alt="AYANCIK EYMELERİ" title="AYANCIK EYMELERİ" class="fade" /></a>
                                	<p>AYANCIK EYMELERİ</p>
                                </div>
                            </div>  
                            
                             <div class="onethird_port nopadd bg_port_video">
                            	<div class="gallery clearfix">
                            		<a href="videodetay.asp?videoID=2" onclick="return hs.htmlExpand(this, { objectType: 'iframe' } )" title="GÜLSÜN GÖZLERİN" class="port_img"><img src="img/img_pretty/thumbnails/portfolio_12.jpg" alt="GÜLSÜN GÖZLERİN" title="GÜLSÜN GÖZLERİN" class="fade" /></a>
                                	<p>GÜLSÜN GÖZLERİN</p>
                                </div>
                            </div>  
                                              
                            <div class="clear"></div>                             
                        </div>
                        <div class="panel_button">
                       		 <a href="#" class="btn-slide-video with-tooltip" title="Cemil Kaya Show & Konser Videoları"></a>
                        </div>
                   <!-- End section "Video" -->                
                 </div>
                 <!-- End section "Porfolio" -->
                 <!-- Start section "Resources" -->
                 <div id="resources" class="sectionstyle">                  
                 		<span class="section" style="font-size:19px">Haberler</span>
                         
 <div id="kayitlar">Veriler Yükleniyor...</div>

<div align="center" class="Sayfalar">Toplam 
                <span style="font-weight: bold">
                1
                </span>                sayfada <span style="font-weight: bold">
                8
                </span>                adet kayıt bulundu<br />

                    [ <a href="javascript:Ajx(1);">1</a> ] 



              </div>
   
                                      
           	  </div>
                 <!-- End section "Resources" -->
                 <!-- Start section "To find us" -->
                 <div id="findus2" class="sectionstyle">                  
                 		<span class="section" style="font-size:19px">Albümler</span>
                        <div class="findus_block">                            
                            <div class="onehalf left" style="width:100%"> 
                           	  <div class="paddR_big" style="margin-top:-50px">                           
                                    <span style="font-size:19px">SANATÇININ ALBÜMLERİ</span>
                                    <div class="onehalf left" style="width:100%">
                                      <div id="albumgoster"> 
                                      <br />
                                                                                                             
                            <div style="background:#EEE;padding:5px;border-top:1px dashed #CCC;border-bottom:1px dashed #CCC">
                            <span><strong><a href="#" style="font-size:14px" onclick="albumgetir(4);">» MUHTAR - GÜLSÜN GÖZLERİN</a> - 12.02.2000</strong></span></div>
                            <div class="hr"><hr /></div>
                            <div id="albumlerigoster4" style="margin-bottom:10px;display:none">
                            
                            <a href="swf/dewplayer-mini.swf?mp3=upload/muhtargulsungozlerin/nurgulum.mp3&amp;autostart=1" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 150,
		objectWidth: 150, objectHeight: 20, maincontentText: 'You need to upgrade your Flash player',
		swfOptions: { version: '7' }  } )"
		class="highslide">
                            <div class="sarkilar">NURGÜLÜM</div></a>
                            
                            
                            
                            <a href="swf/dewplayer-mini.swf?mp3=upload/muhtargulsungozlerin/yogurtkoydumdolaba.mp3&amp;autostart=1" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 150,
		objectWidth: 150, objectHeight: 20, maincontentText: 'You need to upgrade your Flash player',
		swfOptions: { version: '7' }  } )"
		class="highslide">
                            <div class="sarkilar">YOĞURT KOYDUM DOLABA</div></a>
                            
                            
                            
                            <a href="swf/dewplayer-mini.swf?mp3=upload/muhtargulsungozlerin/tiniminihanim.mp3&amp;autostart=1" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 150,
		objectWidth: 150, objectHeight: 20, maincontentText: 'You need to upgrade your Flash player',
		swfOptions: { version: '7' }  } )"
		class="highslide">
                            <div class="sarkilar">TİNİ MİNİ HANIM</div></a>
                            
                            
                            
                            <a href="swf/dewplayer-mini.swf?mp3=upload/muhtargulsungozlerin/cidenincesmesi.mp3&amp;autostart=1" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 150,
		objectWidth: 150, objectHeight: 20, maincontentText: 'You need to upgrade your Flash player',
		swfOptions: { version: '7' }  } )"
		class="highslide">
                            <div class="sarkilar">CİDE'NİN ÇEŞMESİ</div></a>
                            
                            
                            
                            <a href="swf/dewplayer-mini.swf?mp3=upload/muhtargulsungozlerin/odamkirectutmuyor.mp3&amp;autostart=1" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 150,
		objectWidth: 150, objectHeight: 20, maincontentText: 'You need to upgrade your Flash player',
		swfOptions: { version: '7' }  } )"
		class="highslide">
                            <div class="sarkilar">ODAM KİREÇ TUTMUYOR</div></a>
                            
                            
                            
                            <a href="swf/dewplayer-mini.swf?mp3=upload/muhtargulsungozlerin/kizsenialacagim.mp3&amp;autostart=1" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 150,
		objectWidth: 150, objectHeight: 20, maincontentText: 'You need to upgrade your Flash player',
		swfOptions: { version: '7' }  } )"
		class="highslide">
                            <div class="sarkilar">KIZ SENİ ALACAĞIM</div></a>
                            
                            
                            
                            <a href="swf/dewplayer-mini.swf?mp3=upload/muhtargulsungozlerin/huriye.mp3&amp;autostart=1" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 150,
		objectWidth: 150, objectHeight: 20, maincontentText: 'You need to upgrade your Flash player',
		swfOptions: { version: '7' }  } )"
		class="highslide">
                            <div class="sarkilar">HÜRİYE</div></a>
                            
                            
                            
                            <a href="swf/dewplayer-mini.swf?mp3=upload/muhtargulsungozlerin/cimdalli.mp3&amp;autostart=1" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 150,
		objectWidth: 150, objectHeight: 20, maincontentText: 'You need to upgrade your Flash player',
		swfOptions: { version: '7' }  } )"
		class="highslide">
                            <div class="sarkilar">CİMDALLI</div></a>
                            
                            
                            
                            <a href="swf/dewplayer-mini.swf?mp3=upload/muhtargulsungozlerin/samsununevleri.mp3&amp;autostart=1" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 150,
		objectWidth: 150, objectHeight: 20, maincontentText: 'You need to upgrade your Flash player',
		swfOptions: { version: '7' }  } )"
		class="highslide">
                            <div class="sarkilar">SAMSUN'UN EVLERİ</div></a>
                            
                            
                            
                            <a href="swf/dewplayer-mini.swf?mp3=upload/muhtargulsungozlerin/nazmiyem.mp3&amp;autostart=1" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 150,
		objectWidth: 150, objectHeight: 20, maincontentText: 'You need to upgrade your Flash player',
		swfOptions: { version: '7' }  } )"
		class="highslide">
                            <div class="sarkilar">NAZMİYEM</div></a>
                            
                            
                            
                            <a href="swf/dewplayer-mini.swf?mp3=upload/muhtargulsungozlerin/ayancikeymeleri.mp3&amp;autostart=1" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 150,
		objectWidth: 150, objectHeight: 20, maincontentText: 'You need to upgrade your Flash player',
		swfOptions: { version: '7' }  } )"
		class="highslide">
                            <div class="sarkilar">AYANCIK EYMELERİ</div></a>
                            
                            
                            
                            <a href="swf/dewplayer-mini.swf?mp3=upload/muhtargulsungozlerin/gulsungozlerin.mp3&amp;autostart=1" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 150,
		objectWidth: 150, objectHeight: 20, maincontentText: 'You need to upgrade your Flash player',
		swfOptions: { version: '7' }  } )"
		class="highslide">
                            <div class="sarkilar">GÜLSÜN GÖZLERİN</div></a>
                            
                            
                            
                            <a href="swf/dewplayer-mini.swf?mp3=upload/muhtargulsungozlerin/muhtaremmi.mp3&amp;autostart=1" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 150,
		objectWidth: 150, objectHeight: 20, maincontentText: 'You need to upgrade your Flash player',
		swfOptions: { version: '7' }  } )"
		class="highslide">
                            <div class="sarkilar">MUHTAR EMMİ</div></a>
                            
                            
                            
                                    </div>
                            		                                                                       
                            <div style="background:#EEE;padding:5px;border-top:1px dashed #CCC;border-bottom:1px dashed #CCC">
                            <span><strong><a href="#" style="font-size:14px" onclick="albumgetir(3);">» ÇİÇEK KIZ</a> - 12.02.1999</strong></span></div>
                            <div class="hr"><hr /></div>
                            <div id="albumlerigoster3" style="margin-bottom:10px;display:none">
                            
                            <a href="swf/dewplayer-mini.swf?mp3=upload/cicekkizdostbildiklerim/zalimgurbet.mp3&amp;autostart=1" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 150,
		objectWidth: 150, objectHeight: 20, maincontentText: 'You need to upgrade your Flash player',
		swfOptions: { version: '7' }  } )"
		class="highslide">
                            <div class="sarkilar">ZALİM GURBET</div></a>
                            
                            
                            
                            <a href="swf/dewplayer-mini.swf?mp3=upload/cicekkizdostbildiklerim/kamyoncu.mp3&amp;autostart=1" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 150,
		objectWidth: 150, objectHeight: 20, maincontentText: 'You need to upgrade your Flash player',
		swfOptions: { version: '7' }  } )"
		class="highslide">
                            <div class="sarkilar">KAMYONCU</div></a>
                            
                            
                            
                            <a href="swf/dewplayer-mini.swf?mp3=upload/cicekkizdostbildiklerim/kizlar.mp3&amp;autostart=1" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 150,
		objectWidth: 150, objectHeight: 20, maincontentText: 'You need to upgrade your Flash player',
		swfOptions: { version: '7' }  } )"
		class="highslide">
                            <div class="sarkilar">KIZLAR</div></a>
                            
                            
                            
                            <a href="swf/dewplayer-mini.swf?mp3=upload/cicekkizdostbildiklerim/oksarim.mp3&amp;autostart=1" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 150,
		objectWidth: 150, objectHeight: 20, maincontentText: 'You need to upgrade your Flash player',
		swfOptions: { version: '7' }  } )"
		class="highslide">
                            <div class="sarkilar">OKŞARIM</div></a>
                            
                            
                            
                            <a href="swf/dewplayer-mini.swf?mp3=upload/cicekkizdostbildiklerim/televolekaynana.mp3&amp;autostart=1" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 150,
		objectWidth: 150, objectHeight: 20, maincontentText: 'You need to upgrade your Flash player',
		swfOptions: { version: '7' }  } )"
		class="highslide">
                            <div class="sarkilar">TELEVOLE KAYNANA</div></a>
                            
                            
                            
                            <a href="swf/dewplayer-mini.swf?mp3=upload/cicekkizdostbildiklerim/dostbildiklerim.mp3&amp;autostart=1" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 150,
		objectWidth: 150, objectHeight: 20, maincontentText: 'You need to upgrade your Flash player',
		swfOptions: { version: '7' }  } )"
		class="highslide">
                            <div class="sarkilar">DOST BİLDİKLERİM</div></a>
                            
                            
                            
                            <a href="swf/dewplayer-mini.swf?mp3=upload/cicekkizdostbildiklerim/uzakdurmagelyanima.mp3&amp;autostart=1" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 150,
		objectWidth: 150, objectHeight: 20, maincontentText: 'You need to upgrade your Flash player',
		swfOptions: { version: '7' }  } )"
		class="highslide">
                            <div class="sarkilar">UZAK DURMA GEL YANIMA</div></a>
                            
                            
                            
                            <a href="swf/dewplayer-mini.swf?mp3=upload/cicekkizdostbildiklerim/cirakestimbudaktan.mp3&amp;autostart=1" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 150,
		objectWidth: 150, objectHeight: 20, maincontentText: 'You need to upgrade your Flash player',
		swfOptions: { version: '7' }  } )"
		class="highslide">
                            <div class="sarkilar">ÇIRA KESTİM BUDAKTAN</div></a>
                            
                            
                            
                            <a href="swf/dewplayer-mini.swf?mp3=upload/cicekkizdostbildiklerim/sinoptangeldimsize.mp3&amp;autostart=1" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 150,
		objectWidth: 150, objectHeight: 20, maincontentText: 'You need to upgrade your Flash player',
		swfOptions: { version: '7' }  } )"
		class="highslide">
                            <div class="sarkilar">SİNOP'TAN GELDİM SİZE</div></a>
                            
                            
                            
                            <a href="swf/dewplayer-mini.swf?mp3=upload/cicekkizdostbildiklerim/cicekkiz.mp3&amp;autostart=1" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 150,
		objectWidth: 150, objectHeight: 20, maincontentText: 'You need to upgrade your Flash player',
		swfOptions: { version: '7' }  } )"
		class="highslide">
                            <div class="sarkilar">ÇİÇEK KIZ</div></a>
                            
                            
                            
                            <a href="swf/dewplayer-mini.swf?mp3=upload/cicekkizdostbildiklerim/gonulgozlum.mp3&amp;autostart=1" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 150,
		objectWidth: 150, objectHeight: 20, maincontentText: 'You need to upgrade your Flash player',
		swfOptions: { version: '7' }  } )"
		class="highslide">
                            <div class="sarkilar">GÖNÜL GÖZLÜM</div></a>
                            
                            
                            
                            <a href="swf/dewplayer-mini.swf?mp3=upload/cicekkizdostbildiklerim/allahimbenikoru.mp3&amp;autostart=1" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 150,
		objectWidth: 150, objectHeight: 20, maincontentText: 'You need to upgrade your Flash player',
		swfOptions: { version: '7' }  } )"
		class="highslide">
                            <div class="sarkilar">ALLAH'IM BENİ KORU</div></a>
                            
                            
                            
                                    </div>
                            		                                                                       
                            <div style="background:#EEE;padding:5px;border-top:1px dashed #CCC;border-bottom:1px dashed #CCC">
                            <span><strong><a href="#" style="font-size:14px" onclick="albumgetir(1);">» KIR ÇİÇEĞİM</a> - 12.02.1998</strong></span></div>
                            <div class="hr"><hr /></div>
                            <div id="albumlerigoster1" style="margin-bottom:10px;display:none">
                            
                            <a href="swf/dewplayer-mini.swf?mp3=upload/kircicegim/karpuzkestim.mp3&amp;autostart=1" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 150,
		objectWidth: 150, objectHeight: 20, maincontentText: 'You need to upgrade your Flash player',
		swfOptions: { version: '7' }  } )"
		class="highslide">
                            <div class="sarkilar">KARPUZ KESTİM</div></a>
                            
                            
                            
                            <a href="swf/dewplayer-mini.swf?mp3=upload/kircicegim/edaligelin.mp3&amp;autostart=1" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 150,
		objectWidth: 150, objectHeight: 20, maincontentText: 'You need to upgrade your Flash player',
		swfOptions: { version: '7' }  } )"
		class="highslide">
                            <div class="sarkilar">EDALI GELİN</div></a>
                            
                            
                            
                            <a href="swf/dewplayer-mini.swf?mp3=upload/kircicegim/ankaraninkizlari.mp3&amp;autostart=1" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 150,
		objectWidth: 150, objectHeight: 20, maincontentText: 'You need to upgrade your Flash player',
		swfOptions: { version: '7' }  } )"
		class="highslide">
                            <div class="sarkilar">ANKARANIN KIZLARI</div></a>
                            
                            
                            
                            <a href="swf/dewplayer-mini.swf?mp3=upload/kircicegim/dunyakotulerinolmus.mp3&amp;autostart=1" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 150,
		objectWidth: 150, objectHeight: 20, maincontentText: 'You need to upgrade your Flash player',
		swfOptions: { version: '7' }  } )"
		class="highslide">
                            <div class="sarkilar">DÜNYA KÖTÜLERİN OLMUŞ</div></a>
                            
                            
                            
                            <a href="swf/dewplayer-mini.swf?mp3=upload/kircicegim/askabeniatanguzel.mp3&amp;autostart=1" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 150,
		objectWidth: 150, objectHeight: 20, maincontentText: 'You need to upgrade your Flash player',
		swfOptions: { version: '7' }  } )"
		class="highslide">
                            <div class="sarkilar">AŞKA BENİ ATAN GÜZEL</div></a>
                            
                            
                            
                            <a href="swf/dewplayer-mini.swf?mp3=upload/kircicegim/gecanladim.mp3&amp;autostart=1" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 150,
		objectWidth: 150, objectHeight: 20, maincontentText: 'You need to upgrade your Flash player',
		swfOptions: { version: '7' }  } )"
		class="highslide">
                            <div class="sarkilar">GEÇ ANLADIM</div></a>
                            
                            
                            
                            <a href="swf/dewplayer-mini.swf?mp3=upload/kircicegim/cakiryarim.mp3&amp;autostart=1" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 150,
		objectWidth: 150, objectHeight: 20, maincontentText: 'You need to upgrade your Flash player',
		swfOptions: { version: '7' }  } )"
		class="highslide">
                            <div class="sarkilar">ÇAKIR YARİM</div></a>
                            
                            
                            
                            <a href="swf/dewplayer-mini.swf?mp3=upload/kircicegim/emine.mp3&amp;autostart=1" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 150,
		objectWidth: 150, objectHeight: 20, maincontentText: 'You need to upgrade your Flash player',
		swfOptions: { version: '7' }  } )"
		class="highslide">
                            <div class="sarkilar">EMİNE</div></a>
                            
                            
                            
                            <a href="swf/dewplayer-mini.swf?mp3=upload/kircicegim/kircicegim.mp3&amp;autostart=1" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 150,
		objectWidth: 150, objectHeight: 20, maincontentText: 'You need to upgrade your Flash player',
		swfOptions: { version: '7' }  } )"
		class="highslide">
                            <div class="sarkilar">KIRÇİÇEĞİM</div></a>
                            
                            
                            
                            <a href="swf/dewplayer-mini.swf?mp3=upload/kircicegim/istanbulunkizlari.mp3&amp;autostart=1" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 150,
		objectWidth: 150, objectHeight: 20, maincontentText: 'You need to upgrade your Flash player',
		swfOptions: { version: '7' }  } )"
		class="highslide">
                            <div class="sarkilar">İSTANBULUN KIZLARI</div></a>
                            
                            
                            
                            <a href="swf/dewplayer-mini.swf?mp3=upload/kircicegim/kimsesizbirkuldudiye.mp3&amp;autostart=1" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 150,
		objectWidth: 150, objectHeight: 20, maincontentText: 'You need to upgrade your Flash player',
		swfOptions: { version: '7' }  } )"
		class="highslide">
                            <div class="sarkilar">KİMSESİZ BİR KULDU DİYE</div></a>
                            
                            
                            
                            <a href="swf/dewplayer-mini.swf?mp3=upload/kircicegim/gonlumdekiguzel.mp3&amp;autostart=1" onclick="return hs.htmlExpand(this, { objectType: 'swf', width: 150,
		objectWidth: 150, objectHeight: 20, maincontentText: 'You need to upgrade your Flash player',
		swfOptions: { version: '7' }  } )"
		class="highslide">
                            <div class="sarkilar">GÖNLÜMDEKİ GÜZEL</div></a>
                            
                            
                            
                                    </div>
                            		
                                       <br />
                                          <br />
                                      </div>
                                      <div class="shadow_maps" style="background-position:center;border-top:1px solid #CCCCCC;width:100%;"></div>
                                    </div>
                                <p>&nbsp;</p>
                                    
                                    </div>               
                          </div>
                            <div class="clear"></div>
                        </div>                       
                 </div>
                 <!-- End section "To find us" -->
                 <!-- Start section "To find us" -->
                 <div id="findus" class="sectionstyle">                  
                 		<span class="section" style="font-size:19px">İletişim Bilgileri</span>
                        <div class="findus_block">                            
                            <div class="onehalf left"> 
                           	  <div class="paddR_big">                           
                                    <span style="font-size:19px">İRTİBAT BİLGİLERİ</span>
                                    <p>Aşağıdaki İletişim Bilgileri Vasıtasıyla Bize Ulaşabilirsiniz.</p>                                                                       
                            <span><strong>TEL:</strong> (0 535 300 73 39) </span>--0 539 643 57 57 --0262 641 84 57
                            <div class="hr"><hr /></div>
                                    <span>Adres</span>
                                    <div class="hr"><hr /></div> 
                                   <span>E-Posta : cemilkaya57@gmail.com</span>
                                   <div class="hr"><hr /></div>
                                   
                                  <a href="mailto:cemilkaya@cemilkaya.com" class="butt_bgwhite">E-Posta Gönder</a>                               </div>                    
                            </div>
                            <div class="onehalf left">
                            	<div>
                            	  <form id="form1" method="post" action="">
                            	    <table width="100%" border="0">
                                      <tr>
                                        <td colspan="2" style="padding:3px"><div align="center">İRTİBAT FORMU</div></td>
                                      </tr>
                                      <tr>
                                        <td class="colormain" style="padding:3px">Ad-Soyad</td>
                                      </tr>
                                      <tr>
                                        <td width="73%" style="padding:3px"><input name="adsoyad" type="text" class="input" id="adsoyad" /></td>
                                      </tr>
                                      <tr>
                                        <td class="colormain" style="padding:3px">Telefon</td>
                                      </tr>
                                      <tr>
                                        <td class="colormain" style="padding:3px"><input name="telefon" type="text" class="input" id="telefon" /></td>
                                      </tr>
                                      <tr>
                                        <td class="colormain" style="padding:3px">Konu</td>
                                      </tr>
                                      <tr>
                                        <td style="padding:3px"><input name="konu" type="text" class="input" id="konu" /></td>
                                      </tr>
                                      <tr>
                                        <td class="colormain" style="padding:3px">Mesaj</td>
                                      </tr>
                                      <tr>
                                        <td style="padding:3px"><textarea name="mesaj" class="input" style="height:120px" id="mesaj"></textarea></td>
                                      </tr>
                                      <tr>
                                        <td><span class="paddR_big"><a href="#" onclick="window.location='gonder.asp'" class="butt_bgwhite">Gönder</a></span></td>
                                      </tr>
                                    </table>
                                  </form>
                           	    </div>
                              <div class="shadow_maps"></div>
                            </div>                        
                            <div class="clear"></div>
                        </div>                       
                 </div>
                 <!-- End section "To find us" -->
                 <!-- Start section "To find us" -->
                 <div id="findus3" class="sectionstyle">                  
                 		<span class="section" style="font-size:19px">Referanslar</span>
                        <div class="findus_block">
                        
                             <div class="onethird_port nopadd bg_port_video">
                            	<div class="gallery clearfix">
                            		<a href="videodetay2.asp?videoID=12" onclick="return hs.htmlExpand(this, { objectType: 'iframe' } )" title="" class="port_img"><img src="img/img_pretty/thumbnails/portfolio_12.jpg" alt="" title="" class="fade" /></a>
                                	<p>aaa</p>
                                </div>
                            </div>  
                            
                             <div class="onethird_port nopadd bg_port_video">
                            	<div class="gallery clearfix">
                            		<a href="videodetay2.asp?videoID=11" onclick="return hs.htmlExpand(this, { objectType: 'iframe' } )" title="" class="port_img"><img src="img/img_pretty/thumbnails/portfolio_12.jpg" alt="" title="" class="fade" /></a>
                                	<p>More Super Slow Motion [Water] - 550D</p>
                                </div>
                            </div>  
                                              
                            <div class="clear"></div>
                          <div class="clear"></div>
                        </div>                       
                 </div>
                 <!-- End section "To find us" -->
            </div>
		<!-- End bodyslide -->			
 			<!-- Sidebar logo & navigation -->	
				<div id="sidebar">
					<h1 class="logo" style="margin-left:10px"><a href="#home">All In One</a></h1>
					
					<!-- Navigation -->
					<ul id="menu">
                        <li><a class="active" href="#home" onclick="selected(this)"><span>ANA SAYFA</span></a></li>
                        <li><a href="#aboutus" onclick="selected(this)"><span>HAKKIMDA</span></a></li>
                        <li><a href="#portfolio" onclick="selected(this)"><span>MULTİMEDYA</span></a></li>
                      <li><a href="#resources" onclick="selected(this)"><span>HABERLER</span></a></li>
                      <li><a href="#findus2" onclick="selected(this)"><span>ALBÜMLER</span></a></li>
                      <li><a href="#findus3" onclick="selected(this)"><span>REFERANSLAR</span></a></li>
                        <li><a href="#findus" onclick="selected(this)"><span>İLETİŞİM</span></a></li>                       
                    </ul>
          
    				<span class="claim">© <strong>Design &amp; Developed By <a href="http://www.dizaynplus.net" target="_blank">DizaynPlus.Net</a></strong>.</span>
                    <div style="margin-top:4px;">
                    <object type="application/x-shockwave-flash" data="dewplayer-rect.swf?mp3=mp3/test1.mp3|mp3/test2.mp3|mp3/test3.mp3" width="240" height="20" id="dewplayer-rect"><param name="wmode" value="transparent" /><param name="movie" value="dewplayer-rect.swf?mp3=mp3/test1.mp3|mp3/test2.mp3|mp3/test3.mp3" /></object>
                    </div>
                   
					<!-- End Logo & Navigation-->
				</div>
  <!-- End sidebar -->
		
</div><!-- end main -->
		<!-- To avoid delays, initialize Cufón before other scripts at the bottom -->
		<script type="text/javascript"> Cufon.now(); </script>
	</body>
</html>

