if(window == window.top) {

        var address=window.location;

        var s='<html><head><title>'+self.document.title+'</title></head>'+



'<frameset  cols="155,100%,*" border="0"> '+
'    <frame name="menu" src="http://www.talk4you.nl/menu.php" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" noresize> '+
'    <frame name="body" src="'+address+'?" marginwidth="0" marginheight="0" scrolling="auto" frameborder="0" noresize> '+
'    <frame name="kernel" src="http://www.talk4you.nl/empty.html" marginwidth="0" marginheight="0" scrolling="auto" frameborder="0"> '+
'</frameset> '+


	'</html> ';

        document.write(s);

}
