/* kodlama OOP Technology
php@ooptech.com */
function yorumyap(){
$.post('yorum_oop.php', $("#yorumform").serialize(), function(data) {
    if(data=='tamam'){
        $('#yorum_gelen').html('Yorumunuz iletilmiştir, en kısa sürede incelenip değerlendirilecektir....');
        $('#ad').val('');
        $('#mail').val('');
        $('#yorum').val('');
    }else{
        $('#yorum_gelen').html(data);
    }
$('.result').html(data);
});
}
function eschat( nick , oda , ip , time ){
    var appletCode = '';
    appletCode += '<applet name="Time" code="esChat.class" archive="http://irc.adamca.net/sohbet/esChat.jar" width="981" height="530" mayscript>';
    appletCode += '    <param name="codeBase" value="http://irc.adamca.net/sohbet">';
    appletCode += '    <param name="CABBASE" value="http://irc.adamca.net/sohbet/esChat.cab">';
    appletCode += '    <param name="nickname" value="'+ nick +'">';
    appletCode += '    <param name="Channel1" value="'+ oda +'">';
    appletCode += '    <param name="ipaddr" value="'+ ip +'">';
    appletCode += '    <param name="time" value="'+ time +'">';
	appletCode += '    <param name="ident" value="SohbetTime">';
	appletCode += '    <param name="fullname" value="SohbetTime.com Web Kullanıcısı">';
    appletCode += '</applet>';
    document.write( appletCode );

}
function radyo(){
var so = new SWFObject('http://www.powerturk.com/2010/flaplayer/player.swf','ply','300','22','9');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addParam('flashvars','&file=http://174.127.80.122:5757&stream.nsv&bufferlength=5&dock=false&stretching=none&autostart=true&skin=modieus.swf');
so.write('radyo');
}
        $(document).ready(function(){
			$(document).pngFix();
            $("#shadow").css("height", $(document).height()).hide();
            $(".lightSwitcher").click(function(){
                $("#shadow").toggle();
            });
            $("#shadow").click(function(){
                $("#shadow").toggle();
            });
        });
function popUp(URL) {
    winName = 'odalistesi';
    features = 'width=663,height=605';
    window.open(URL,winName,features);
}

