/********************************/
/* Force Top by Rainer Kaufmann */
/********************************/

var thispage = document.location.href;
var toppage = top.document.location.href;

if (thispage != toppage) top.location.href = thispage;