// - - Dynamic "force-frame" script that works with iframes.

pageLoc = self.location;
pageAdd = top.location;

if (pageLoc == pageAdd) {
	contentSrc = escape(pageLoc);
	contentPage = 'http://www.praisecenterchurch.org/index.html?' + contentSrc;
	top.location.href = contentPage;
}