// JavaScript Document
function gotoPage(){
	setTimeout('window.location.href="http://www.inscientiafides.com/"', 3000);
}
