/* author: john collins */
/* force-frame script */

pageLoc = self.location;
pageAdd = top.location;

if (pageLoc == pageAdd) {
	contentSrc = escape(pageLoc);
	contentPage = 'moreinfo.htm?' + contentSrc;
	top.location.href = contentPage;
}
