<!--

setup='toolbar=no,location=no,directories=no,status=no,menubar=no,width=200,height=150'

setup += 'scrollbars=no,resizable=no'
pop = window.open ("","pop",setup)
pop.document.write('<head>');
pop.document.write('<Title>');
pop.document.write('Our Guarantee');
pop.document.write('</Title>');
pop.document.write('<script language="javascript">');
pop.document.write('setTimeout(');
pop.document.write('"self.close()');
pop.document.write(';",6000)');
pop.document.write('</');
pop.document.write('script>');
pop.document.write('</head>');
pop.document.write('<body bgcolor=#FF8000>');
pop.document.write('<center><p><font color="#ffffff" face="Verdana"><b>"If We Dont Win, You Dont Pay!"</b></font></p></center>');
pop.document.write('<center><h5>Fred J. Fleming</h5></center>');
pop.document.write('<center><h5>(This Window is self-closing)</h5></center>');
pop.document.write('</body>');
// -->

