function temizle($x){
$ara    = array("refresh");
$degis  = array("sie");
$x = str_Replace($ara,$degis,$x);
return $x;
}