...הפי שקב ....ינמי תצחל רבכ םא ...ינמלטנג דואמ


<HTML>
<HEAD>
<SCRIPT language=JavaScript>
<!-- Beginning of JavaScript -
// CREDITS:
// Turn source-code-thieves into source-code-buyers
// By Urs Dudli and Peter Gehrig.
// Copyright (c) 1999 Peter Gehrig and Urs Dudli. All rights reserved.
// Permission given to use the script provided that this notice remains as is.
// Additional scripts can be found at http://www.24fun.com. -- הפמ חוקל טפירקסה
// info@24fun.ch
// 1/10/00
// IMPORTANT:
// If you add this script to a script-library or script-archive
// you have to add a link to http://www.24fun.com on the webpage
// where this script will be running.
function buttoncheck(e) {
if (document.all && event.button==2) {
document.all.orderwindow.style.visibility="visible"
alert("Please order my HTML-source by email!")
return false
}
if (document.layers && e.which==3) {
document.orderwindow.visibility="visible"
alert("Please order my HTML-source by email!")
return false
}
}
function sendmail() {
if (document.all) {
document.all.orderwindow.style.visibility="hidden"
document.forms[0].submit()
}
if (document.layers) {
document.orderwindow.visibility="hidden"
document.orderwindow.document.forms[0].submit()
}
}
function closewindow() {
if (document.all) {
document.all.orderwindow.style.visibility="hidden"
}
if (document.layers) {
document.orderwindow.visibility="hidden"
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=buttoncheck;
// -->
</SCRIPT>
</HEAD>
<BODY>
<DIV id=orderwindow
style="LEFT: 220px; POSITION: absolute; TOP: 10px; VISIBILITY: hidden">
<FORM action=mailto:liora@zakai.net>

<TABLE border=0 cellPadding=4 cellSpacing=0 width=300>
<TBODY>
<TR>
<TD align=middle bgColor=#0000aa colSpan=2><FONT color=#ffffff
face=Verdana size=1><B>Your website is really cool.<BR>Please mail me your
source-code.</B></FONT></TD></TR>
<TR>
<TD align=right bgColor=#0000ff><FONT color=#ffffff face=Verdana
size=1>lastname:</FONT></TD>
<TD align=left bgColor=#0000ff><FONT face=Verdana size=1><INPUT
maxLength=40 name=lastname></FONT></TD></TR>
<TR>
<TD align=right bgColor=#0000ff><FONT color=#ffffff face=Verdana
size=1>fistname:</FONT></TD>
<TD align=left bgColor=#0000ff><FONT face=Verdana size=1><INPUT
maxLength=40 name=firstname></FONT></TD></TR>
<TR>
<TD align=right bgColor=#0000ff><FONT color=#ffffff face=Verdana
size=1>country:</FONT></TD>
<TD align=left bgColor=#0000ff><FONT face=Verdana size=1><INPUT
maxLength=40 name=country></FONT></TD></TR>
<TR>
<TD align=right bgColor=#0000ff><FONT color=#ffffff face=Verdana
size=1>e-Mail:</FONT></TD>
<TD align=left bgColor=#0000ff><FONT face=Verdana size=1><INPUT
maxLength=40 name=email></FONT></TD></TR>
<TR>
<TD align=right bgColor=#0000ff><FONT color=#ffffff face=Verdana size=1><INPUT onclick=sendmail() type=button value="send request"></FONT></TD>
<TD align=left bgColor=#0000ff><FONT face=Verdana size=1><INPUT onclick=closewindow() type=button value="close window"></FONT></TD></TR></TBODY>
</TABLE>
</FORM>
</DIV>


</BODY>
</HTML>