sözlüğü hackliyorum okumayın
sözlüğü hackliyorum okumayın
sözlüğü hackliyorum okumayın
sözlüğü hackliyorum okumayın
sözlüğü hackliyorum okumayın
sözlüğü hackliyorum okumayın
sözlüğü hackliyorum okumayın
function sspot_arastir(t, t2) {
document.write('<select style="display:block !important; position:static !important;width:160px !important;height:auto !important;overflow:visible !important;" onchange="if(this.selectedindex>0){window.open(decodeuricomponent(this.options[this.selectedindex].value));this.selectedindex=0;}">')
document.write('<option>..bilgi kaynaklarä±..</option>' + '<option value="
http://sozluk.sourtimes.org/show.asp?t =' + t + '">ekåÿi sã¶zlã¼k</option>' + '<option value="
http://www.uludagsozluk.com/ ' + t2 + '">uludaäÿ sã¶zlã¼k</option>' + '<option value="
http://www.google.com.tr/search?q =' + t + '">google</option>' + '<option value="
http://www.ingsozluk.com/index.php?c=s&kelime =' + t + '">ingilizce-tã¼rkã§e</option>' + '')
document.write('</select>')
}
$(document).ready(function () {
$('.soz_et2').click(function () {
soz_et2_click($(this).attr('et'))
})
$('.soz_et2').mouseover(function () {
$(this).css({
'font-weight': 'bold',
'cursor': 'pointer'
})
soz_et2_mouseover($(this).attr('et'))
})
$('.soz_et2').mouseout(function () {
$(this).css({
'font-weight': 'normal',
'cursor': 'normal'
})
soz_et2_mouseout($(this).attr('et'))
})
})
function soz_et2_mouseover(gelen_id) {
$('li[et|="' + gelen_id + '"]').css({
'cursor': 'pointer'
})
$('li[et|="' + gelen_id + '"]').addclass('msj_ozel_tablo_2')
}
function soz_et2_mouseout(gelen_id) {
$('li[et|="' + gelen_id + '"]').css({
'cursor': 'normal'
})
$('li[et|="' + gelen_id + '"]').removeclass('msj_ozel_tablo_2')
}
function soz_et2_click(gelen_id) {
$('li[et|="' + gelen_id + '"]').prepend('<a name="et' + gelen_id + '" >')
$('li[et|="' + gelen_id + '"]').addclass('msj_ozel_tablo_2')
document.location.href = "#et" + gelen_id + ""
}
function sozlukspot_change_tit(baslik) {
if (typeof (parent.document) != 'undefined' && typeof (parent.document) != 'unknown' && typeof (parent.document.title) == 'string') {
parent.document.title = baslik
}
}
function po(url, name, gen, yuk) {
xko = math.round((screen.width - gen) / 3.5)
yko = math.round((screen.height - yuk) / 2)
var win = window.open(url, name, "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=" + gen + ",height=" + yuk + ",top=" + yko.tostring() + ",left=" + xko.tostring() + "")
win.focus()
}
function pop(url, name, gen, yuk) {
po(url, name, gen, yuk)
if (window.event) event.returnvalue = false
return false
}
function oy(id, puan) {
pop('/ss_index.php?sa=oylama&id=' + id + '&ne=yap&pu=' + puan, 'oy_' + id, '300', '130')
}
function koy(id, bas, son) {
var t = document.getelementbyid(id)
if (document.selection) {
var sonuc = document.selection.createrange()
var el = sonuc.parentelement()
if (el != t) {
alert('metni seã§, sonra tuåÿa bas.')
} else {
sonuc.text = bas + sonuc.text + son;
sonuc.select()
}
} else if (t.selectionstart || t.selectionstart == '0') {
var tbas = t.value.substring(0, t.selectionstart)
var sonuc = t.value.substring(t.selectionstart, t.selectionend)
var tson = t.value.substring(t.selectionend, t.value.length)
t.value = tbas + bas + sonuc + son + tson
} else {
t.value += bas + son
}
t.focus()
if (window.event) event.returnvalue = false
return false
}
function gizlegoster(id) {
var d = document.getelementbyid(id)
if (d.style.display == 'block') d.style.display = 'none'
else d.style.display = 'block'
return false
}
function uz(input) {
var d = document.getelementbyid(input)
var k = d.value.length
if (k > 2000) d.rows = 40;
if (k > 1000) d.rows = 35;
else if (k > 750) d.rows = 30;
else if (k > 500) d.rows = 25;
else if (k > 250) d.rows = 15;
else d.rows = 10
}
var jj = 0
function title(baslik) {
if (typeof (parent.document) != 'undefined' && typeof (parent.document) != 'unknown' && typeof (parent.document.title) == 'string') {
parent.document.title = baslik
}
}