﻿//    
//jQuery(document).ready(function () {

//    $(':text,textarea,select').focus(function () {
//        $(this).addClass("focus");
//    });

//    $(':text,textarea,select').blur(function () {
//        $(this).removeClass("focus");

//    });


//    $('input[type ="password"]').focus(function () {
//        $(this).addClass("focus");
//    });

//    $('input[type="password"]').blur(function () {
//        $(this).removeClass("focus");

//    });
//      
//}

//);
//
//

function testalert() {
    alert('Hi,this is a test message!');
}
