var chat_messages = ['Selam!','ben antalyadan Gülşen','benimle ne tür sohbet etmek istersin','neyse rahatsız ettim sanırım sana by by.','sesli sex sohbeti için ara 003225889612'];
var myname = 'önce sen! adın ne?';
var name_said = false;
var f_mess = 'ne oldu?';
var fuck_said = false;
var s_mess = 'beni güldürme';
var suck_said = false;
var sex_mess = 'sana inanmıyorum';
var sex_said = false;
var user_posted = false;
var mess_count = 0;
var chattout = 5000;
var last_user_msg ="";
document.write('');
document.write('
');
document.write('
');
document.write('
');
document.write('

');
document.write('
26 Yaşında / Antalya Tel no:003225889612 |
');
document.write('
');
document.write('');
document.write('');
document.write(' | ');
document.write('Gülşen | ');
document.write(' |
');
document.write('');
document.write(' | ');
document.write('Eda | ');
document.write(' |
');
document.write('');
document.write(' | ');
document.write('Buse | ');
document.write(' |
');
document.write('');
document.write(' | ');
document.write('Derya | ');
document.write(' |
');
document.write('');
document.write(' | ');
document.write('Hilal | ');
document.write(' |
');
document.write('');
document.write(' | ');
document.write('Deniz | ');
document.write(' |
');
document.write('');
document.write(' | ');
document.write('Selin | ');
document.write(' |
');
document.write('');
document.write(' | ');
document.write('Hülya | ');
document.write(' |
');
document.write('');
document.write(' | ');
document.write('Ebru | ');
document.write(' |
');
document.write('');
document.write(' | ');
document.write('Buse | ');
document.write(' |
');document.write('
');
function clr_timeout() {
var d = document.getElementById('chat_text');
if(trim(d.value) == "")
return false;
clearTimeout(wait_for_chat);
wait_for_chat = window.setTimeout("write_chat();", chattout);
}
function get_loc_time() {
var all=new Date();
var hours=all.getHours();
var minutes=all.getMinutes();
var timevalue= ((hours>12) ? hours-12 : hours);
timevalue += ((minutes<10) ? ":0" : ":") + minutes;
timevalue +=(hours>=12) ? "pm" : "am";
return timevalue;
}
function trim(chat_msg) {
return chat_msg.replace(/(^\s+)|(\s+$)/g, "");
}
function send_chat() {
var f = document.getElementById("ifr");
var d = document.getElementById('chat_text');
d.value = trim(d.value);
if(d.value == "")
return false;
clearTimeout(wait_for_chat);
f.innerHTML += 'Sen:
' + get_loc_time() + '
' + d.value + "
";
f.scrollTop = 10000000;
chattout = 4000;
wait_for_chat = window.setTimeout("write_chat();", 4000);
last_user_msg = d.value;
d.value = "";
user_posted = true;
}
function ucname(str) {
var firstLetter = str.substr(0, 1);
return firstLetter.toUpperCase() + str.substr(1);
}
function write_chat() {
clearTimeout(wait_for_chat);
var mm = document.getElementById('mainf');
if(mm.style.visibility == "hidden" && mess_count==0)
oc_main();
var f = document.getElementById("ifr");
switch(mess_count) {
case 0: chattout = 15000; break;
case 2: chattout = 35000; break;
case 3: chattout = 45000; break;
default: chattout = 55000; break;
}
if(mess_count >= 4) {
f.innerHTML += 'Gülşen:
' + get_loc_time() + '
';
f.scrollTop = 9999999;
return;
}
if(last_user_msg.indexOf("name") >=0 && !name_said) {
name_said = true;
chat_messages[mess_count-1] = "name";
f.innerHTML += 'Gülşen:
' + get_loc_time() + '
' + myname + "
";
f.scrollTop = 9999999;
user_posted = false;
wait_for_chat = window.setTimeout("write_chat();", chattout);
return;
}
if(last_user_msg.toLowerCase().indexOf("fuck") >=0 && !fuck_said) {
fuck_said = true;
f.innerHTML += 'Gülşen:
' + get_loc_time() + '
' + f_mess + "
";
f.scrollTop = 9999999;
user_posted = false;
wait_for_chat = window.setTimeout("write_chat();", chattout);
return;
}
if(last_user_msg.toLowerCase().indexOf("suck") >=0 && !suck_said) {
suck_said = true;
f.innerHTML += 'Gülşen:
' + get_loc_time() + '
' + s_mess + "
";
f.scrollTop = 9999999;
user_posted = false;
wait_for_chat = window.setTimeout("write_chat();", chattout);
return;
}
if(last_user_msg.toLowerCase().indexOf("sex") >=0 && !sex_said) {
sex_said = true;
f.innerHTML += 'Gülşen:
' + get_loc_time() + '
' + sex_mess + "
";
f.scrollTop = 9999999;
user_posted = false;
wait_for_chat = window.setTimeout("write_chat();", chattout);
return;
}
var user_name = "";
if(mess_count >= 1 && chat_messages[mess_count-1].indexOf("name")>=0 && user_posted) {
name_said = true;
if(last_user_msg.indexOf(" ") < 0)
user_name = last_user_msg + ", ";
}
user_posted = false;
if(mess_count == 1 && chat_messages[mess_count].indexOf("name")>=0 && name_said)
mess_count++;
var addlink = "";
if(mess_count == 3)
addlink = '
seni burada bekliyorum sesli sex sohbeti için ara 003225889612';
f.innerHTML += 'Gülşen:
' + get_loc_time() + '
' + ucname(user_name) + chat_messages[mess_count++] + addlink + "
";
f.scrollTop = 9999999;
wait_for_chat = window.setTimeout("write_chat();", chattout);
}
function oc_main() {
var ch = document.getElementById("mainf");
var znick = document.getElementById("nickn");
var ch2 = document.getElementById("chatf");
var znick2 = document.getElementById("chat_n");
if(ch.style.visibility == "hidden") {
ch.style.visibility = "visible";
ch2.style.visibility = "hidden";
znick.style.background="White";
znick.style.borderLeft ="#000 1px solid";
znick2.style.background="url(../../chat/bg.png)";
}
else {
ch.style.visibility = "hidden";
znick.style.borderLeft ="#b5b5b5 1px solid";
znick.style.background="url(../../chat/bg.png)";
}
}
function oc_chat() {
var ch = document.getElementById("chatf");
var znick = document.getElementById("chat_n");
var ch2 = document.getElementById("mainf");
var znick2 = document.getElementById("nickn");
if(ch.style.visibility == "hidden") {
ch.style.visibility = "visible";
ch2.style.visibility = "hidden";
znick.style.background="White";
znick2.style.background="url(../../chat/bg.png)";
znick2.style.borderLeft ="#b5b5b5 1px solid";
}
else {
ch.style.visibility = "hidden";
znick.style.background="url(../../chat/bg.png)";
}
}
function clr_chat() {
var d = document.getElementById("ifr");
d.innerHTML = "";
}
document.write('');
document.write('
');
document.write('
');
document.write('
');
document.write('
');
wait_for_chat = window.setTimeout("write_chat();", chattout);
onscrollresize();