
function ChangeBgColor (id1,c1,id2,c2) {
document.getElementById(id1).style.background=c1;
document.getElementById(id2).style.color=c2;
}


  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-24299742-1']);
  _gaq.push(['_setDomainName', 'atlantis-and-atlanteans.org']);
  _gaq.push(['_addIgnoredRef', 'atlantis-and-atlanteans.org']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = 'http://www.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
