<!--
function addtweet() {
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 2,
  interval: 6000,
  width: 'auto',
  height: 300,
  theme: {
    shell: {
      background: '#2a122a',
      color: '#ffffff'
    },
    tweets: {
      background: '#3d4242',
      color: '#ffffff',
      links: '#4aed05'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('acegymnastics').start();
return;
}
function meetalert(){
     malert=confirm('This email should be used to correspond between Gyms registering students in ACE meets and our Meet Administrator. All other matters received through this email address will be ignored. If you feel you have a general inquiry, please cancel and use the main email address.');
     if(malert){
         }
     else{
        document.getElementById('meet').href = "#";
      }
}

//-->

