Cufon.replace('h3.wellcome-heading');
Cufon.replace('#navigation ul li a', { hover : true });
Cufon.replace('.profile .info p');
Cufon.replace('.box h2');
Cufon.replace('.box ul li a' , { hover:true } );
Cufon.replace('.main h3:not(.content h3)');
Cufon.replace('p.contacts');
Cufon.replace('p.contacts a' , { hover:true });

jQuery(function($){
	if($.browser.msie && $.browser.version=="6.0")
	{
		DD_belatedPNG.fix('.shell');
		DD_belatedPNG.fix('.container');
		DD_belatedPNG.fix('#navigation');
		DD_belatedPNG.fix('h1#logo a');
		DD_belatedPNG.fix('.box-t');
		DD_belatedPNG.fix('.box-c');
		DD_belatedPNG.fix('.box-b');
		DD_belatedPNG.fix('.img img');
	}
	
	$('.sidebar .img a').each(function() {
		var image = $(this).find('img');
		$(this).css('background', 'url("' + image.attr('src') + '")');
		image.css('visibility', 'hidden');
	});
	
	var contact_email = $('.contacts .contact-email');
	var contact_image = $(contact_email).find('> img');
	contact_email.css('background', 'url("' + $(contact_image).attr('src') + '") center bottom no-repeat');
	contact_image.css('visibility', 'hidden');
})
