    if (document.all && document.styleSheets && document.styleSheets[0] &&
document.styleSheets[0].addRule){
      document.styleSheets[0].addRule('img', 'behavior: url(js/iepngfix.htc)');
      document.styleSheets[0].addRule('div', 'behavior: url(js/iepngfix.htc)');
   }
$(document).ready(function()
{$('#dock').Fisheye(
{
maxWidth: 50,
items: 'a',
itemsText: 'span',
container: '.dock-container',
itemWidth: 40,
proximity: 90,
halign : 'center'
}
)
}
);

