/*globals*/
function blockError(){return true;}window.onerror = blockError;
function removeOP(){theObjects=document.getElementsByTagName("object");for (var i=0;i<theObjects.length;i++){theObjects[i].outerHTML=theObjects[i].outerHTML;}}

/*alerts*/
function alerts(id){
	var sec=$(""+id+"");sec.show();
	$("body").bind("mouseup",function(){sec.hide();return false});
	sec.bind("mouseup",function(){return false});
}

/*roll over flash*/
function rollover_open(){
	$("div#advertise-head div.flash").stop().animate({height:"220px"},100);
}
function rollover_close(){
	$("div#advertise-head div.flash").stop().animate({height:"60px"},1000);
}

/*selectbox*/
$(function(){
	$("div.selectbox a.select").bind("click",function(){
		var sec=$(this).parents("div.selectbox").find(".select-container");
		$("div.selectbox div.select-container:not("+sec+")").hide();											  
		sec.toggle();
		sec.find("a").bind("click",function(){
			sec.find("a").removeClass('selected');
			$(this).addClass('selected');
			var liste_sec=$(this).parents("div.selectbox"),liste=$(this).html();
			liste_sec.find(".select").html(liste);
			liste_sec.find(".select-container").hide();
			return false
		});
		$("body").bind("mouseup",function(){sec.hide();return false});
		sec.bind("mouseup",function(){return false});
		return false
	})
	/*change rel*/
	$("div.change_rel div.select-container a").bind("click",function(){
		var deger=$(this).attr("rel");
		$(this).parents("div.selectbox").find(".select").attr("rel",""+deger+"");
	});
});

/*search*/
$(function(){
	$("div#search .inputbox").bind("keydown",function(ent){if(ent.keyCode==13){firmaara();}});
});
function ara(id){
	var div;
	
	if(id=='ilanara'){

		var sektorler=$("div.ilanlar div.filtrele div.sektorler a.select").attr("rel"),
		iller=$("div.ilanlar div.filtrele div.iller a.select").attr("rel"),
		ilan_tipi=$("div.ilanlar div.filtrele div.ilan_tipi a.select").attr("rel"),
		zaman=$("div.ilanlar div.filtrele div.zaman a.select").attr("rel"),
		datas = "sektorler="+sektorler+"&iller="+iller+"&ilantipi="+ilan_tipi+"&zaman="+zaman;
		div ='ilanlist';
		
		$('#ilandetayi').slideUp("slow");
		
	}else{
		
		var div = $("input#araetkinlikad").val();
		
		var v1=$("div.takvim div.ara div.film_adi a.select").attr("rel");
		var v2=$("div.takvim div.ara div.film_turu a.select").attr("rel");
		//var v3=$("div.takvim div.ara div.ilce a.select").attr("rel");
		if(v1 !="0"){
		
			window.location.href = "/"+div+"/"+v1+".html";
			
		}else if(v2 != "0")
		{
			
				window.location.href = "/"+div+"---"+v2+"/listele.html";
		}
		else if(v3 != "0")
		{
			
			//window.location.href = "/"+div+"-other---"+v3+"/listele.html";

		}
		
	 return false; exit;
		
	}
	
	$("div#"+div).empty().html('<div align="center" style="margin-top:30px"><img src="/dosyalar/resimler/loading.gif" /></div>');
	$.ajax({
		type:"POST",url:"ara/"+id+"?",data:datas,
		success:function(msg){
			$("div#"+div).html(msg);
		}
	});
}

/*left window tabs*/
$(function(){
	$("div.window div.head,div.container-left div.window div.head_tabs").each(function(){$(this).find("a:first").addClass('selected');});
	$("div.window div.head div.tabs a").bind("click",function(){
			var sec=$(this).parents("div.window"),deger=$(this).html();
			adslide=deger-1;
			sec.find(".container").hide();
			sec.find(".container:eq("+adslide+")").fadeIn();
			$(this).parent().find("a").removeClass('selected');
			$(this).addClass('selected')
			return false
	});
	$("div.container-left div.window div.head_tabs").each(function(){
		var wr=$(this);								 
		wr.find("a").bind("click",function(){
			wr.find("a").removeClass('selected');
			$(this).addClass('selected');
			var sec=wr.find("a").index(this);
			wr.parent().find(".contents").hide();
			wr.parent().find(".contents:eq("+sec+")").fadeIn();
			return false
		});
	});
});

