// JavaScript Document
function show_slider_thingy()
{
	document.getElementById('page_block').style.visibility = "hidden";
}
setTimeout("show_slider_thingy()", 1500);