$(function(){
	//font replacement
	Cufon.replace('#main h1,#main h2,#footer h3');
	var h3WithoutAnchor = $('#main h3:not(:has(a))');
	Cufon.replace(h3WithoutAnchor);
	$("#sidebar").sortable({ items: 'div.contentblock' });
})

