/** * Global JavaScript for Root X. *  *  *//** * Runs on document load. *  *  */$(document).ready(function() {    // Apply pngfix() to specified elements.    $('.trans').pngfix();});