// JavaScript Document

var bread = "<a href='/'>HOME</a> &gt; ";

function drowBread() {
	document.write(bread);
}

