// IE HACKS

$(document).ready(function(){
    eggs();
    if($.browser.msie){
        $('a.reference:first-child').addClass('first');
        $('a.reference:last-child').addClass('last');
   }
   });

