function kontrol(arama){
if (in_array(arama, array(9, 7, 10) )) {
return true;
} else {return false;}
}