<!-- Begin Pop Up Window -->
<!-- -->
<!-- /* Author William Flanery -->
<!-- Email flaneryw@gte.net -->
<!-- Homepage -->
<!-- http://www.geocities.com/TheTropics/Shores/1201/german.html -->
<!-- This script is free to use as long as this header remains intact */ -->
<!-- /To adjust the amount of time that the window is open... -->
<!-- /change the value of the timeout (it is set to 5000 here) -->
<!-- /a higher number keeps the window open longer -->
<!-- / -->

setup='toolbar=no,location=no,directories=no,status=no,menubar=no,width=250,height=160'

setup += 'scrollbars=no,resizable=no' 
//pop = window.open ("","pop",setup) 
//pop.document.write('<head>'); 
//pop.document.write('<Title>'); 
//pop.document.write('Whats New? ............................'); 
//pop.document.write('</Title>'); 
//pop.document.write('<script language="javascript">'); 
//pop.document.write('setTimeout('); 
//pop.document.write('"self.close()'); 
//pop.document.write(';",30000)'); 
//pop.document.write('</'); 
//pop.document.write('script>'); 
//pop.document.write('</head>'); 
//pop.document.write('<body bgcolor=#FFFFFF>'); 
//pop.document.write('<center><h4>ENGAGE THE DIS-ENGAGED<br /><br />Sustaining the Pioneers<br /> of Greater Israel!</h4></center>'); 
//pop.document.write('<center><a href="engage_disengaged.htm" target="_blank"><img src="images/click_here.gif" alt="CLICK HERE"></a></center>'); 
//pop.document.write('</body>'); 
