jQuery(window).ready(function(){jQuery('span.twitter').hover(function(){jQuery(this).addClass('on');},function(){jQuery(this).removeClass('on');});})