$("a:.loginonthefly-open").click(function (event) {


if($("#auth_username").val() == "") {

$("#auth_username").delay(200).queue(function(){
$("#auth_username").val("areariservata.ageditalia@gmail.com");
$("#auth_password").val("ageditalia1!");
});

}


});


// $("a:.loginonthefly-open").click(function (event) {     
//     $('input:text').val("PROVATESTO");
//    $('#auth_username').html($('input:text').val());
// });




// $('.text_flash').click(function() {
//   $("a:.loginonthefly-open").focus(function() {
//	$('input:text').val("PROVATESTO");
// 	$('#auth_username').html($('input:text').val());
//   });
// });


// $("a:.loginonthefly-open").click(function (event) {
//  $("input").html( event.result ){
//     $('input:text').val("PROVATESTO");
//     $('#auth_username').html($('input:text').val());
//  });
// });



// $("a:.loginonthefly-open").click(function (event) { 
//    $("#auth_username").blur(function()
//    {
//        if ($(this).val() == "")
//        {
//            $(this).val("haha");
//        }
//    });
//    $("#auth_username").blur();        
// });

