// +----------------------------------------------+ //
// |  Copyright©2009, Steven Douglas Huddleston   | //
// |             All Rights Reserved              | //
// | No portion of this code can be copied, used, | //
// | published or reproduced in any way without   | //
// | the expressed written consent of the author. | //
// +----------------------------------------------+ //

// +----------------------------------------------+ //
// |     Microsoft Internet Explorer Detection    | //
// +----------------------------------------------+ //

var IEBrowser = (navigator.appName.indexOf("Microsoft Internet Explorer") == -1) ? 0 : 1;
     
w = '' + window.location;
y = w.lastIndexOf('koments.html');

tildeimg = '&nbsp;<img src="http://www.kongaloid.org/src/img/tildebrn.gif" style="vertical-align: middle; width:11; height:4;">&nbsp;';

if (y > -1) 
     {
     x = window.location.search.lastIndexOf('&');
     commentID = parseInt(document.location.search.substr(1, x - 1));
     entryName = decodeURIComponent(document.location.search.substr(x + 1));
     getcount();
     } 
else {
     getcount();
     tagID = 'ccount' + commentID;
     if (c_cnt == 1) {plrl='';} else {plrl='s';}
     document.getElementById(tagID).innerHTML = c_cnt + '&nbsp;Comment' + plrl;
     }

function getcount() { c_cnt = selectcomm(-1); } // Counts Total Number of Items

function getheader(divID) { document.getElementById(divID).innerHTML = entryName; }

function getcomments() { selectcomm(0); }

function getaut(aut) {return (aut == '') ? '(Anonymous)' : aut;}

function getcom(com) {return (com == '') ? '(No Comments)' : com;}

function showcomments(x)
     {
     document.getElementById('guestcomments').style.display = (x) ? 'block' : 'none';
     document.getElementById('guestpreview').style.display = (x) ? 'none' : 'block';
     document.location='#top';
     }

function PreviewComment(obj) {

     x = new Date();

     // -------------------- //
     //  Parse Current Time  //
     // -------------------- //
     h = x.getHours();
     if (h < 12) {M = " AM";} else {M = " PM";}
     if (h > 12) h = h - 12;
     if (x.getMinutes() < 10) N = "0"; else N = "";

     c_tim = h + ':' + N + x.getMinutes() + M;

     // -------------------- //
     //  Parse Current Date  //
     // -------------------- //
     d = x.getDate();
     m = x.getMonth() + 1;
     y = x.getFullYear();

     switch (parseInt(m)) {
        case  1: m='Jan'; break;
        case  2: m='Feb'; break;
        case  3: m='Mar'; break;
        case  4: m='Apr'; break;
        case  5: m='May'; break;
        case  6: m='Jun'; break;
        case  7: m='Jul'; break;
        case  8: m='Aug'; break;
        case  9: m='Sep'; break;
        case 10: m='Oct'; break;
        case 11: m='Nov'; break;
        case 12: m='Dec'; break;}

     c_dat = d + ' ' + m + ' ' + y;

     // ------------------ //
     //  Parse Entry Data  //
     // ------------------ //
     obj = document.forms.GoKomments;
     nme = getaut(obj.Name.value);
     foo = getcom(obj.Comment.value);
     cmt = foo.replace(/\n/g,'<br>');             // Carriage Returns

     // ------------------- //
     //  Construct Preview  //
     // ------------------- //
     document.getElementById('prevauth').innerHTML = nme;
     document.getElementById('prevtext').innerHTML = cmt;
     document.getElementById('previtem').innerHTML = 'Entry # ' + (c_cnt + 1) + ' of ' + (c_cnt + 1) + tildeimg + c_dat + tildeimg + c_tim;
     showcomments(0);
     }

