Cufon.replace('h1');
Cufon.replace('h2');
Cufon.replace('#node-admin-filter legend');
Cufon.replace('#topperText h3');
Cufon.replace('#topperText h2', {
	textShadow: '#4d4d4d 1px 1px'
});
Cufon.replace('#topperText h1', {
	textShadow: '#4d4d4d 1px 1px'
}); 
Cufon.replace('.cufon');
Cufon.replace('.m_content h2 a', {
	hover: true
});
$(document).ready(function(){
    var image=$('.attached-image a').html();
    $('.attached-image').html(image);
});

