$(document).ready(function(){
    /* fixes for IE png swaps
    -------------------------------------------------------------- */
    
    $('#Muller, #Anchor, #Princes, #Walkers, #BirdsEye, #WeightWatchers').click(function(){
    	document.location.href = $(this).children('a').attr('href');
    });
    
    $('#Muller, #Anchor, #Princes, #Walkers, #BirdsEye, #WeightWatchers').hover(function(){
		$(this).css('cursor','pointer');
    });

});