function initBlocksSelector()
{
	setTimeout( blocksSelector, 4000);
}

function blocksSelector()
{
	var block_html = document.getElementById('block_html');	
	block_html.className = "hid";
}


