﻿//function breakFrames() {
	if (top.location != location) {
		top.location.href = document.location.href;
	}
//}

//window.attachEvent("onload", breakFrames);
