// if this doc is the top-level doc, then it's a bookmark from 
// the framed version and should insert iself into the frameset

if (top.location.href.indexOf('page.jsp') > -1) {	
	fsURL = top.location.href.replace('page.jsp','index.jsp');
	fsURL = fsURL.replace('includes/','');
	top.location.href = fsURL;
	//alert(fsURL);
}
