function CufonStart(){

//alert('test');
Cufon.replace('.topLevel, h1', { fontFamily: 'cgothic' });

Cufon.replace('h2.spotlight, h2, h3' , { fontFamily: 'cgothic'});
}
$(document).ready(function(){
    
CufonStart();
});