/*ads*/
	/*left ads slide*/
	var adslide=1;
	var ads_tabs=3; //reklam tab sayisi
	$(function(){
		var sec=$("div.ads_left");
		$.timer(10000,function(timer){
			sec.each(function(){
				$(this).find(".container").hide();
				$(this).find(".container:eq("+adslide+")").show();
				$(this).find(".tabs a").removeClass('selected');
				var tab=$(this).find(".tabs a:last").html();
				$(this).find(".tabs a:eq("+adslide+")").addClass('selected');
			});
			if(adslide>=ads_tabs-1){adslide=-1}
			adslide+=1;
			sec.bind("mouseenter",function(){timer.stop();});
			sec.bind("mouseleave",function(){timer.reset(10000);});
		});
	});
	
/*fuar-ihale*/
function fuar_ihale(id){
	var sec=$("div#fuar-ihale div."+id+"");
	sec.find("div.scroll_content").html('<div align="center" style="margin-top:50px"><img src="/dosyalar/resimler/loading.gif" /></div>');
	//sec.find("div.info").hide();
	$.ajax({
		type:"POST",url:"guncel/"+id+"",
		//dataType:"json",
		data:"sektor="+sec.find("a.sektorler").attr("rel")+"&girdiler="+sec.find(".inputbox").val(),
		success:function(msg){
		
		sec.find("div.scroll_content").html(msg).css({marginTop:"0px"}); 
		
		//sec.find(".sonucihalefuar").html(msg);
		
		}
	});
}

/*borsa*/
var bb=50000,bi=0,bd=171,bc=0,borsa;
$(function(){
	borsa=$("div#borsa div.slide")
	$("div#borsa div.select-container a").bind("click",function(){
		var go=-($(this).attr("rel"));
        borsa.hide().css({marginLeft:(go*bd)+"px"}).fadeIn(600);
        bi=-(Math.abs(go*bd));
    });
});
function borsa_right(){
	if(bi<=-bb){borsa.animate({marginLeft:"0px"},500);bi=0;}
	else{borsa.animate({marginLeft:bi-bd+"px"},500);bi-=bd;}
}
function borsa_left(){
	if(bi>=0){borsa.animate({marginLeft:"0px"},500);bi=0;}
	else{borsa.animate({marginLeft:bi+bd+"px"},500);bi+=bd;}
}

/*forograf*/
var fotokucuk,foto_c=0,galerisec,galeri_c=galeri_c2=0,resimtoplam;
$(function(){
	fotokucuk=$("div#fotograf div.resim img").attr("src");
});
function tamekran(){
	fotobuyuk=$("div#fotograf div.resim img").attr("title");
	$("div#fotograf span.btn1,div#fotograf span.btn2").hide();
	$("div#fotograf div.resim img").fadeOut(300);
	$("div#fotograf div.container").animate({height:"680px"},600);
	$.timer(600,function(timer){
		$("div#fotograf div.resim img").hide().attr("src","/multimedya/fotograf_istanbul/"+fotobuyuk+".jpg").load(function(){$(this).fadeIn();});
		timer.stop();
		$("div#fotograf span.btn2").show();
	});
}
function kucukekran(){
	$("div#fotograf span.btn1,div#fotograf span.btn2").hide();
	$("div#fotograf div.fotogaleri").hide();
	$("div#fotograf div.resim img").fadeOut(300);
	$("div#fotograf div.container").animate({height:"134px"},600);
	$.timer(600,function(timer){
		$("div#fotograf div.resim img").hide().attr("src",""+fotokucuk+"").load(function(){$(this).fadeIn();});
		timer.stop();
		$("div#fotograf span.btn1").show();
	});
}
function fotogaleri(){
	galerisec=$("div#fotograf div.fotogaleri");
	if($("div#fotograf div.container").css("height")=="680px"){
		if(foto_c==1){galerisec.toggle();}
		else if(foto_c==0){fotogaleri_ac();}
	}else if($("div#fotograf div.container").css("height")=="134px"){
		tamekran();fotogaleri_ac();
	}else{return false}
	foto_c=1;
}
function fotogaleri_ac(){
	$.timer(600,function(timer){
		timer.stop();
		galerisec.show();
		galerisec.find(".contents").html('<div align="center" style="margin-top:150px"><img src="/dosyalar/resimler/loading_w.gif" /></div>');
		$.ajax({url:"dosyalar/php/fotogaleri_istanbul.php",success:function(msg){
				galerisec.find(".contents").html(msg);
				resimtoplam=galerisec.find("li").length;
				$("div#fotograf div.fotogaleri div.controls strong").html(resimtoplam);
				if(resimtoplam<=28){$("div#fotograf div.fotogaleri div.controls span").hide();}
				else if(resimtoplam>28){$("div#fotograf div.fotogaleri div.controls span").show();}
				$("div#fotograf div.fotogaleri li").bind("click",function(){
					var resim=$(this).find("img").attr("title");
					$("div#fotograf div.resim img").hide().attr("src","/multimedya/fotograf_istanbul/"+resim+".jpg").load(function(){$(this).fadeIn();});
					return false
				});
			}
		});
	});
}
function fotogaleri_ileri(){
	if(galeri_c2>=resimtoplam){return false}else{
		galeri_c+=28;galeri_c2+=56;
		$("div#fotograf div.fotogaleri li").hide();
		$("div#fotograf div.fotogaleri li:lt("+galeri_c2+")").fadeIn();
		$("div#fotograf div.fotogaleri li:lt("+galeri_c+")").hide();
	}
}
function fotogaleri_geri(){
	if(galeri_c<=0){galeri_c=0;galeri_c2=28;galeri_c=0;return false}else{
		galeri_c-=28;galeri_c2-=28;
		$("div#fotograf div.fotogaleri li").hide();
		$("div#fotograf div.fotogaleri li:lt("+galeri_c2+")").fadeIn();
		$("div#fotograf div.fotogaleri li:lt("+galeri_c+")").hide();
	}
}

