/*  $Id$
 *  
 *  This file is part of the Jamiedia Toolkit.
 *  Copyright 2007/2009, Jamiedia Ltd., http://www.jamiedia.co.uk
 *  
 *  This file may not be used or (re)distributed for any other
 *  purposes than a commercial deployment by Jamiedia of a system
 *  based on the Jamiedia Toolkit. No modifications may be made to
 *  this file by anyone, except for individuals working for Jamiedia Ltd.
 *
 *  File description:
 */

(function($) {
    $(document).ready(function() {
        $.ifixpng('resources/goody/images/pixel.gif');
        $('div').ifixpng();
        $('#who-img').ifixpng();
        $('input').ifixpng(); 
        $('#button-design-services').ifixpng(); 
        $('#button-continue-options').ifixpng();
    });
})(jQuery);