function SubmitComment() {
     // Compose Message
     formobj = document.forms.GoKomments;
     send_to = getrecipient(IEBrowser);
     subject = encodeURIComponent('User Comments: ' + entryName + ' (Entry ID#: ' + commentID + ')');
     usrname = encodeURIComponent(formobj.Name.value);
     usr_msg = encodeURIComponent(formobj.Comment.value);
     fmt_msg = 'Name:%20' + usrname + '%0D%0DComments:%20' + usr_msg;
     execlnk = 'ma' + 'il' + 'to:' + send_to + '?' + 'sub' + 'j' + 'ect=' + subject + '&' + 'bo' + 'dy=' + fmt_msg;
     // Send Mail
     window.location = execlnk;
     // Epilogue
     formobj.reset();
     showcomments(1);
     alert('Thank You!\nIf you completed the sending process, your opinion was submitted to the webmaster for review.\nIf acceptable, it will be posted within the next 24 hours.');
     }

function ResetComment() {
     document.forms.GoKomments.reset();}

function showcomment(I) {
     if (I == 0) 
          {
          document.write('<div style="font-size: 16px; margin: 0px 0px 15px 0px; text-align: center;">');
          document.write('<hr>');
          document.write('<img src="http://www.kongaloid.org/src/img/panic.gif" width="34" height="28" alt="Don\'t Panic!" style="margin: 15px 0px 5px 0px;"><br>');
          document.write('There are no comments to date<br>for this article.<br>Be the first to contribute!');
          document.write('</div>');
          } 
     else {
          document.write('<div class="comments-header">');
          document.write('<a href="#addform"><img src="http://www.kongaloid.org/src/img/commentsml.gif" align="right" width="16" height="14" alt="Add a Comment!" style="margin: 2px 0px 0px 0px; border: 0;"></a>');
          document.write('Entry # ' + ((c_cnt + 1) - I) + ' of ' + c_cnt + tildeimg + c_dat);
          document.write('</div>');
          document.write('<div style="font-size: 12px; margin: 15px 10px 15px 5px;">');
          document.write('<span style="color:#cc6600; font-weight:bold;">From:</span> ' + getaut(c_aut) + '<br><br>');
          document.write(getcom(c_txt));
          document.write('</div>');
          }
     }

function showend() {
     document.write('<hr>');
     document.write('<div style="text-align:center;">');
     document.write('<img src="http://www.kongaloid.org/src/img/fini.gif" style="width:53; height:29;"><br>');
     document.write('</div>');
     }

// -------------------------------------------------------------- //
//  --- ITEM INVENTORY --- ITEM INVENTORY --- ITEM INVENTORY ---  //
// -------------------------------------------------------------- //

