$(document).ready(function(){
	$('.post h2, .entry h3, .post h4, #cat_desc h2, #cat_desc h3').each(function(){		
		sifrURL = 'http://www.lebulbe.com/wp-content/themes/bulbe/swf/gothic.swf';
		headerToSifr(this,sifrURL);
	});
	$('#content').bg(['10px']);
});

