// JavaScript Document

$(function(){
	$("a#fadeout").click(function(){
		$("#wa_veil").fadeOut(1000);
	});
});
