function trace(str)
{
	try {console.log(str);} catch(e){}
}

$(document).ready(function()
{

	$("#page-splash").delay(600).fadeIn("slow");
	
});
