loading = function() {

	//document.getElementById('chenar_stanga').style.display="none";
	//document.getElementById('chenar_dr').style.display="none";
	setTimeout('remind()',1500);
	setTimeout('remind2()',2500);

	
	remind = function() {
		$('chenar_stanga').appear({ duration: 1 });}
		
	remind2 = function() {
		$('chenar_dr').appear({ duration: 1 });
		document.getElementById('load').style.display="none";}
}
