﻿/// <reference path="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js "/>


$(document).ready(function () {

    // $("a").click(function (event) {

    //   event.preventDefault();
    //   $(this).slideUp();
    // });

//    $('#imgAbout').click(function () {

//        $('#litText').val("Test Test")    
//        
//        });


});


