Arama

Popüler aramalar

Ceyhun Yılmaz: Galatasaray şampiyon olmayacaksa onlar olsun!

Galatasaray'a olan tutkusuyla bilinen ünlü oyuncu ve radyocu Ceyhun Yılmaz, MisliTV'de yayınlanan 'Ex-Press' programında kendisine yöneltilen soruları yanıtladı. 'Bir Galatasaraylı olarak Beşiktaş, Fenerbahçe ve Trabzonspor'dan oyuncu alma fırsatın olsa kimi alırdın?' sorusunu yanıtlayan Ceyhun Yılmaz, " Sosa, Nwakaeme, Sörloth'u çok beğeniyorum. Genç oyuncuların da hepsi çok başarılı. Galatasaray şampiyon olmayacaksa Trabzonspor olsun isterim. Fenerbahçe'de ise Vedat Muriç ve Luiz Gustavo isimlerini başarılı buluyorum. Beşiktaş'ta ise Atiba'yı seçerdim" dedi!

Sitene Ekle
Aşağıdaki kodu kopyalayıp sitenize ekleyebilirsiniz
Genişlik:
Yükseklik:
X
`;// Modal içeriğini sayfaya ekle$("body").append(modalContent);$(".video-overlay, .video-pop-close").on('click', function () {$(".video-overlay, .video-pop-module").each(function () {$(this).remove();});});frameControls();};function createFrameUrl() { /* frame icini dolduran fonksiyon */frameWidth = $("#iWidth").val();frameHeight = $("#iHeight").val();var frameCode = '';$("#frameBody").html(frameCode);};createFrameUrl();$("#btnAutoStart input[type='checkbox']").click(function () { /* autostart checkbox islemleri */if (this.checked) {autoStart = true;createFrameUrl();$(this).parent().addClass("checked");} else {autoStart = false;createFrameUrl();$(this).parent().removeClass("checked");}});function frameControls() {$("#btnAutoStart input[type='checkbox']").click(function () { /* autostart checkbox islemleri */if (this.checked) {autoStart = true;createFrameUrl();$(this).parent().addClass("checked");} else {autoStart = false;createFrameUrl();$(this).parent().removeClass("checked");}});$("#btnAutoSize input[type='checkbox']").change(function () { /* autosize aktif pasif islemleri */if (!this.checked) {$("#iHeight").val(328);$("#iWidth").val(584);frameWidth = "584";frameHeight = "328";document.getElementById("iWidth").readOnly = true;document.getElementById("iHeight").readOnly = true;createFrameUrl();$(this).parent().addClass("checked");} else {document.getElementById("iWidth").readOnly = false;document.getElementById("iHeight").readOnly = false;$("#iWidth").focus();createFrameUrl();$(this).parent().removeClass("checked");}});$("#iWidth").on('change', function () {console.log('test');frameWidth = $(this).val();frameHeight = $("#iHeight").val();if (frameWidth