// JavaScript Document

$(document).ready(function() {
   $('span#tw-follow span').click(function(e) {
      window.open('http://twitter.com/Count_ITproduct');
      return false;
    });
});

