function noErrorMessages () { return true; }
window.onerror = noErrorMessages;

$('a.tips').cluetip({ splitTitle: '|' });


function uyeLogin(){
	var isVisible = $('#uyeLogin').is(':visible');
	if(!isVisible){
		$("#uyeLogin").css("left",680);
		$("#uyeLogin").css("top",100);
		$("#uyeLogin").css("width",270); 
		$("#uyeLogin").css("height",130);
		$("#uyeLogin").html('<div align=\'center\'><br><img style=\'margin:10px;\' src=\'/_img/bigrotation2.gif\'><h4>Lütfen Bekleyiniz...</h4></div>');
		$('#uyeLogin').show('slow',function(){$(this).dropShadow({left: 10, top: 10});});
		$('#uyeLogin').load("/_ajax/tepe_uye_login_form.php");		
	}
	else{
		$("#uyeLogin").removeShadow();
		$("#uyeLogin").hide('slow');
	}
}

function uyeLoginForm(){
		$("#uyeLogin").removeShadow();
		$("#uyeLogin").html('<div align=\'center\'><br><img style=\'margin:10px;\' src=\'/_img/bigrotation2.gif\'><h4>Lütfen Bekleyiniz...</h4></div>');
		$('#uyeLogin').show('slow',function(){$(this).dropShadow({left: 10, top: 10});});
		$('#uyeLogin').load("/_ajax/tepe_uye_login_form.php");		
}

function uyeLoginSifre(){
	$("#uyeLogin").html('<div align=\'center\'><br><img style=\'margin:10px;\' src=\'/_img/bigrotation2.gif\'><h4>Lütfen Bekleyiniz...</h4></div>');
	$('#uyeLogin').load('/_ajax/tepe_uye_sifre_hatirlatma.php');
}

function tepeUyeLogout(){			
	$("#uyeLogin").html('<div align=\'center\'><br><img style=\'margin:10px;\' src=\'/_img/bigrotation2.gif\'><h4>Lütfen Bekleyiniz...</h4></div>');
	$("#uyeLogin").load("/_ajax/tepe_uye_logout.php");
}

function closeMe(){
	$("#uyeLogin").removeShadow();
	$("#uyeLogin").hide("slow");
}


$(".yorumLogin").click(uyeBilgi);

function uyeBilgi(e){
	var isVisible = $('#uyeLogin').is(':visible');
	if(!isVisible){
		$("#uyeLogin").removeShadow();
		$("#uyeLogin").hide();
		$("#uyeLogin").css("width",270); 
		$("#uyeLogin").css("height",130);
		$("#uyeLogin").css("left",e.pageX-10);
		$("#uyeLogin").css("top",e.pageY-140);
		$("#uyeLogin").html('<div align=\'center\'><br><img style=\'margin:10px;\' src=\'/_img/bigrotation2.gif\'><h4>Lütfen Bekleyiniz...</h4></div>');
		$('#uyeLogin').show('slow',function(){$(this).dropShadow({left: 5, top: 5});});
		$('#uyeLogin').load("/_ajax/tepe_uye_login_form.php");	
	}
	else{
		$("#uyeLogin").removeShadow();
		$("#uyeLogin").hide('slow');
	}	
}

function sakincaliYorum(e){
	var isVisible = $('#uyeLogin').is(':visible');
	var parentDIV = $(this).parents("div:first");
	if(!isVisible){
		$("#uyeLogin").removeShadow();
		$("#uyeLogin").hide();
		$("#uyeLogin").css("width",300); 
		$("#uyeLogin").css("height",200);
		$("#uyeLogin").css("left",e.pageX-120);
		$("#uyeLogin").css("top",e.pageY+15);
		$("#uyeLogin").html('<div align=\'center\'><br><img style=\'margin:10px;\' src=\'/_img/bigrotation2.gif\'><h4>Lütfen Bekleyiniz...</h4></div>');
		$('#uyeLogin').show('slow',function(){$(this).dropShadow({left: 5, top: 5});});
		$('#uyeLogin').load("/_ajax/tepe_yorum_rapor.php?id="+parentDIV.attr("id"));	
	}
	else{
		$("#uyeLogin").removeShadow();
		$("#uyeLogin").hide('slow');
	}	
}

$(".sakincali").click(sakincaliYorum);



$('.uyethumb').each(function () {
  $(this).mouseover(function(e){
 		//$("#uyepopup").removeShadow();
	var konum  = $(this).offset();
	var ptop = konum.top-$(this).height();		
	var pleft= konum.left+$(this).width() + 5;		
	$("#uyepopup").hide();		
	$("#uyepopup").html("<img src='"+$(this).attr("src")+"'>");
	$("#uyepopup").css("left",pleft);
	$("#uyepopup").css("top",ptop);
	$("#uyepopup").show();
  }).mouseout(function () {
	//$("#uyepopup").removeShadow();
	shown = false;
	$("#uyepopup").hide();
  });
});


// sayfadaki refleri yakalama
$('a').bind('click keypress', function(event) {
  var $a = $(this);
  var href = $a.attr('href');
 
	u=location.href;
	pageTracker2._trackPageview(u+'####'+href);

});
