-
Notifications
You must be signed in to change notification settings - Fork 5
/
foto.htm
499 lines (451 loc) · 19.3 KB
/
foto.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns="https://www.w3.org/TR/REC-html40">
<head>
<title>Akrep Nalan Fotograflar</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9">
<link rel="File-List" href="foto_dosyalar/filelist.xml">
<!--------------- applet ------------->
<!--[if !mso]>
<style>
v\:* { behavior: url(#default#VML) }
o\:* { behavior: url(#default#VML) }
.shape { behavior: url(#default#VML) }
</style>
<![endif]--><!--[if gte mso 9]>
<xml><o:shapedefaults v:ext="edit" spidmax="1027"/>
</xml><![endif]-->
<div id="dot0" style="position: absolute; visibility: hidden; height: 15; width: 15;">
<img SRC="mouse/flocons.gif" BORDER="0" width="15" height="15"></div>
<div id="dot1" style="position: absolute; height: 15; width: 15;">
<img SRC="mouse/flocons.gif" BORDER="0" width="15" height="15"></div>
<div id="dot2" style="position: absolute; height: 15; width: 15;">
<img SRC="mouse/flocons.gif" BORDER="0" width="15" height="15"></div>
<div id="dot3" style="position: absolute; height: 15; width: 15;">
<img SRC="mouse/flocons.gif" BORDER="0" width="15" height="15"></div>
<div id="dot4" style="position: absolute; height: 15; width: 15;">
<img SRC="mouse/flocons.gif" BORDER="0" width="15" height="15"></div>
<div id="dot5" style="position: absolute; height: 15; width: 15;">
<img SRC="mouse/flocons.gif" BORDER="0" width="15" height="15"></div>
<div id="dot6" style="position: absolute; height: 15; width: 15;">
<img SRC="mouse/flocons.gif" BORDER="0" width="15" height="15"></div>
<script LANGUAGE="JavaScript">
<!-- hide code
// Elastic Bullets -
// Philip Winston <[email protected]>
// 10/98
// I've tried it with IE4 and Netscape 4.5 on NT and
// Netscape 4.04 on a Mac
var nDots = 7;
var Xpos = 0;
var Ypos = 0;
// fixed time step, no relation to real time
var DELTAT = .01;
// size of one spring in pixels
var SEGLEN = 10;
// spring constant, stiffness of springs
var SPRINGK = 10;
// all the physics is bogus, just picked stuff to
// make it look okay
var MASS = 1;
var GRAVITY = 50;
var RESISTANCE = 10;
// stopping criterea to prevent endless jittering
// doesn't work when sitting on bottom since floor
// doesn't push back so acceleration always as big
// as gravity
var STOPVEL = 0.1;
var STOPACC = 0.1;
var DOTSIZE = 10;
// BOUNCE is percent of velocity retained when
// bouncing off a wall
var BOUNCE = 0.75;
var isNetscape = navigator.appName=="Netscape";
// always on for now, could be played with to
// let dots fall to botton, get thrown, etc.
var followmouse = true;
init();
function init()
{
var i = 0;
dots = new Array();
for (i = 0; i < nDots; i++) {
dots[i] = new dot(i);
}
if (!isNetscape) {
// I only know how to read the locations of the
// <LI> items in IE
setInitPositions()
}
// set their positions
for (i = 0; i < nDots; i++) {
dots[i].obj.left = dots[i].X;
dots[i].obj.top = dots[i].Y;
}
if (isNetscape) {
// start right away since they are positioned
// at 0, 0
startanimate();
} else {
// let dots sit there for a few seconds
// sincey they're hiding on the real bullets
setTimeout("startanimate()", 3000);
}
}
function dot(i)
{
this.X = Xpos;
this.Y = Ypos;
this.dx = 0;
this.dy = 0;
if (isNetscape) {
this.obj = eval("document.dot" + i);
} else {
this.obj = eval("dot" + i + ".style");
}
}
function startanimate() {
setInterval("animate()", 20);
}
function setInitPositions()
{
// initialize dot positions to be on top
// of the bullets in the <ul>
var startloc = document.all.tags("LI");
var i = 0;
for (i = 0; i < startloc.length; i++) {
dots[i+1].X = startloc[i].offsetLeft +
startloc[i].offsetParent.offsetLeft;
dots[i+1].Y = startloc[i].offsetTop +
startloc[i].offsetParent.offsetTop +
DOTSIZE/2;
}
// put 0th dot above 1st (it is hidden)
dots[0].X = dots[1].X;
dots[0].Y = dots[1].Y - SEGLEN;
}
// just save mouse position for animate() to use
function MoveHandler(e)
{
Xpos = e.pageX;
Ypos = e.pageY;
return true;
}
// just save mouse position for animate() to use
function MoveHandlerIE() {
Xpos = window.event.x;
Ypos = window.event.y;
}
if (isNetscape) {
document.captureEvents(Event.MOUSEMOVE);
document.onMouseMove = MoveHandler;
} else {
document.onmousemove = MoveHandlerIE;
}
function vec(X, Y)
{
this.X = X;
this.Y = Y;
}
// adds force in X and Y to spring for dot[i] on dot[j]
function springForce(i, j, spring)
{
var dx = (dots[i].X - dots[j].X);
var dy = (dots[i].Y - dots[j].Y);
var len = Math.sqrt(dx*dx + dy*dy);
if (len > SEGLEN) {
var springF = SPRINGK * (len - SEGLEN);
spring.X += (dx / len) * springF;
spring.Y += (dy / len) * springF;
}
}
function animate() {
// dots[0] follows the mouse,
// though no dot is drawn there
var start = 0;
if (followmouse) {
dots[0].X = Xpos;
dots[0].Y = Ypos;
start = 1;
}
for (i = start ; i < nDots; i++ ) {
var spring = new vec(0, 0);
if (i > 0) {
springForce(i-1, i, spring);
}
if (i < (nDots - 1)) {
springForce(i+1, i, spring);
}
// air resisitance/friction
var resist = new vec(-dots[i].dx * RESISTANCE,
-dots[i].dy * RESISTANCE);
// compute new accel, including gravity
var accel = new vec((spring.X + resist.X)/ MASS,
(spring.Y + resist.Y)/ MASS + GRAVITY);
// compute new velocity
dots[i].dx += (DELTAT * accel.X);
dots[i].dy += (DELTAT * accel.Y);
// stop dead so it doesn't jitter when nearly still
if (Math.abs(dots[i].dx) < STOPVEL &&
Math.abs(dots[i].dy) < STOPVEL &&
Math.abs(accel.X) < STOPACC &&
Math.abs(accel.Y) < STOPACC) {
dots[i].dx = 0;
dots[i].dy = 0;
}
// move to new position
dots[i].X += dots[i].dx;
dots[i].Y += dots[i].dy;
// get size of window
var height, width;
if (isNetscape) {
height = window.innerHeight;
width = window.innerWidth;
} else {
height = document.body.clientHeight;
width = document.body.clientWidth;
}
// bounce of 3 walls (leave ceiling open)
// if (dots[i].Y >= height - DOTSIZE - 1) {
// if (dots[i].dy > 0) {
// dots[i].dy = BOUNCE * -dots[i].dy;
// }
// dots[i].Y = height - DOTSIZE - 1;
// }
// if (dots[i].X >= width - DOTSIZE) {
// if (dots[i].dx > 0) {
// dots[i].dx = BOUNCE * -dots[i].dx;
// }
// dots[i].X = width - DOTSIZE - 1;
// }
if (dots[i].X < 0) {
if (dots[i].dx < 0) {
dots[i].dx = BOUNCE * -dots[i].dx;
}
dots[i].X = 0;
}
// move img to new position
dots[i].obj.left = dots[i].X;
dots[i].obj.top = dots[i].Y;
}
}
// end code hiding -->
</script>
<!-- script bittiiiiiiii-------------->
</head>
<body background="images/femalepower.jpg" bgcolor="#5b1023" text="black" vlink="#FF0000" link="#0000FF" alink="#00FFFF">
<div align="center"><!--[if gte vml 1]><v:shapetype id="_x0000_t158"
coordsize="21600,21600" o:spt="158" adj="1404,10800" path="m@37@0c@38@3@39@1@40@0@41@3@42@1@43@0m@30@4c@31@5@32@6@33@4@34@5@35@6@36@4e">
<v:formulas>
<v:f eqn="val #0"/>
<v:f eqn="prod @0 41 9"/>
<v:f eqn="prod @0 23 9"/>
<v:f eqn="sum 0 0 @2"/>
<v:f eqn="sum 21600 0 #0"/>
<v:f eqn="sum 21600 0 @1"/>
<v:f eqn="sum 21600 0 @3"/>
<v:f eqn="sum #1 0 10800"/>
<v:f eqn="sum 21600 0 #1"/>
<v:f eqn="prod @8 1 3"/>
<v:f eqn="prod @8 2 3"/>
<v:f eqn="prod @8 4 3"/>
<v:f eqn="prod @8 5 3"/>
<v:f eqn="prod @8 2 1"/>
<v:f eqn="sum 21600 0 @9"/>
<v:f eqn="sum 21600 0 @10"/>
<v:f eqn="sum 21600 0 @8"/>
<v:f eqn="sum 21600 0 @11"/>
<v:f eqn="sum 21600 0 @12"/>
<v:f eqn="sum 21600 0 @13"/>
<v:f eqn="prod #1 1 3"/>
<v:f eqn="prod #1 2 3"/>
<v:f eqn="prod #1 4 3"/>
<v:f eqn="prod #1 5 3"/>
<v:f eqn="prod #1 2 1"/>
<v:f eqn="sum 21600 0 @20"/>
<v:f eqn="sum 21600 0 @21"/>
<v:f eqn="sum 21600 0 @22"/>
<v:f eqn="sum 21600 0 @23"/>
<v:f eqn="sum 21600 0 @24"/>
<v:f eqn="if @7 @19 0"/>
<v:f eqn="if @7 @18 @20"/>
<v:f eqn="if @7 @17 @21"/>
<v:f eqn="if @7 @16 #1"/>
<v:f eqn="if @7 @15 @22"/>
<v:f eqn="if @7 @14 @23"/>
<v:f eqn="if @7 21600 @24"/>
<v:f eqn="if @7 0 @29"/>
<v:f eqn="if @7 @9 @28"/>
<v:f eqn="if @7 @10 @27"/>
<v:f eqn="if @7 @8 @8"/>
<v:f eqn="if @7 @11 @26"/>
<v:f eqn="if @7 @12 @25"/>
<v:f eqn="if @7 @13 21600"/>
<v:f eqn="sum @36 0 @30"/>
<v:f eqn="sum @4 0 @0"/>
<v:f eqn="max @30 @37"/>
<v:f eqn="min @36 @43"/>
<v:f eqn="prod @0 2 1"/>
<v:f eqn="sum 21600 0 @48"/>
<v:f eqn="mid @36 @43"/>
<v:f eqn="mid @30 @37"/>
</v:formulas>
<v:path textpathok="t" o:connecttype="custom" o:connectlocs="@40,@0;@51,10800;@33,@4;@50,10800"
o:connectangles="270,180,90,0"/>
<v:textpath on="t" fitshape="t" xscale="t"/>
<v:handles>
<v:h position="topLeft,#0" yrange="0,2229"/>
<v:h position="#1,bottomRight" xrange="8640,12960"/>
</v:handles>
<o:lock v:ext="edit" text="t" shapetype="t"/>
</v:shapetype><v:shape id="_x0000_s1026" type="#_x0000_t158" style='width:314.25pt;
height:51pt' fillcolor="#3cf" strokecolor="#009" strokeweight="1pt">
<v:shadow on="t" color="#009" offset="7pt,-7pt"/>
<v:textpath style='font-family:"Verdana";v-text-spacing:52429f;v-text-kern:t'
trim="t" fitpath="t" xscale="f" string="FOTOğRAFLARIM"/>
</v:shape><![endif]--><![if !vml]><img border="0" width="430" height="71" src="images/image001_5.gif" alt="FOTOğRAFLARIM" v:shapes="_x0000_s1026"><![endif]></div>
<div align="center"> </div>
<p></p>
<div align="center">
<img src="images/pegasus.gif" border="0" width="173" height="106"></div>
<p align="center"><font face="Verdana" size="2" color="#FFFFFF"><b>Resimleri
Büyük Olarak Görmek için Tiklayin</b> </font>
</p><p align="left"> <table border="0" cellpadding="4" cellspacing="0" width="770" align="center">
<tr>
<td align="center" width="185"><a href="images/Tiric%202%20009.JPG">
<img border="2" src="images/Tiric%202%20009_small.JPG" xthumbnail-orig-image="nalan_imaj/Tiric 2 009.JPG" width="100" height="79"></a></td>
<td align="center" width="216"><a href="images/Tiric%202%20026.JPG">
<img border="2" src="images/Tiric%202%20026_small.JPG" xthumbnail-orig-image="nalan_imaj/Tiric 2 026.JPG" width="100" height="68"></a></td>
<td align="center" width="191"><a href="images/Dec17_16.JPG">
<img border="2" src="images/Dec17_16_small.JPG" xthumbnail-orig-image="nalan_imaj/Dec17_16.JPG" width="100" height="74"></a></td>
<td align="center" width="146"><a href="images/Resim%20014.jpg">
<img border="2" src="images/Resim%20014_small.jpg" xthumbnail-orig-image="nalan_imaj/Resim 014.jpg" width="100" height="74"></a></td>
</tr>
</table>
</p><p>
<br><br>
</p>
<table border="0" cellpadding="4" cellspacing="0">
</table>
<table border="0" cellpadding="4" cellspacing="0" width="770" align="center">
<tr>
<td align="center" width="185"><a href="images/Resim%20004.jpg">
<img border="2" src="images/Resim%20004_small.jpg" xthumbnail-orig-image="nalan_imaj/Resim 004.jpg" width="100" height="80"></a></td>
<td align="center" width="216"><a href="images/Resim%20094.jpg">
<img border="2" src="images/Resim%20094_small.jpg" xthumbnail-orig-image="nalan_imaj/Resim 094.jpg" width="100" height="74"></a></td>
<td align="center" width="191"><a href="images/Resim032.jpg">
<img border="2" src="images/Resim032_small.jpg" xthumbnail-orig-image="nalan_imaj/Resim032.jpg" width="100" height="75"></a></td>
<td align="center" width="146"><a href="images/IMG_5034.jpg">
<img border="2" src="images/IMG_5034_small.jpg" xthumbnail-orig-image="IMG_5034.jpg" width="100" height="68"></a></td>
</tr>
</table>
<p>
<br> <table border="0" cellpadding="4" cellspacing="0" width="770" align="center" height="1371">
<tr>
<td align="center" width="185" height="150"><a href="images/b_nalan1.jpg" target="_blank">
<img src="images/s_nalan1.jpg" border="0" alt width="108" height="150"></a></td>
<td align="center" width="216" height="150"><a href="images/b_nalan2.jpg" target="_blank">
<img src="images/s_nalan2.jpg" border="0" alt width="108" height="150"></a></td>
<td align="center" width="191" height="150"><a href="images/b_nalan3.jpg" target="_blank">
<img src="images/s_nalan3.jpg" border="0" alt width="111" height="150"></a></td>
<td align="center" width="146" height="150"><a href="images/b_nalan4.jpg" target="_blank.jpg">
<img src="images/s_nalan4.jpg" border="0" alt width="128" height="150"></a></td>
</tr>
<tr>
<td align="center" width="185" height="150"><a href="images/b_nalan5.jpg" target="_blank.jpg">
<img src="images/s_nalan5.jpg" border="0" alt width="110" height="150"></a></td>
<td align="center" width="216" height="150"><a href="images/p1.jpg" target="_blank.jpg">
<img src="images/s1.jpg" border="0" alt width="108" height="150"></a></td>
<td align="center" width="191" height="150"><a href="images/p2.jpg" target="_blank.jpg">
<img src="images/s2.jpg" border="0" alt width="108" height="150"></a></td>
<td align="center" width="146" height="150"><a href="images/p3.jpg" target="_blank.jpg">
<img src="images/s3.jpg" border="0" alt width="108" height="150"></a></td>
</tr>
<tr>
<td align="center" width="185" height="150"><a href="images/p4.jpg" target="_blank.jpg">
<img src="images/s4.jpg" border="0" alt width="108" height="150"></a></td>
<td align="center" width="216" height="150"><a href="images/p5.jpg" target="_blank.jpg">
<img src="images/s5.jpg" border="0" alt width="105" height="150"></a></td>
<td align="center" width="191" height="150"><a href="nalan_imaj/p6.jpg" target="_blank.jpg">
<img src="images/s6.jpg" border="0" alt width="107" height="150"></a></td>
<td align="center" width="146" height="150"><a href="images/p7.jpg" target="_blank.jpg">
<img src="images/s7.jpg" border="0" alt width="102" height="150"></a></td>
</tr>
<tr>
<td align="center" width="185" height="120"><a href="nalan_imaj/a1.jpg" target="_blank">
<img src="images/ta1.jpg" alt border="0" width="160" height="120"></a></td>
<td align="center" width="216" height="120"><a href="images/a2.jpg" target="_blank">
<img src="images/ta2.jpg" alt border="0" width="72" height="120"></a></td>
<td align="center" width="191" height="120"><a href="images/a3.jpg" target="_blank">
<img src="images/ta3.jpg" alt border="0" width="78" height="120"></a></td>
<td align="center" width="146" height="120"><a href="images/a4.jpg" target="_blank">
<img src="images/ta4.jpg" alt border="0" width="60" height="120"></a></td>
</tr>
<tr>
<td align="center" width="185" height="149"><img src="images/dog2.gif" border="0" width="104" height="149"></td>
<td align="center" width="216" height="149"><a href="images/a7.jpg" target="_blank">
<img src="images/ta7.jpg" alt border="0" width="73" height="120"></a></td>
<td align="center" width="191" height="149"><a href="images/a5.jpg" target="_blank">
<img src="images/ta5.jpg" alt border="0" width="87" height="120"></a></td>
<td align="center" width="146" height="149"><a href="images/a6.jpg" target="_blank">
<img src="images/ta6.jpg" alt border="0" width="80" height="120"></a></td>
</tr>
<tr>
<td align="center" width="185" height="120"><a href="nalan_imaj/foto9.jpg" target="_blank">
<img src="images/efoto9.jpg" alt border="0" width="180" height="120"></a></td>
<td align="center" width="216" height="120"><a href="images/foto6.jpg" target="_blank">
<img src="images/efoto6.jpg" alt border="0" width="174" height="120"></a></td>
<td align="center" width="191" height="120"><a href="images/foto7.jpg" target="_blank">
<img src="images/efoto7.jpg" alt border="0" width="154" height="120"></a></td>
<td align="center" width="146" height="120"><a href="images/foto3.jpg" target="_blank">
<img src="images/efoto3.jpg" alt border="0" width="81" height="120"></a></td>
</tr>
<tr>
<td align="center" width="185" height="170"><a href="images/foto2.jpg" target="_blank">
<img src="images/efoto2.jpg" alt border="0" width="185" height="120"></a></td>
<td align="center" width="216" height="170"><a href="images/foto5.jpg" target="_blank">
<img src="images/efoto5.jpg" alt border="0" width="216" height="120"></a></td>
<td align="center" width="191" height="170"><a href="images/foto4.jpg" target="_blank">
<img src="images/efoto4.jpg" alt border="0" width="186" height="120"></a></td>
<td align="center" width="146" height="170"><a href="images/IMG_5060.jpg">
<img border="2" src="images/IMG_5060_small.jpg" xthumbnail-orig-image="IMG_5060.jpg" width="100" height="66"></a></td>
</tr>
<tr>
<td align="center" width="185" height="170"><a href="images/foto1.jpg" target="_blank">
<img src="images/efoto1.jpg" alt border="0" width="142" height="120"></a></td>
<td align="center" width="216" height="170"><a href="images/n4.jpg" target="_blank">
<img src="images/mn4.jpg" alt border="0" width="187" height="120"></a></td>
<td align="center" width="191" height="170"><a href="images/n5.jpg" target="_blank">
<img src="images/mn5.jpg" alt border="0" width="156" height="120"></a></td>
<td align="center" width="146" height="170"><a href="images/foto8.jpg" target="_blank">
<img src="images/efoto8.jpg" alt border="0" width="146" height="120"></a></td>
</tr>
<tr>
<td align="center" width="185" height="120"> </td>
<td align="center" width="216" height="120"><a href="images/n6.jpg" target="_blank">
<img src="images/mn6.jpg" alt border="0" width="157" height="120"></a></td>
<td align="center" width="191" height="120"> </td>
<td align="center" width="146" height="120"><a href="images/n3.jpg" target="_blank">
<img src="images/mn3.jpg" alt border="0" width="76" height="120"></a></td>
</tr>
</table>
</p><p align="center">
</p>
<p align="center">
<img src="images/mouse.gif" alt border="0" width="350" height="46"><br>
</p>
<p align="center">
2004</p>
<p align="center">
<a href="images/mazhar1.jpg">
<img border="2" src="images/mazhar1_small.jpg" xthumbnail-orig-image="mazhar1.jpg" width="100" height="75"></a><a href="images/Ziynet%202.jpg"><img border="2" src="images/Ziynet%202_small.jpg" xthumbnail-orig-image="Ziynet 2.jpg" width="100" height="75"></a><a href="images/Resim%20159.jpg"><img border="2" src="images/Resim%20159_small.jpg" xthumbnail-orig-image="Resim 159.jpg" width="100" height="75"></a><a href="images/yeniresimlereek%20086.jpg"><img border="2" src="images/yeniresimlereek%20086_small.jpg" xthumbnail-orig-image="yeniresimlereek 086.jpg" width="100" height="75"></a></p>
<p align="center"> </p>
<p align="center">
2005</p>
<p align="center"><a href="images/lotus%20014.jpg">
<img border="2" src="images/lotus%20014_small.jpg" xthumbnail-orig-image="lotus 014.jpg" width="100" height="75"></a><a href="images/lotus%20036.jpg"><img border="2" src="images/lotus%20036_small.jpg" xthumbnail-orig-image="lotus 036.jpg" width="100" height="75"></a><a href="images/BODRUM%20065.jpg"><img border="2" src="images/BODRUM%20065_small.jpg" xthumbnail-orig-image="BODRUM 065.jpg" width="100" height="75"></a></p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
</body>
</html>