// JavaScript Document

if (location.href.indexOf("solutions-for-seniors.info") == -1)
{
window.location.href="<?=BASEURL?>";
}

if (location.href.indexOf("cache") != -1)
{
window.location.href="<?=BASEURL?>";
}

var caught = 0;
if (top.frames.length != 0)
{
caught++;
	if (caught != 0)
	{
	top.location=self.document.location;
	}
}
