$(document).ready(function(){
	$('a').each(function(){
		var text = $(this).text();
		var arobaseReg = '\{at\}';
		if (text.match(arobaseReg)) {
			text = text.replace(arobaseReg,'@');
			$(this).text(text);
		}
	});
	$('#pre_footer h2, #footer .contact h2').each(function(){		
		sifrURL = 'http://www.lebulbe.com/wp-content/themes/bulbe/swf/gothic.swf';
		headerToSifr(this,sifrURL);
	});
	$('#header .contact, #footer').bg(['10px']);
});
