//jQuery.noConflict();

//jQuery(document).ready(function(){

 

 //jQuery('.category-title h1, .onestepcheckout-title').css('visibility','hidden');

 //Cufon.replace('.category-title h1, .onestepcheckout-title');

 //setTimeout(function(){jQuery('.category-title h1, .onestepcheckout-title').css('visibility','visible');},1000);

 

//});

 

document.observe("dom:loaded", function() {

 

Cufon.replace('.category-title h1, .onestepcheckout-title, .my-account h1');

 setTimeout(

   function(){

     $$('.category-title h1, .onestepcheckout-title, .my-account h1').each(function(element){

 
       $(element).addClassName('visible');

     });

   }

 , 0);

});