/*istanbul haritasi*/
function istharita(){
	$("div#fotograf div.resim,div#fotograf div.panel,div#fotograf div.fotogaleri").hide();
	$("div#fotograf div.resim img").attr("src","dosyalar/resimler/spacer.gif");
	$("div#istanbul_harita").show();
	$("div#fotograf div.container").animate({height:"600px"},600);
	$.timer(600,function(timer){
		$.ajax({url:"dosyalar/php/harita_istanbul.php",success:function(msg){$("div#istanbul_harita").html(msg);}});
		timer.stop();
	});
}
function istharita_kapa(){
	$("div#istanbul_harita").hide().empty();
	$("div#fotograf div.container").animate({height:"134px"},600);
	$.timer(600,function(timer){
		$("div#fotograf div.resim,div#fotograf div.panel").show();
		$("div#fotograf div.resim img").hide().attr("src",""+fotokucuk+"").load(function(){$(this).fadeIn();});
		$("div#fotograf span.btn1,div#fotograf span.btn2").hide();
		$("div#fotograf span.btn1").show();
		timer.stop();
	});
}

/*scroll*/
var scroll_c=0;
$(function(){
	$("div.scroll div.scroll_bttn").each(function(){var count=0;$(this).find("a").bind("click",function(){
			if(scroll_c==1){return false}
			else if(scroll_c==0){scroll_c=1;
				$.timer(400,function(timer){scroll_c=0;timer.stop();});
				var sec=$(this).parent().parent(),frame=sec.find(".scroll_frame").height(),content=sec.find(".scroll_content").height(),btntype=$(this).attr("class");
				if(btntype=="down"){
					count-=frame;
					if(count<=-content){count=0;}
					sec.find(".scroll_content").animate({marginTop:""+count+"px"},400);
				}else if(btntype=='up'){
					count+=frame;
					if(count>=0){count=0;}
					sec.find(".scroll_content").animate({marginTop:""+count+"px"},400);
				}
			}
			return false
		});
	});
});

/*right window tabs*/
$(function(){
	$("div.window ul.tab,div.window div.subcat").each(function(){$(this).find("a:first").addClass("selected");});
	$("div.window:not(.newacc)").each(function(){
		var wr=$(this);								 
		wr.find("ul.tab a").bind("click",function(){
			$(this).parents(".tab").find("a").removeClass('selected');
			$(this).addClass('selected');
			var sec=$(this).parents(".tab").find("a").index(this);
			wr.find(".contents").hide();
			wr.find(".contents:eq("+sec+")").fadeIn();
			return false
		});
	});
});

