﻿jQuery(document).ready(function() {
    jQuery("a.button-long").wrapInner("<span></span>");    
    
});

 
