function izlenen(siteadi,ne)
{
	$('#dongu').html();
	$('#dongu').load(siteadi+'/wp-content/themes/mbweb/veriler.php?veri='+ne);   
}
function video(url)
{
    $('#videosonuc').slideDown('slow');
    $("#videosonuc").html('<img src="'+url+'/wp-content/themes/mbweb/photos/ajax.gif" alt="ajax"/>');
    $.ajax
    ({
        type:'POST',
        url:url+'/wp-content/themes/mbweb/videogonder.php',
        data:$('#videoform').serialize(),
        success:function(cevap)
        {
            $("#videosonuc").html(cevap)
        }
    })
}


