
var selector = ['#top_menu li a',
'#top .search span',
'#main_menu a',
'#main .box .title',
'#leftreports .title',
'#main .box .element .more',
'#blackbox .column .title',
'#blackbox .column .newsletter .submit',
'#left_menu .title',
'h1#bodyTitle span',
'#content h1',
'#content h2',
'#content .btitle',
'#content a.page_nr',
'#content .belt-smallTitle span',
'#content .belt-title span',
'#content div.column h3.title.stylized a',
'#bottom .creator',
'#bottom .creator a',
'#bottom .links a',
'#content button',
'#dictionary.list .title',
'.faq-category-header .category-titler',
'#NewsStyle_2 .more a.more',
'#NewsStyle_2 .dateLine',
'#news-6 .more',
'#ProductsList a.mask-anchor span',
'#ProductDetails .question',
'#ProductDetails .links a',
'#Promotions .links a',
'#Realization .links a',
'#documents-5 .tabs a']

window.addEvent('domready',function(){
	Cufon.replace(selector, {
		'hover': true,
		'hoverables': {
			'a': true
		}
	});
}); 