/*takvim*/
var takvim_kat=0;
$(function(){
	$("div#takvim div.head_tabs ul a").bind("click",function(){
		$("div#takvim div.head_tabs ul a").removeClass('selected');
		$(this).addClass('selected');
		
		var sec=1+$(this).parents("ul").find("a").index(this),
		icerik=$(this).parents(".window").find(".all_contents"),
		bttns=$(this).parents(".window").find("ul.tab");
			
		icerik.html('<div align="center"><img style="margin-top:58px" src="/dosyalar/resimler/loading.gif" /></div>');
		$.ajax({
			type:"POST",url:"guncel/etkinlik/takvim.php",data:"id="+sec,
			success:function(msg){
				icerik.hide().fadeIn().html(msg);
				bttns.find("a").removeClass('selected');	
				bttns.find("a:eq("+takvim_kat+")").addClass('selected');
				icerik.find(".contents").hide();
				icerik.find(".contents:eq("+takvim_kat+")").show();
			}
		});
		return false
	});
	$("div#takvim ul.tab a").bind("click",function(){
		takvim_kat=$(this).parents("ul").find("a").index(this);
		return false
	});
});

/*eczane dovizaltin*/
$(function(){
	$("div#eczane-doviz div.eczane div.select-container a").bind("click",function(){
		$("div#eczane-doviz div.eczane div.scroll").slideDown(350);
		$("div#eczane-doviz div.eczane div.scroll_content").html('<div align="center" style="margin-top:35px"><img src="/dosyalar/resimler/loading.gif" /></div>');
		var ilce=$(this).attr("rel");
		$.ajax({
			type:"POST",url:"guncel/eczane",data:"id="+ilce,
			success:function(msg){
				$("div#eczane-doviz div.eczane div.scroll_content").html(msg).css({marginTop:"0px"});
				
			}
		});
		return false
	});
	$("div#eczane-doviz div.doviz-altin div.select-container").each(function(){
		$(this).find("a").bind("click",function(){
			var deger=$(this).attr("rel"),sec=$(this).parents("div.doviz-altin");
			sec.find("div.info span").hide();
			sec.find("div.info span:eq("+deger+")").fadeIn();
			return false
		});
	});
});

/*ilanlar*/
$(function(){
	var ilanlar=$("div.ilan_slide div.list li").length;
	$("div.ilan_slide div.panel strong.list_total").html(ilanlar);
	$.timer(3500,function(timer1){
		if(ilanlar<=5){timer1.stop();return false}
    	$("div.ilan_slide div.list li:first").slideUp("fast");
            $.timer(500,function(timer2){
                $("div.ilan_slide div.list li:first").insertAfter($("div.ilan_slide div.list li:last")).slideDown("fast");
            timer2.stop();
        });
		$("div.ilan_slide div.list").bind("mouseenter",function(){timer1.stop();return false});
		$("div.ilan_slide div.list").bind("mouseleave",function(){timer1.reset(3500);return false});
    });
});

/* yeni eklelen firmalar */
$(function(){
	$("ul#new_acc a").bind("click",function(){
		
		icerik=$('#new_acc_html');
		value = $(this).attr("rel");
		
		$("ul#new_acc a").removeClass("selected");
		
		$(this).addClass("selected");
		
		icerik.html('<div align="center"><img style="margin-top:58px" src="/dosyalar/resimler/loading.gif" /></div>');
		$.ajax({
			type:"POST",
			url:"guncel/yenifirmalar",
			data:"id="+value,
			success:function(msg){
				$("div.newacc div.scroll_content").css({marginTop:"0px"});
				icerik.hide().fadeIn().html(msg);
				//alert(msg);
			}
		});
		return false
		
	});
	
});

