// JavaScript Document

function checkinframes() {
	if (top.frames.length<4) {
		window.location = 'index.html';
	}
}
