// Ongoing CMS Core JS

// Console logging
jQuery.fn.log = function (msg) {
     console.log("%s: %o", msg, this);
     return this;
};


Cufon.replace('h1');