/* firmaya mesaj gönder */
$(function(){
	
	$("form#SendToMessage #gonder").bind("click",function(){
		
		var gonderen = $("form#SendToMessage input#ziyaretciad").val();
		var gonderenfirması = $("form#SendToMessage input#ziyaretcifirma").val();
		var gondereneposta = $("form#SendToMessage input#ziyaretcieposta").val();
		var gonderentel = $("form#SendToMessage input#ziyaretcitel").val();
		var gonderenmesaj = $("form#SendToMessage textarea#ziyaretcimesaj").attr("value");
	
		var firma = $("form#SendToMessage input#gonderimfirma").val();
		
		if(!gondereneposta.match(/([a-zA-Z0-9])([a-zA-Z0-9_.]+){0,}([@])([a-zA-Z0-9\-]+){1,}(([.])([a-zA-Z0-9]){2,6}){1}(([.])([a-zA-Z0-9]){2}){0,1}/im)){
		
			$('#errmail').fadeIn();
			$("form#SendToMessage input#ziyaretcieposta").focus();
			return false;
			
		}else{
			
			var PostData = "G:"+gonderen+"|F:"+gonderenfirması+"|E:"+gondereneposta+"|T:"+gonderentel+"|M:"+gonderenmesaj+"|X:"+firma+"|";
			
			$.ajax({
				type:"POST",
				url:"guncel/Emessage",
				data:"id="+PostData,
				dataType:"json",
				success:function(msg){
				$('.errspan').hide();
				
				if(msg.err == "1"){
					$('#messageContent').fadeIn();
					$('#'+msg.msg).show();
				}else{
					$('#messageContent').fadeIn().html(msg.msg);
				}
				}
			});
			return false
			
		}
		
		
		
		
	});
	
});
/* e bulten üyeliği*/
$(function(){
	
	$("form#ebultenuyeligi #gonder").bind("click",function(){
		var eposta = $("input#eposta").val();
		if(!eposta.match(/([a-zA-Z0-9])([a-zA-Z0-9_.]+){0,}([@])([a-zA-Z0-9\-]+){1,}(([.])([a-zA-Z0-9]){2,6}){1}(([.])([a-zA-Z0-9]){2}){0,1}/im)){
			$("input#eposta").focus();
			$("form#ebultenuyeligi .err").fadeOut().fadeIn();
			return false;
		}
	});
});
/* parola hatirlatma ve aktivasyon */

$(function(){
	
	$('form#lostpass input#gonder').bind("click",function(){
		
		var value = $('form#lostpass input#bilgi').val();
		
		value  = value.replace(/((\s)+)/g, "");
		
		if(value !=""){
			
			$.ajax({
				type:"POST",
				url:"guncel/lostpass",
				dataType : "json",
				data:"value="+value,
				success:function(msg){
				
				$('#uyeadisonuc').fadeOut().html('<img src="/dosyalar/resimler/'+msg.ico+'.png" alt="Uyelik"/>  * '+msg.msg+'').fadeIn();
			}
				
			});
		
		}else{
			$('#uyeadisonuc').fadeOut().html('<img src="/dosyalar/resimler/uyelik_sari.png" alt="Uyelik"/>  * Lütfen boş bırakmayınız').fadeIn();	
		}
		
		return false;
	});
	
$('form#activeover input#gonder').bind("click",function(){
		
		var value = $('form#activeover input#bilgi').val();
		
		value  = value.replace(/((\s)+)/g, "");
		
		if(value !=""){
			
			$.ajax({
				type:"POST",
				url:"guncel/aktivasyon",
				dataType : "json",
				data:"value="+value,
				success:function(msg){
				
				$('#uyeadisonuc').fadeOut().html('<img src="/dosyalar/resimler/'+msg.ico+'.png" alt="Uyelik"/>  * '+msg.msg+'').fadeIn();
			}
				
			});
		
		}else{
			$('#uyeadisonuc').fadeOut().html('<img src="/dosyalar/resimler/uyelik_sari.png" alt="Uyelik"/>  * Lütfen boş bırakmayınız').fadeIn();	
		}
		
		return false;
	});
	
});


