function loadframe(loc) {
	if (parent.page.location.href != loc) {
		parent.page.location.href = loc;
	}
}
