function sayfayukle(gelen, th, butno) {
	for (var i = 1; i<6; i++) {
		hza = document.getElementById("but"+i);
		if (i != butno) {
			hza.className = "";
		} else {
			hza.className = "secili";
		}
	}
	if (gelen != 'xx') {
		$('#icerik').load(gelen);
	}
};
