function mootool_jQuery_compatible(){
if(typeof(window.addEvent) == 'undefined') {
window.addEvent = function(a,b){
return jQuery(document).ready(b);
}
}
}
mootool_jQuery_compatible();
(function($){
window.addEvent('domready',function(){
//
});
})(jQuery);