 jQuery(document).ready(function() {
   jQuery("#fishEye1").dmxFishEye({
     valign: 'top',
     halign: 'center',
     textColor: '#FF9900',
     textPos: 'top',
     itemWidth: 50,
     maxWidth: 80,
     smoothness: 'high',
     items: 'a',
     textItems: 'span',
     container: '.fisheyeContainter'
   });
 });

