<!-- Begin Motigo Webstats counter code -->      
<!-- Title: El Chaleco PĂˇginas -->
<!-- URL: http://aytha.eresmas.net/ -->
document.write('<a id="mws1429857" href="http://webstats.motigo.com/"><img width="18" height="18" border="0" alt="Free counter and web stats" src="http://m1.webstats.motigo.com/n.gif?id=ABXRYQ77cvwpkstblg4fA7xu402A" /></a>');
document.write('<script src="http://m1.webstats.motigo.com/c.js?id=1429857" type="text/javascript"></script>');
<!-- End Motigo Webstats counter code -->
<!-- hide
if (self==parent) { 
      document.write('<div align="center"><center><table border="1" cellpadding="0" cellspacing="0" width="45%" height="79"><tr><td width="100%" height="79" bordercolor="#C0C0C0" bgcolor="#C0C0C0"><div align="center"><table border="0" cellpadding="5" cellspacing="0" width="100%"><tr><td width="19%"><p align="center"><img border="0" src="imagen/P/info.gif" width="32" height="32"></td><td width="81%"><b><font color="#000000" size="2">ˇAtención! Este es solamente un frame, es parte de un sitio web. Por favor vaya a la página principal<br>&nbsp;<a href="http://aytha.eresmas.net">~ El Chaleco Anti-Balas ~</a></font></b></td></tr></table></div></td></tr></table></center></div>');
   window.setTimeout("window.navigate('index.html')", 1000000000000000000);
   }
// end hide -->
<!--
 window.onerror=noError;

 Speech.SuppressExceptions=1;
 Speech.Tagged=1;
 Speech.Initialized=1;

 function noError() {
   return true;
 }

 function checkParent (src, tagName) {
   while ( src != null ) {
     if (src.tagName == tagName) return src;
     src = src.parentElement;
   }
   return null;
 }

 function checkContent (src, tagName) {
   var pos = src.sourceIndex;
   while (src.contains(document.all[++pos])) {
     if (document.all[pos].tagName == tagName) return document.all[pos];
   }
   return null;
 }

 function outlineAction() {
   var src = event.srcElement;
   var item = checkParent (src, "LI");
   if (parent != null) {
     var content = checkContent (item, "UL");
     if (content != null) {
       if (content.style.display == "") {
         content.style.display = "block";
         src.style.listStyleImage = "url(minus.png)";
       }
       else {
         content.style.display = "";
         src.style.listStyleImage = "url(plus.png)";
       }
     }
   }
   event.cancelBubble = true;
 }

 function MSIEversion()
 {
   var ua = navigator.userAgent;
   var msie = ua.indexOf ("MSIE ");

   if (msie > 0)
     return parseFloat (ua.substring (msie+5, ua.indexOf (";", msie)));
   else
     return 0;
 }

 function Say(text)
 {
   Speech.AudioReset();
   Speech.Speak ("\\ctx=\"e-mail\"\\");
   Speech.Speak (text);
 }

 function ClearSelect() {
   document.selection.empty();
 }

 function SaySelect() {
   Say(document.selection.createRange().text);
 }

 document.onmousedown = ClearSelect;
 document.onmouseup = SaySelect;
 //-->