<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Shindokht</title>
<meta name="generator" content="Namo WebEditor v6.0">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<STYLE type=text/css>
IMG {
BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px
}
#menu {
POSITION: relative; TOP: 0px; HEIGHT: 100px
}
#menu A:visited {
FONT-WEIGHT: bold; COLOR: #d00; TEXT-DECORATION: none
}
#menu A {
FONT-WEIGHT: bold; COLOR: #d00; TEXT-DECORATION: none
}
#menu A:visited IMG {
FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=70); moz-opacity: 0.70; opacity: 0.7
}
#menu A IMG {
FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=70); moz-opacity: 0.70; opacity: 0.7
}
#menu A:hover {
COLOR: #06a; BACKGROUND-COLOR: transparent
}
#menu A:hover SPAN {
PADDING-RIGHT: 4px; DISPLAY: block; PADDING-LEFT: 4px; FONT-WEIGHT: normal; FONT-SIZE: 12px; LEFT: 0px; PADDING-BOTTOM: 4px; COLOR: #06a; PADDING-TOP: 4px; POSITION: absolute; TOP: 50px; HEIGHT: 18px
}
#menu A:hover IMG {
FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=100); moz-opacity: 1.00; opacity: 1
}
</STYLE>
</head>
<body bgcolor="#FFFFCC" text="black" link="blue" vlink="purple" alink="red" topmargin="0" marginheight="0" background="Images/BackGround.gif">
<p align="center"></p>
<table align="center" width="640" height="200" background="Images/sh-bluefairy-640.jpg" cellpadding="0" cellspacing="0">
<tr>
<td width="640" height="200" valign="middle" align="center">
<p><b><font size="7" face="Arial" color="white">شيندخت</font></b></p>
</td>
</tr>
</table>
<table align="center" width="640" cellspacing="0" height="68" id="menu" bordercolordark="white" bordercolorlight="black" cellpadding="0">
<tr>
<td width="254" height="44"><a href="http://www.yahoo.com"><img src="Images/sh-xseer-257.jpg" border="0" width="256" alt="شيندوخت در سايت هاي ديگر"></a></td>
<td height="44" width="128"><a href="http://www.saman.com"><img src="Images/sh-poetry-128.jpg" border="0" alt="شيندوخت و شعر ترکي"></a></td>
<td height="44" width="128"><a href="http://www.shindokht.com"><img src="Images/sh-bojnoord-128.jpg" border="0" alt="شيندوخت و بجنورد"></a></td>
<td height="44" width="128"><a href="http://www.shindookht.com"><img src="Images/sh-photo-128.jpg" border="0" alt="فتوبلاگ شيندوخت"></a></td>
</tr>
<tr>
<td width="257" height="30" background="Images/002.gif" style="border-right-width:1px; border-right-color:rgb(255,255,204); border-right-style:none;">
<p align="center"><font size="2" face="Tahoma">شيندوخت در سايت هاي ديگر</font></p>
</td>
<td width="128" height="30" background="Images/002.gif" style="border-right-width:1px; border-right-color:rgb(255,255,204); border-right-style:none;">
<p align="center"><font size="2" face="Tahoma">شيندوخت و شعر ترکي</font></p>
</td>
<td width="128" height="30" background="Images/002.gif" style="border-right-width:1px; border-right-color:rgb(255,255,204); border-right-style:none;">
<p align="center"><font size="2" face="Tahoma">شيندوخت</font></p>
</td>
<td width="128" height="30" background="Images/002.gif">
<p align="center"><font size="2" face="Tahoma">فتوبلاگ شيندوخت</font></p>
</td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" width="640" height="10" bgcolor="#F3DCA7" align="center">
<tr>
<td width="100%" height="5"></td>
</tr>
</table>
<table align="center" width="640" cellpadding="0" cellspacing="0" background="Images/index_37.jpg">
<tr>
<td width="120" height="300">
<table width="120" cellpadding="0" cellspacing="0">
<tr>
<td width="120" height="100" align="center" bgcolor="#EBC872"><font face="Tahoma">بنر تبليغاتي</font></td>
</tr>
<tr>
<td width="120" height="100" align="center" bgcolor="#F3DCA7"><font face="Tahoma">بنر تبليغاتي</font></td>
</tr>
</table>
</td>
<td width="400" height="300" align="center">
<p><img src="Images/untitled22.bmp" width="400" height="300" border="0"></p>
</td>
<td width="120" height="300" align="center" valign="middle">
<SCRIPT LANGUAGE="JavaScript">
<!-- begin script
function netie(net, ie) {
if ((navigator.appVersion.substring(0,3) >= net && navigator.appName == 'Netscape' && net != -1) || (navigator.appVersion.substring(0,3) >= ie && navigator.appName.substring(0,9) == 'Microsoft' && ie != -1))
return true;
else return false;
}
// end script -->
</SCRIPT>
<script language="JavaScript">
/*
Drop Down World Clock- By JavaScript Kit (http://www.webgraphic.tapesh.com)
Portions of code by Kurt @ http://www.bojnord.com
This credit notice must stay intact
*/
if (document.all||document.getElementById)
document.write('<span id="worldclock" style="font:bold 13px Arial;"></span><br>')
zone=0;
isitlocal=true;
ampm='';
function updateclock(z){
zone=z.options[z.selectedIndex].value;
isitlocal=(z.options[0].selected)?true:false;
}
function WorldClock(){
now=new Date();
ofst=now.getTimezoneOffset()/60;
secs=now.getSeconds();
sec=-1.57+Math.PI*secs/30;
mins=now.getMinutes();
min=-1.57+Math.PI*mins/30;
hr=(isitlocal)?now.getHours():(now.getHours() + parseInt(ofst)) + parseInt(zone);
hrs=-1.575+Math.PI*hr/6+Math.PI*parseInt(now.getMinutes())/360;
if (hr < 0) hr+=24;
if (hr > 23) hr-=24;
ampm = (hr > 11)?"PM":"AM";
statusampm = ampm.toLowerCase();
hr2 = hr;
if (hr2 == 0) hr2=12;
(hr2 < 13)?hr2:hr2 %= 12;
if (hr2<10) hr2="0"+hr2
var finaltime=hr2+':'+((mins < 10)?"0"+mins:mins)+':'+((secs < 10)?"0"+secs:secs)+' '+statusampm;
if (document.all)
worldclock.innerHTML=finaltime
else if (document.getElementById)
document.getElementById("worldclock").innerHTML=finaltime
else if (document.layers){
document.worldclockns.document.worldclockns2.document.write(finaltime)
document.worldclockns.document.worldclockns2.document.close()
}
setTimeout('WorldClock()',1000);
}
window.onload=WorldClock
//-->
</script>
<font size="2" face="Arial"><select name="city" size="1" onchange="updateclock(this);" style="font-family:Tahoma; font-size:11px;">
<option selected>ساعت تهران</option>
<option value="0">London GMT</option>
<option value="1">Rome</option>
<option value="7">Bangkok</option>
<option value="8">Hong Kong</option>
<option value="9">Tokyo</option>
<option value="10">Sydney</option>
<option value="12">Fiji</option>
<option value="-10">Hawaii</option>
<option value="-8">San Francisco</option>
<option value="-5">New York</option>
<option value="-3">Buenos Aires</option>
</select></ilayer></font> <table cellspacing="0" width="120" bordercolordark="black" bordercolorlight="black" cellpadding="0" background="Images/002.gif">
<tr>
<td width="120" height="30" align="center" valign="middle">
<p style="margin-right:0; margin-left:0;"><font size="2" face="Tahoma">وبلاگ شيندوخت</font></p>
</td>
</tr>
<tr>
<td width="120" height="30" align="center" valign="middle">
<p style="margin-right:0; margin-left:0;"><font size="2" face="Tahoma">فتوبلاگ</font></p>
</td>
</tr>
<tr>
<td width="120" height="30" align="center" valign="middle">
<p style="margin-right:0; margin-left:0;"><font size="2" face="Tahoma">شيندوخت </font></p>
</td>
</tr>
<tr>
<td width="120" height="30" align="center" valign="middle">
<p style="margin-right:0; margin-left:0;"><font size="2" face="Tahoma">علم و ادبيات</font></p>
</td>
</tr>
<tr>
<td width="120" height="30" align="center" valign="middle">
<p style="margin-right:0; margin-left:0;"><font size="2" face="Tahoma">آشپزي</font></p>
</td>
</tr>
<tr>
<td width="120" height="30" align="center" valign="middle">
<p style="margin-right:0; margin-left:0;"><font size="2" face="Tahoma">مددکار اجتماعي</font></p>
</td>
</tr>
<tr>
<td width="120" height="30" align="center" valign="middle">
<p style="margin-right:0; margin-left:0;"><font size="2" face="Tahoma"> </font></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>