// JavaScript Document
/*$("#wrapper").ready(
	function(){
		$(".breadcrumb h1").text($("#wrapper h1").text());	
		$("#wrapper h1").remove();
	}
);*/