/////////////////////////////////////////////////////////////////////////////////////////////////////
// Gönder 
function gonder(harf,formm){
document.getElementById('aharf').value = harf;
//alert(document.getElementById('aharf').value);
document.getElementById(formm).submit();
}
function git(sayfa){
window.location = '?s='+sayfa;
}
////////////////////////////////////////////////////////////////////////////////////////////////////////
// referanslar
function refover(refid){
gebis('ref'+refid).color = '#ff6600';
}
function refout(refid){
gebis('ref'+refid).color = '#000000';
}
function refgetir(refid,rid){
aktif = gebiv('active');
gebi('refvid').value = rid;
 if(refid != aktif){
 gebis('ref'+refid).backgroundColor = '#fcf588';
 gebis('ref'+aktif).backgroundColor = 'transparent';
 gebi('active').value = refid;
 jQuery($('#fadediv').fadeOut(500));
 
 function refpost(){ 
 reid = gebiv('refvid');
  url = 'referans_ayrinti.php?id='+reid; 
  ajxE(url,'fadediv'); 
 }
 function refin(){ 
 jQuery($('#fadediv').fadeIn(500)); 
 }
   
  setTimeout(refpost,1000);
  setTimeout(refin,2000);
 }
}








