Cufon.replace('h1');
Cufon.replace('h2');

$(document).ready(function() {
	$(".metadetail p + br").remove();
	$(".metadetail p > br").remove();
	
	$(".NavBarNum2").each(function() {
		if ($(this).html() == "&nbsp;|&nbsp;") {
			$(this).remove();
		}
	});
	
	$(".NavBarNum2CurrentGroup").each(function() {
		if ($(this).html() == "&nbsp;|&nbsp;") {
			$(this).remove();
		}
	});

	$("#apply-block").after($("#parent-content #intro"));
});
