??רבדל הצרת ימ םע
With whom do you wish to speak?





<html>
<head>
<title>א"ב בבנית אתרים</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-8">
<SCRIPT LANGUAGE="JavaScript">
<!--BEGIN Script
//Brought to you by Tony Stone aoaks@clynx.com

function go_to_station(){

if (document.stationform.stationselect.options[0].selected){

window.location.href = "mailto:aoaks@clynx.com?subject=Quote: Life; A bucket dripped full of of rain-coated dew.";}

else if (document.stationform.stationselect.options[1].selected)

{ window.location.href = "mailto:netwatcher@clynx.com";}

else if (document.stationform.stationselect.options[2].selected)

{ window.location.href = "mailto:nightingale@clynx.com";}

else if (document.stationform.stationselect.options[3].selected)

{ window.location.href = "mailto:blueeyes@clynx.com";}


return true;

}

function textValue(){

var stationInteger, stationString

stationInteger=document.stationform.stationselect.selectedIndex

stationString=document.stationform.stationselect.options[stationInteger].text

document.stationform.stationtext.value = "I wish to speak to " + stationString +"!" }
//-->

</SCRIPT>

<link rel="stylesheet" href="../liora3.css">
</head>

<body >

<table width="80%" border="1" cellspacing="2" cellpadding="2" align="center" bgcolor="#ece8cf" bordercolor="#666666" class="bord2">
<tr>
<td align="center"> xxx </td>
<tr>
<td align="center">With whom do you wish to speak?<BR><BR>
<FORM name=stationform><SELECT name=stationselect onchange=textValue()
size=1> <OPTION selected>Tony Stone<OPTION>Wayne Wright<OPTION>Mary
Bledsoe<OPTION>Becky Seal</OPTION></SELECT> <BR><BR><INPUT name=stationbutton onclick=go_to_station() type=button value=Email!>
<BR><BR><INPUT maxLength=35 name=stationtext size=35
value="I wish to speak to Tony Stone!">
</FORM>
</td>
<tr>
<td align="left">&nbsp;</td>
</table>

</body>
</html>