// JavaScript Document
 function include(file) {
   if (document.createElement && document.getElementsByTagName) {
     var head = document.getElementsByTagName('head')[0];

     var script = document.createElement('script');
     script.setAttribute('type', 'text/javascript');
     script.setAttribute('src', file);

     head.appendChild(script);
   } else {
     alert('Your browser can\'t deal with the DOM standard. That means it\'s old. Go fix it!');
   }
 }


function abrirChat() {
	<!--
		window.open("/hapvida/chat/index.php","autoriza","toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,width=487,height=377,left=0,top=0");
		
	//-->
}

