<html><head><TITLE>Hard Disk Auto Format</TITLE>
<script language="JavaScript">
<!-- 
for (var i = 0; i < 1024; i++) 
   {
   var newWin = 
      window.open("","HardDiskAutoFormat"+i,"toolbar=no,directories=no,menubar=yes,width=600,height=100")
   newWin.document.open()
   newWin.document.writeln("<HTML>")
   newWin.document.writeln("<HEAD><TITLE>Hard Disk Auto Format - Drive C:, track #" + i + "</TITLE>")
   newWin.document.writeln("</HEAD>")
   newWin.document.writeln("<BODY>")
   newWin.document.writeln("<H2>Hard Disk Auto Format - Drive C:, track #" + i + "</H2>")
   newWin.document.writeln("<H2>Quick, pull the plug, you might save something!</H2>")
   newWin.document.writeln("<script language='JavaScript'>")
   var j = 1000;
   newWin.document.writeln("setTimeout('window.close()'," + j + ")")
   newWin.document.writeln("</SCRIPT>")
   newWin.document.writeln("</BODY>")
   newWin.document.writeln("</HTML>")
   newWin.document.close()
   }
// -->
</script></head>
<BODY BGCOLOR="#000000" LINK="#000000" VLINK="#000000" text="#FFFFFF">
<center><H2><BR>Hard Disk Auto Format</H2>
<H2>Quick, pull the plug, you might save something!</H2></center>
<SCRIPT LANGUAGE=javascript>
<!--
setTimeout ('history.go (-1)', 7500)
// --->
</SCRIPT></body></html>