/** 
  Mix Custom Functionality 
    CHANGELOG: 
      20081002 - Born. 
      20081024 - Register at 3 rather than 1 to ensure the rest of the page has been rendered before this is inited. 
 **/ 
if(window.FD){FD.triplemMix=new Class({Implements:[Events,Options],options:{},initialize:function(){this.setOptions();this._initUITweaks()},_initUITweaks:function(){}});var triplemMix;function initTriplemMix(){triplemMix=new FD.triplemMix()}FD.register("TriplemMix",5)};