$(function() {
	var f = $("#content");
	f.html(f.html().replace(/<p>&nbsp;<\/p>/g, ""));
	
	/*$('#promos').cycle({
		fx: 'fade',
		pause:  1,
		speed: 1000,
		timeout: 10000
	});*/
});