if (window.name !="content")
{
document.write(' <br>')
document.write(' <table align="center" cellspacing=0 cellpadding=8 border=1 bordercolor="red">')
document.write(' <tr> ')
document.write(' <td> ')
document.write(' <font color="Red">')
document.write(' <b>')
document.write(' <u>YOUR ATTENTION PLEASE</u>: This page is opened outside its frameset! <br> ');
document.write(' <b>You will be automaticly transferred to the homepage in half a minute.</b> <br>');
document.write(' Click <a href="../../index.html"> HERE </a>');
document.write(' to open the website on the main page in Dutch, <br>');
document.write(' or click <a href="../../en/index.html"> HERE </a>');
document.write(' to open the website on the main page in Englisch. <br>');
document.write('</b>')
document.write(' Do you wonder how to find this page again after the site has reopened? <br>');
document.write(' The bold titel you see above is also the name of the button in the top navigation bar. <br>');
document.write(' </font>')
document.write(' </td>  ')
document.write(' </tr> ')
document.write(' </table> ')

setTimeout ("changePage()", 30000); // 1000 = 1 seconde

function changePage() {
            top.location.href="http://www.dedelft.com/";
		}

}
