function setNav(){
	parent.setNav(document.location.href);
}
function init(){
	setTimeout('setNav()',800);
}