﻿$(document).ready(function() {
  

    //$("#scroller").slideDown(3000, 0.3);

//    $("#scroller").fadeTo(1500, 0.2);
//    $("#scroller").hover(function() {
//        $(this).fadeTo("slow", 1.0);
//    }, function() {
//        $(this).fadeTo("slow", 0.2);
//    });


    $("#kanji").fadeTo(1500, 0.2);
    $("#kanji").hover(function() {
        $(this).fadeTo("slow", 1.0);
    }, function() {
        $(this).fadeTo("slow", 0.1);
    });


    $("#kanji2").fadeTo(1500, 0.2);
    $("#kanji2").hover(function() {
        $(this).fadeTo("slow", 1.0);
    }, function() {
        $(this).fadeTo("slow", 0.1);
    });
    /*
    defaultEmail
    $("#walesflag").fadeTo("slow", 0.3);
    $("#walesflag").hover(function() {
    $(this).fadeTo("slow", 1.0);
    }, function() {
    $(this).fadeTo("slow", 0.1);
    });
    */
});
