function CONFIRM(){if (!confirm
("Please take a moment to read our terms of service before ordering. Thank-you!"))
history.go(-1);return " "}
document.writeln(CONFIRM())
TOPMARGIN=0 LEFTMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<title>Alert Box2</title> <script language="JavaScript"> function CONFIRM(){if (!confirm
("Please click ok if you accept the conditions. Thank-you!")) history.go(-1);return " "}
document.writeln(CONFIRM()) </script>