// JavaScript Document

$(document).ready(init);


function init()
{
	$("#shader").fadeOut(3500);
}