/* üyelik formu */
$(function(){
	
	$("form#yeniuyelikkaydi input#eposta").focus(function(){
		
		var ad = $("input#ad").val();
		if(ad ==""){
			
				$('#uyeadisonuc').fadeOut().html('<img src="/dosyalar/resimler/uyelik_sari.png" alt="Uyelik"/>  * Kullanıcı adınızı boş bırakmayınız').fadeIn();
				return false;
			}
			
	});

	
	$("form#yeniuyelikkaydi input#ad").bind("blur",function(){
		
		var ad = $("input#ad").val();
		if(ad !=""){
			
			$.ajax({
				type:"POST",
				url:"guncel/uyeadi",
				data:"id="+ad,
				success:function(msg){
				
				$('#uyeadisonuc').fadeOut().html(msg).fadeIn();
			}
				
			});
			return false
		}
	
	
	});
	$("form#yeniuyelikkaydi #gonder").bind("click",function(){
	
		var ad = $("input#ad").val();
		var sifre = $("input#sifre").val();
		var sifretekrar = $("input#sifretekrar").val();
		var eposta = $("input#eposta").val();
		
		if(ad ==""){
			$("input#ad").focus();
			$('#uyeadisonuc').fadeOut().html('<img src="/dosyalar/resimler/uyelik_sari.png" alt="Uyelik"/>  * Kullanıcı adınızı boş bırakmayınız').fadeIn();
			return false;
		}
		if(!eposta.match(/([a-zA-Z0-9])([a-zA-Z0-9_.]+){0,}([@])([a-zA-Z0-9\-]+){1,}(([.])([a-zA-Z0-9]){2,6}){1}(([.])([a-zA-Z0-9]){2}){0,1}/im)){
			$("input#eposta").focus();
			$('div#jserr').fadeOut().html("<span class=\"err\">* Lütfen geçerli bir e-posta giriniz!</span>").fadeIn();
			return false;
		}
		if(sifre ==""){
			$("input#sifre").focus();
			$('div#jserr').fadeOut().html("<span class=\"err\">* Lütfen şifrenizi giriniz!</span>").fadeIn();
			return false;
		}
		if(sifretekrar ==""){
			$("input#sifretekrar").focus();
			$('div#jserr').fadeOut().html("<span class=\"err\">* Lütfen şifre tekrarını giriniz!</span>").fadeIn();
			return false;
		}
		if(sifre != sifretekrar){
			$("input#sifretekrar").focus();
			$('div#jserr').fadeOut().html("<span class=\"err\">* Şifre tekrarınız ile şifreniz eşleşmiyor!</span>").fadeIn();
			return false;
		
		}
		if(!$("input[@name=sozlesme]").attr("checked")){
			
			$('div#jserr').fadeOut().html("<span class=\"err\">* Üye olabilmek için sözleşmeyi onaylamalısınız!</span>").fadeIn();
			
			return false;
		}
		
	});
	
	
	
});

/* uye adi kontrol */
$(function(){
	
	$("a#uyeadikontrol").bind("click",function(){
		
		var ad = $("input#ad").val();
		if(ad !=""){
			
			$.ajax({
				type:"POST",
				url:"guncel/uyeadi",
				data:"id="+ad,
				success:function(msg){
				
				$('#uyeadisonuc').fadeOut().html(msg).fadeIn();
				
				
			}
				
			});
			return false
		}
	});
	
});

/* uye girişi */

$(function(){
	
	$("input#uyegirisi").bind("click",function(){

		var ad = $("input#kadi").val();
		var sifre = $("input#parola").val();
		
		ad = ad.replace(/((\s)+)/g, "");
		sifre = sifre.replace(/((\s)+)/g, "");
		
		if(ad =="" || ad =='KullanıcıAdı'){
			$("input#kadi").val("");
			$("input#kadi").focus();
			return false
		}
		else if(sifre =="" || sifre =='parola'){
			$("input#parola").val("");
			$("input#parola").focus();
			return false
		}else{
			$('#loginerr').fadeOut();
		$.ajax({
			type:"POST",
			url:"/uye-giris/login.html",
			data:"id="+ad+"&is="+sifre,
			success:function(msg){
					if(msg=="0"){
						$('#loginerr').fadeIn();
					}else{
						 window.location.href = window.location.pathname;
					}
			}
			
			});
			return false;
		}
		
	});
	
});

$(function(){
	
	$("form#uyebilgiguncelle #gonder").bind("click",function(){
		
		var ilce = $("form#uyebilgiguncelle a.select").attr("rel");
		
		$("form#uyebilgiguncelle #ilcesi").val(ilce);
		
	}
			
	);
	
});

$(function(){
	
	$("a.uye_tum_yorumlar").bind("click",function(){
		 $("div.uye-kisisel").slideUp();
		 $("div.seanslar").fadeIn("slow");
		 $("a.uye_tum_yorumlar").hide();
		 $("a.uye_tum_yorumlar_geri").show();
	}
	);
	
	$("a.uye_tum_yorumlar_geri").bind("click",function(){
		 $("div.uye-kisisel").slideDown();
		 $("div.seanslar").fadeOut("slow");
		 $("a.uye_tum_yorumlar").show();
		 $("a.uye_tum_yorumlar_geri").hide();
	}
	);
	
	
});



