// JavaScript Document
function go(where){
	location.href=where
	
	if(null != document.all){
	}else{
	}

}

function revealall(){
	alert();
	o=getElementById('loadingbanner');
	o.style.display='none';
	
}
