function framebust () {
	if (self != top) {
	   top.location.href = location.href;
	}
}