function selectcomm(X) {I=0;

if (commentID == -999) {I++; 
   if (X > -1) {
      c_aut='';
      c_dat='' + tildeimg + '';
      c_txt='';
      showcomment(I);}
   }

// ------------------------- //
// --- The SETI Failure? --- //
// ------------------------- //

if (commentID == 23) {I++; 
   if (X > -1) {
      c_aut='Bob Ortiz';
      c_dat='19 May 2008' + tildeimg + '10:54 PM';
      c_txt='I once mentioned to you that another option could be that intelligent life from beyond may have already been here (The Pyramids, Stonehenge, Rapa Nui, etc et al). Maybe they are more advanced than we are, otherwise how would you explain all those UFO, USO & UFP sightings? Maybe they are interested in us in much the same way Jane Fossi was interested in apes: as an anthropological study. To paraphrase Carl Sagan (Via Jody Foster in Contact), if we\'re the only intelligent life in the universe, it\'s an awful waste of space.';
      showcomment(I);}
   }

// -------------------- //
// --- Brother Star --- //
// -------------------- //

if (commentID == 400) {I++; 
   if (X > -1) {
      c_aut='Bob Ortiz';
      c_dat='20 May 2008' + tildeimg + '1:36 PM';
      c_txt='I agree with you. I too have a constant sense of awe whenever I think about the vastness of our cosmic fishbowl.<br><br>However, I disagree that someone on HIPSTAR would even notice our existence. Here\'s why:<br><br>For starters, the age difference. We\'re just noticing their star and it\'s MUCH older than ours. At the distance of 200+ light years our sun would probably appear like a half formed gaseous ball just starting out.<br><br>By that same rationale, if they are anything like us (God, I hope not!), chances are they\'ve driven their civilization into the ground. Instead of a scientist looking up and saying "Hey look! A new star!" he\'ll probably be something like an Eloi and say "What about those points of light in the sky? All is clear, that is all that matters"<br><br>Then again, maybe they ARE different from us. Maybe they HAVE transcended beyond the pettiness of our own "Human" race.<br><br>So once again, my mind, like yours, wanders and wonders at the possibilities.';
      showcomment(I);}
   }

// ----------------------------------- //
// --- Why Do I Trash Puerto Rico? --- //
// ----------------------------------- //

if (commentID == 0) {I++; 
   if (X > -1) {
      c_aut='Vanessa';
      c_dat='15 Dec 2008' + tildeimg + '11:16 PM';
      c_txt='I moved to Puerto Rico after a 17 year absence. This is not the Island that I left when I was 19 years old. This is &quot;no man\'s land&quot; and the lack of education and ignorance of the damage they do with they reckless attitude is beyond sad.<br><br>Needless to say, I agree with you 150%. I cannot wait to finish my work here and move back to Washington State because unfortunately I cannot afford to expose my children and me to this environmental tragedy for much longer.';
      showcomment(I);}
   }

if (commentID == 0) {I++; 
   if (X > -1) {
      c_aut='Ray Colon';
      c_dat='10 Apr 2006' + tildeimg + '3:43 PM';
      c_txt='Hi Steve, first let me tell you that you are not the only Puertorican that is ashamed of puertoricans and the way they have transformed this island into the cesspool it is today. I live in San German, where as a small boy I could walk and fish at a nearby stream...now a days I refuse to even touch it. Thanks for your enlightenment. I don\'t think there\'s any hope in the near future for this "Hotel California"<br><br>Ray Colon<br>Sew Can I...<br>Sails & Cavas works';
      showcomment(I);}
   }

if (commentID == 0) {I++; 
   if (X > -1) {
      c_aut='Steve Huddleston';
      c_dat='24 Apr 2006' + tildeimg + '8:47 AM';
      c_txt='Ouch!<br><br>Amen, Ray, amen! The truth often hurts...what can I say except, I hope you and I are wrong about the future.<br><br>Peace, bro!<br>Steve';
      showcomment(I);}
   }

if (commentID == 0) {I++; 
   if (X > -1) {
      c_aut='Caly Qui&ntilde;onez';
      c_dat='30 Nov 2000' + tildeimg + '7:06 PM';
      c_txt='Sir, I will not "trash" you for writing what you did. I think it\'s brilliant, and more importantly; it\'s the truth. I love my island so very much, that the passion for it allows me to open my eyes and see it\'s sad reality. Puerto Rico is a Paradise, the "keepers" of that paradise, well, "ahi es donde esta el problema". Unfortunately, someone has to raise awareness, but only a small group "gets the message". It\'s always been that way, \'cause I left the island eight years ago and apparently things have not changed.<br><br>I\'ve been all over Europe, the Middle East, and South America in the time I\'ve been away, and you can say pretty much the same about what\'s going on in most other countries...(I was in Italy when the whole "Kosovo" thing was going on; how \'bout that for a messed up counrty). They also put the "blame" on someone else, just like a lot of Puertorricans do with the Americans. The thing is,we are all responsable for our communities, our society, and our own history, and everybody has to "face up"... And to me at least, this is your way of "facing up", of not putting a "hand over your eyes". And there\'s nothing wrong with that!<br><br>- Now, about the colors of our flag and the states\' flag, the "coincidence" thing; let\'s not go that far... I\'m with you on everything else, but I can\'t be with you on that BS... But it\'s all good. You keep saying what you feel... We all do what we do, for the same thing, in the end; EL AMOR A LA PATRIA.Take care!-<br><br>CALY QUINONES,<br>Long Beach, CA.';
      showcomment(I);}
   }

if (commentID == 0) {I++; 
   if (X > -1) {
      c_aut='Tasha Serrano';
      c_dat='11 Nov 1999' + tildeimg + '3:02 PM';
      c_txt='Steve,<br><br>It has been very interesting reading through your web site for the last 10-15 minutes or so.  Unfortunately, not all of your page links are working.<br><br>I have recently become more interested in my native land, Puerto Rico.  I lived there for 8 years in my early childhood and have never forgotten it. No matter where I go, it will always be "home."<br><br>I am impressed with your straightforth nature and direct approach regarding Puerto Rico, its people and its problems.  You seem like an educated, well informed individual.  I like to see that in my fellow Puerto Ricans.  The information on the Coqui was very interesting - I had no idea there were so many kinds of Coqui or that some were extinct/on the endangered species list.<br><br>I would love to become more active in the issues concerning Puerto Rico but I honestly don\'t know where to begin.  The idea of P.R. Independence appeals to me but not as much as what\'s going on in Vieques with the Navy or what\'s happening to P.R.\'s environment. I certainly don\'t want to see P.R. as the 51st state.<br><br>Not living in P.R. at this time, I am not able to witness its degradation by Puerto Ricans.  This is a travesty and I wish there was something we, as concerned citizens, could do to help change this attitude in our compatriots.<br><br>Thanks for your ear,<br>Tasha Serrano';
      showcomment(I);}
   }

if (commentID == 0) {I++; 
   if (X > -1) {
      c_aut='Dalia';
      c_dat='22 May 1999' + tildeimg + '4:07 AM';
      c_txt='Dear Boricua:<br><br>I agree with you 100%. This has been my argument for a long time now but like you said before hay mucha gente que no entiende all the pain, tears, and blood that were shed for our freedom (if you can call it that!). And I believe that the group Fiel a la Vega accurately said it when they wrote the following:<br><br>"Y arrastro el abuso en mi sangre, y arrastro el engano y la traicion,<br>arrastro la plaga en mi sangre que esta hundiendo a mi isla con su infeccion....<br><br>Y traigo una espina en mi sangre porque los ideales ruegan su <br>re-eleccion. Y aqui se grita cuando hay hambre y se negocia cualquier otra condicion...<br><br>Y se comen la carne que deja en los huesos a un pueblo,<br>un pueblo durmiendo, hay un pueblo durmiendo, al pueblo durmiendo....<br><br>Y traigo complejo en mi sangre y un problema de identificacion<br>y por dondequiera que ande mi alma se seguira partiendo en dos... "<br><br>These words I just borrowed from them are direct and to the point and along with yours I believe they speak a truth not many Boricuas are willing to understand.<br><br>Thank you,<br>Dalia';
      showcomment(I);}
   }

// ---------------------- //
// --- Save The Coquí --- //
// ---------------------- //

if (commentID == 27) {I++; 
   if (X > -1) {
      c_aut='Bob Ortiz';
      c_dat='19 May 2008' + tildeimg + '10:54 PM';
      c_txt='Hey Steve,<br><br>Is there any feasible way to extract a good portion of the Hawaiian coquis and repopulate them back here in PR? That would most likely solve two problems at one stroke. Granted, we still have the problem of protecting our habitat, but 2 out of 3 ain\'t a bad start, right?';
      showcomment(I);}
   }

if (commentID == 27) {I++; 
   if (X > -1) {
      c_aut='Abraham Gonzalez';
      c_dat='30 Oct 2007' + tildeimg + '11:40 AM';
      c_txt='debieran de hacer cultivos ecosistematicos para preservar el coqutal como hacen cultivos marinos para el camaron en los bosques de maricao jayuya el cerro maravilla la punta atraves de la ruta panoramica ya que la influencia dewinnie the poo va sustituyendo la ideosincracia del coqui vivo en la fla tampa y es triste que en exhibiciones de arte, paradas de puerto rico no se ve ni se habla del coqui peor aun que la prensa puertorriqunena tanto de aqui como alla no tengan como emblema al coqui. Aca lo que tienen de emblema es la garrita del moro donde fusilaron y encarcelaron a los padres de la patria. perdone mi espanol es bueno pero el teclado es gringo y no soy experto en maqinilla. el imperialismo capitalsista del real state va destruyendo fauna flora yacimientos tainos que aun el instituto de cultura se queda mudo y se corta las manos. y le toman mas importancia a don omar que al coqui el coqui canta mejor que cualquier rapero. el coqui debiera darle clases de canto. espero que estas palabras sirvan para apoyar nuestra cultura y ecosistema ya que por defender nuestra cultura fui expulsado de boriken en este exilio moderno continuo la labor que alla no me dejaron hacer. mientras rosello sigue robando millones que le hacen falta por lo menos para hacer un invernadero al coqui muchos siguen durmiendo, como dijo freixedo mi iglesia duerme, yo digo mi pueblo dueme y muere en la herencia del coki, coqui es un espanolismo que hasta eso debe recordarse buscan de todo medio eliminar los vocablos originales resultado del imperialismo europeo y britanico llamado hoy dia ameican english. el coqui como nosotros somos los verdaderos americanos; de amerikua sin latinismos ningunos.';
      showcomment(I);}
   }

if (commentID == 27) {I++; 
   if (X > -1) {
      c_aut='Digna Cassens';
      c_dat='13 Mar 2007' + tildeimg + '3:17 AM';
      c_txt='Doug,<br><br>I have been reading about the coqu&iacute; and found your webpage. Being from PR and missing the familiar sounds, especially the beautiful and melodi coqu&iacute;s at night, I found your page among others. However, there are some inconsitencies between the information you present and others that I\'ve been reading. Namely, although the coqu&iacute;s have many natural predators in the Island, those predators are lacking in other islands and they seem to have become unmanageable. for example, Hawaii finds them intolerable, and everyone, from residents of the island state to hotel owners and managers have started a campaign to erradicate the coqu&iacute; population which is now considered an "agricultural pest" that is "drastically changing the food web for birds and antive insects" by "gobbling up mosquitoes, termites, spiders, ants and... upesetting the nighttime tranquility of the resident humans" (San Juan Star, Sunday, February 25, 2007 p. 8).     The state of Hawaii even has a coqu&iacute; elimination or  control program that includes the option of spraying them with  calcium hydroxide to burn then (and any other innocent critter that happens to be hanging out in the immediate vecinity), dropping them into boiling water, or freezing them).   This wonderfully inhumane program began in 1999 and seems to be in full swing at this time since it made the news in the above referenced SJ Star in PR.   It seems the driving force is that many people go to Hawaii to escape noise, and the usual 75 to 100 decibel song of the coqu&iacute; is quite disruptive to them.<br><br>I would pay any amount of money I can spare just to have one or two coqu&iacute;s living in one of my plants at home (in California). I call my parents sometimes in the evening just to hear the wonderful sound the coqu&iacute;s make, and then spend time talking to my mother about their sweet song. At one time I had a tape of just coqu&iacute; songs and I can hear it in my sleep. <br><br>Would you be able to update your webpage? I think that if Hawaii does not want the coqu&iacute; invation we could trade off and have them send them to PR, since it seems that scientists are predicting extintion in PR. Their studies say that there are 55,000 frogs per hectare (2.47 acre) in HI but do not state the number in PR except to state that HI has 3 times the number than PR. Quite a deceiving study if you ask me. Someone by the name of Wilson also explained the Hawaiians dislike for the coqu&iacute; sound by saying that "we don\'t have that level of sound" in Hawaii so the residents cannot get used to it.<br><br>Digna Cassens, expat PR and coqu&iacute; lover';
      showcomment(I);}
   }

if (commentID == 27) {I++; 
   if (X > -1) {
      c_aut='Ev & Richie';
      c_dat='31 Jul 2006' + tildeimg + '5:06 PM';
      c_txt='Yes, I am saddened to hear that our beloved Coqui has become an endangered species. How is this possible?<br><br>I would like to purchase a music cd with the continuous recordings of the Puerto Rican forest with its coquis concert with their unique song. Preferably, without filler music. Does one exist (music cd)? If so, where can I go to get it?<br><br>Thank you and much success with your mission...............<br><br>I sign off as a nostalgic Puertorican.';
      showcomment(I);}
   }

if (commentID == 27) {I++; 
   if (X > -1) {
      c_aut='Steve Huddleston';
      c_dat='10 Aug 2006' + tildeimg + '9:32 PM';
      c_txt='As luck would have it you can get a CD just like you describe&mdash;Nothing but pure, 100% Natural Coqu&iacute; songs&mdash;from us!<br><br>Go Here: <a href="http://www.kongaloid.org/coquicd/index.html" target="_blank"><u>The Coquies of Naranjito</u></a>';
      showcomment(I);}
   }

if (commentID == 27) {I++; 
   if (X > -1) {
      c_aut='Damaris Edwards';
      c_dat='10 Apr 2006' + tildeimg + '4:34 PM';
      c_txt='Hi! I am a Boricua living out of my country and I am very aware of the Coqui that is in danger. In other hands here at Hawaii in the island of Maui they have the Coqui growing like crazy and it is a shame they are killing them all because they are annoying and they are eating the flora here. And I was wondering if someone can do something to stop this.';
      showcomment(I);}
   }

if (commentID == 27) {I++; 
   if (X > -1) {
      c_aut='Steve Huddleston';
      c_dat='24 Apr 2006' + tildeimg + '8:44 AM';
      c_txt='Hi Damaris,<br><br>Actually, no.<br><br>Despite how much anyone can love the Coqui, it is wrong to infest another ecosystem with them in order to help promote their survival. Let me explain: The Hawaiians are very busy launching a public relations campaign to promote the idea that the Coqui is somehow noxious for their islands. They are in fact correct. The Coqui is devastating several areas of Hawaiian agriculture and considerably diminishing their production in various aspects. This is in part due to the bacteria that lives on the Coqu&iacute; skin and against which several species of Hawaiian flora and fungii have no defense. Some of these Hawaiian plants are important cash crops that are crucial to Hawaiian economic health. Another important aspect to consider is that the Coqui is a voracious predator, and Hawaiian insects have no defense against it. No one has yet determined the actual impact in Hawaiian agriculture that the Coqui could or is having in the insect population, but some learned people believe it could be considerable. Remember the intimate relationship and inter-dependence between plants and insects? What would the agricultural impact be, if an insect-predator like the Coqui is allowed to infest and reproduce, unchecked, in the Hawaiian ecosystem?<br><br>But the average joe on the streets doesn\'t know from ecosystems and can barelly balance his checkbook, so don\'t expect to get results speaking to him about the balance of nature. Hence the PR campaign in Hawaii centers around the "NOICE" that the Coquies make. What else can the average joe understand?<br><br>No. If we as Puerto Ricans care about the survival of the Coqui, we should concentrate on the preservation of its own habittat, here in the island of Puerto Rico, rather than wasting our efforts trying to infest other ecosystems with our creatures much to the detriment of theirs. We cannot claim to respect, love and care about our environment if we do not respect, love and care that of others.<br><br>Much as it hurts for me to say this. The Coquies of Hawaii must be exterminated. Hawaii must be restored to its own habitat and ecological balance.<br><br>AND...Puerto Rico also. So that the few remaining species of Coquies will forever live...where they belong!<br><br>So think I.<br><br>Thanks for caring,<br>Steven Huddleston';
      showcomment(I);}
   }

if (commentID == 27) {I++; 
   if (X > -1) {
      c_aut='Nita&ntilde;a Sanchez';
      c_dat='18 Jan 2006' + tildeimg + '12:16 AM';
      c_txt='Hello,<br><br>I was browsing the internet for photos of coqui (I adore the little frog) and I stumbled accross these websites.<br><br><a href="http://www.ctahr.hawaii.edu/coqui/" target="_blank"><u>Control of Coqui Frog in Hawaii</u></a> (que horrible!)<br><br>[ Dead-Links Omitted by Webmaster ]<br><br>Anyway, I just couldn\'t believe that people were angry about the coqui, which are endangered here, thriving on a new island.  Good for them those poor little frogs. Life finds a way.<br><br>~Nita&ntilde;a';
      showcomment(I);}
   }

if (commentID == 27) {I++; 
   if (X > -1) {
      c_aut='Steve Huddleston';
      c_dat='20 Feb 2006' + tildeimg + '7:24 PM';
      c_txt='Hey, Nita&ntilde;a,<br><br>I\'m aware of the Hawaii problem, of course, and have been corresponding with the Hawaiian organizations almost since this whole thing began, (back then I was still living in Mexico City). <br><br>Yes, of course, it is tragic that when the Coquies finally do get a foothold on some other island besides Puerto Rico, they are repulsed by the local population. But in all fairness, their incursion into the Hawaiian ecosystem has been disastrous for several species of Hawaiian plants and animals. The sad fact is that the Coquies and the Hawaiian ecosystem are not compatible. So, as much as I want the Coqui to survive the stupidity of the people of Puerto Rico, still I don\'t want it to be at the cost of some other island\'s ecological wellbeing.<br><br>There is no solution. The Coquies have to be erradicated from Hawaii, and the sooner the better.<br><br>However, the Hawaiians could be a little LESS hysterical about it. With so many good arguments well founded on sound science, you wonder why they feel they must resort to wild rantings about sleepless nights and permanent auditory damage, plueeesssseee!<br><br>We who love the Coqui must concentrate our efforts in saving them where they are threatened most, and sadly, that is in their own homeland, and by their own people, the very ones who claim to love them most.<br><br>Thank you for your letter. It is always nice to hear from other (genuine) Coqui lovers.';
      showcomment(I);}
   }

if (commentID == 27) {I++; 
   if (X > -1) {
      c_aut='William Andujar';
      c_dat='15 July 2001' + tildeimg + '8:57 PM';
      c_txt='Saludos,<br><br>Thank you for providing such a valuable service to save our beloved Coqui! Gracias y adelante!';
      showcomment(I);}
   }

if (commentID == 27) {I++; 
   if (X > -1) {
      c_aut='Edwin R Saez';
      c_dat='6 Oct 2000' + tildeimg + '1:45 PM';
      c_txt='My name is Edwin R. Saez Feliciano, I\'m an active duty U.S. army soldier. I came across this Web-site by pure coincidence. Actually I was putting together a Hispanic Display for the Hispanic Heritage week, and I was looking up for some information on the Coqui. For my surprise I find out that some Coqui species are in the endanger species or critical.<br><br>My mother has gave me an idea to help the Coqui. She started this about 6 years ago. She adopted a Coqui from a close by river and raised as her own. I went on leave in July this year and she only had two of them. Apparently, one of them was a female, now she said that there about 4 more.<br><br>Educate the Puerto Rican people about the Coqui been in the endanger species list. Use the radio, television, the newspapers. Perhaps, making them aware of this threat to our precious Coqui they could help, too.<br><br>Create some type of artificial habitat to conserve the other species from extinction. God helps us Puerto Ricans for loosing that unique an satisfying nocturnal melody.<br><br>Thanks;<br><br>Edwin R. Saez, SFC, USA ARMY';
      showcomment(I);}
   }

if (commentID == 27) {I++; 
   if (X > -1) {
      c_aut='Manuel Torres';
      c_dat='27 Sep 1999' + tildeimg + '11:24 PM';
      c_txt='ideas no tengo como salvar el coqui de pr, pero me gustaria unirme en la lucha para lograr que las noches en mi isla no se queden huerfanas de voces y melodias como las de nuestro coqui. son las voces de aquellos que nos encontramos fuera de la isla pero que el coqui es una representacion de nuestro orgullo nacional. vivo fuera de la isla por la razon que sea pero mi corazon esta en todo aquello que me acuerda de pr. el coqui es para mi la representacion unica como la de los indios tainos que fueron extinguidos por que a nadie se le ocurrio que una ves desaparrece una especie no se puede remplasar. el coqui lo llevo en corazon tan araigado dentro de mi que estoy buscando una foto que represente nuestro coqui para hacerme un tatuaje para que nunca desaparesca de mi. gracias por dejarnos saber a mi familia y mi lo importante que es para nosotros el poder reconocer la importancia que tienen el coqui y otras especies nativas de pr para luchar por ellas. sinceramente un boricuo que desconocia el terrible holocauto de nuestra especie, la cual representa mi orgullo como puertoriqueno.................';
      showcomment(I);}
   }

if (commentID == 27) {I++; 
   if (X > -1) {
      c_aut='Paul Formby';
      c_dat='16 Sep 1999' + tildeimg + '1:09 PM';
      c_txt='Segun lo que lei sobre el Coqui Dorado es el unicoque conserva sus huevos dentro y nacen. Si esto es asi en Cidra hace un como un a&ntilde;o mi hija sin darse cuenta piso un coqui y de ese coqui salieron varios bebes (en son de broma le dije a mi hija que le habia provocado el parto a la pobre coqui)<br><br>Les envio la nota por si les interesa.';
      showcomment(I);}
   }

if (commentID == 27) {I++; 
   if (X > -1) {
      c_aut='Omar Rivera';
      c_dat='18 Dec 1997' + tildeimg + '4:13 AM';
      c_txt='Aunque lejos en distancia cerca en espiritu. Ya envie una carta al Departamento de Wildlife en Atlanta. Necesitamos educar mas a nuestro pueblo. Admiro tu determinacion y el excelente trabajo que estas haciendo. Pa\'lante toro jaiba, Pa\'lante, Josco.';
      showcomment(I);}
   }

// ------------------------------ //
// --- Kongaloid for Dummies! --- //
// ------------------------------ //

if (commentID == 239) {I++; 
   if (X > -1) {
      c_aut='Bob Ortiz';
      c_dat='19 May 2008' + tildeimg + '10:54 PM';
      c_txt='One of my best pieces of work (if I do say so myself!). Just what the hell does Ultum Frigus mean?';
      showcomment(I);}
   }

// ---------------------------------------- //
// --- A swift kick in your quantum ego --- //
// ---------------------------------------- //

if (commentID == 25) {I++; 
   if (X > -1) {
      c_aut='Bob Ortiz';
      c_dat='19 May 2008' + tildeimg + '10:54 PM';
      c_txt='Ain\'t it the truth, man? Ain\'t it the truth?';
      showcomment(I);}
   }

// --------------------- //
// --- Mafú Speaketh --- //
// --------------------- //

if (commentID == 251) {I++; 
   if (X > -1) {
      c_aut='Bob Ortiz';
      c_dat='19 May 2008' + tildeimg + '10:54 PM';
      c_txt='Of all my renderings of Mafu through the years, this has got to be the most outrageous representation. I can\'t believe you still have it.';
      showcomment(I);}
   }

if (X == -1) 
   {return I}
else
   {if (I == 0) {showcomment(I);} else {showend();} };
}

