$(document).ready(function(){
$("#centerblock").each(function(){
	$(this).corner("top");
	});
  });
 

$('selector').load('/feed', Cufon.refresh);
Cufon.replace('h1', { fontFamily: 'Franklin Gothic Demi Cond'});
Cufon.replace('h3, h4, h5', { fontFamily: 'LegendeC'});

Cufon.replace('h1', {
      color: '-linear-gradient(#fec313, #fef8e4)',
	textShadow: '1px 2px rgba(0, 0, 0, 0.4)'
});
Cufon.replace('h2', {
		 color: '-linear-gradient(#868b7d, #0a0809)',
		textShadow: '1px 2px rgba(0, 0, 0, 0.2)'
});
Cufon.replace('b', {
		color: '-linear-gradient(#fc3, #cc3)',
		textShadow: '1px 2px rgba(0, 0, 0, 0.2)'
});
Cufon.replace('.weiter', {
		color: '-linear-gradient(#868b7d, #0a0809)',
		textShadow: '1px 2px rgba(0, 0, 0, 0.2)'
});
Cufon.replace('.newsdate', {
		color: '-linear-gradient(#fff, #003)',
		textShadow: '1px 2px rgba(0, 0, 0, 0.2)'
});
Cufon.replace('.backuri', {
		color: '-linear-gradient(#fff, #003)',
		textShadow: '1px 2px rgba(0, 0, 0, 0.2)'
});




