function chkframes() {
if (top.location == self.location) { 
top.location.replace("http://www.vandansik.com/nl/index2.php?inframe="+escape(self.location.href));
}}
window.onload=chkframes;