$(document).ready(function(){
	$("#centerblock").each(function(){
	$(this).corner("round");
	});
$("#form").each(function(){
	$(this).corner("dog 20px");
	});
$(".infblock").each(function(){
$(this).corner("dog 10px");
	});
  });


jQuery(document).ready(function($) {
      $('a[rel*=facebox]').facebox() 
    });
$('selector').load('/feed', Cufon.refresh);
Cufon.replace('h1', { fontFamily: 'AGOpusHighResolution'});
Cufon.replace('h1', {
      color: '-linear-gradient(#306, #39f)',
	textShadow: '1px 2px rgba(0, 0, 0, 0.2)'
});
Cufon.replace('h2', {
      color: '-linear-gradient(#306, #39f)',
	textShadow: '1px 2px rgba(0, 0, 0, 0.2)'
});
Cufon.replace('h3', {
      color: '-linear-gradient(#306, #39f)',
	textShadow: '1px 2px rgba(0, 0, 0, 0.2)'
});
Cufon.replace('strong', {
      color: '-linear-gradient(#306, #39f)',
	textShadow: '1px 2px rgba(0, 0, 0, 0.2)'
});
Cufon.replace('.pagetitle', {
      color: '-linear-gradient(#0A3965, #06f)',
	textShadow: '1px 1px rgba(0, 0, 0, 0.2)'
});

