﻿function checkFrameset() {
	if(!parent.top)
		location.href= "index.html?" + location.href;
}

