//If a page is opened outside of the frameset, it automatically goes to the frameset
function ensureInFrameset()
	{
	//var parentFramesetLocation = "http://www.transitionalwork.org/?url="+window.location.href;
	//var reg = new RegExp(parentFramesetLocation,"i");
	//if ((parent.location.href + "").search(reg) < 0)
	//	window.open(parentFramesetLocation,"_parent");
	}


ensureInFrameset();
