ÿþ<html> <head> <meta http-equiv="Content-Language" content="fa"> <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=unicode"> <title> /1 "3*'FG 7DH9 .H14Ì/ 3D'E (1 E5('- 'DG/Ì H 3AÌF) 'DF,') </title> <script language="javaScript"> <!-- /////////////////////////////////////////////////////////////////////////////// // ..:: realMenu v1.27 ::.. // copyright © jordan neill 2000 // Script featured on JavaScript Kit (http://javascriptkit.com) // // change the menuItems array with your options and set the urls to link to // use addMenuItem("Text to show", "Url To Link To"); to make an item // use addMenuItem("Text", Url", "Img To Show"); to make an item with an image // use addMenuItem(); to indicate a separator bar // you can use html tags in the text, eg, <i>, <b> or <u> // // images used should be 16x16 transparent gifs /////////////////////////////////////////////////////////////////////////////// menuItems = new Array(); menuItemNum = 0; function addMenuItem(text, url, img){ if(img) menuItems[menuItemNum] = new Array(text, url, img); else if(text) menuItems[menuItemNum] = new Array(text, url); else menuItems[menuItemNum] = new Array(); menuItemNum++; } menuWidth = 389; //menu width menuHeight = 39; //menu height menuDelay = 50; //delay before menu appears menuSpeed = 8; //speed which menu appears (lower=faster) menuOffset = 2; //offset of menu from mouse pointer addMenuItem("<center>&#1705;&#1575;&#1585;&#1576;&#1585; &#1711;&#1585;&#1575;&#1605;&#1740; &#1578;&#1605;&#1575;&#1605;&#1740; &#1581;&#1602;&#1608;&#1602; &#1575;&#1740;&#1606; &#1587;&#1575;&#1740;&#1578; &#1578;&#1581;&#1578; &#1581;&#1601;&#1575;&#1592;&#1578; &#1602;&#1575;&#1606;&#1608;&#1606; &#1705;&#1662;&#1740; &#1585;&#1575;&#1740;&#1578; &#1605;&#1740; &#1576;&#1575;&#1588;&#1583;</center>","http://www.tarikhaneh.com/"); addMenuItem(" <center>&#1605;&#1583;&#1740;&#1585;&#1740;&#1578; &#1587;&#1575;&#1740;&#1578;</center>","autoplazza@yahoo.com"); /////////////////////////////////////////////////////////////////////////////// // do not edit the code below, it is required for the menu to work correctly /////////////////////////////////////////////////////////////////////////////// if(window.navigator.appName == "Microsoft Internet Explorer" && window.navigator.appVersion.substring(window.navigator.appVersion.indexOf("MSIE") + 5, window.navigator.appVersion.indexOf("MSIE") + 8) >= 5.5) isIe = 1; else isIe = 0; if(isIe){ menuContent = '<table id="rightMenu" width="0" height="0" cellspacing="0" cellpadding="0" style="font:menu;color:menutext;"><tr height="1"><td style="background:threedlightshadow" colspan="4"></td><td style="background:threeddarkshadow"></td></tr><tr height="1"><td style="background:threedlightshadow"></td><td style="background:threedhighlight" colspan="2"></td><td style="background:threedshadow"></td><td style="background:threeddarkshadow"></td></tr><tr height="10"><td style="background:threedlightshadow"></td><td style="background:threedhighlight"></td><td style="background:threedface"><table cellspacing="0" cellpadding="0" nowrap style="font:menu;color:menutext;cursor:default;">'; for(m=0;m<menuItems.length;m++){ if(menuItems[m][0] && menuItems[m][2]) menuContent += '<tr height="17" onMouseOver="this.style.background=\'highlight\';this.style.color=\'highlighttext\';" onMouseOut="this.style.background=\'threedface\';this.style.color=\'menutext\';" onClick="parent.window.location.href=\'' + menuItems[m][1] + '\'"><td style="background:threedface" width="1" nowrap></td><td width="21" nowrap><img src="' + menuItems[m][2] + '"></td><td nowrap>' + menuItems[m][0] + '</td><td width="21" nowrap></td><td style="background:threedface" width="1" nowrap></td></tr>'; else if(menuItems[m][0]) menuContent += '<tr height="17" onMouseOver="this.style.background=\'highlight\';this.style.color=\'highlighttext\';" onMouseOut="this.style.background=\'threedface\';this.style.color=\'menutext\';" onClick="parent.window.location.href=\'' + menuItems[m][1] + '\'"><td style="background:threedface" width="1" nowrap></td><td width="21" nowrap></td><td nowrap>' + menuItems[m][0] + '</td><td width="21" nowrap></td><td style="background:threedface" width="1" nowrap></td></tr>'; else menuContent += '<tr><td colspan="5" height="4"></td></tr><tr><td colspan="5"><table cellspacing="0"><tr><td width="2" height="1"></td><td width="0" height="1" style="background:threedshadow"></td><td width="2" height="1"></td></tr><tr><td width="2" height="1"></td><td width="100%" height="1" style="background:threedhighlight"></td><td width="2" height="1"></td></tr></table></td></tr><tr><td colspan="5" height="3"></td></tr>'; } menuContent += '</table></td><td style="background:threedshadow"></td><td style="background:threeddarkshadow"></td></tr><tr height="1"><td style="background:threedlightshadow"></td><td style="background:threedhighlight"></td><td style="background:threedface"></td><td style="background:threedshadow"></td><td style="background:threeddarkshadow"></td></tr><tr height="1"><td style="background:threedlightshadow"></td><td style="background:threedshadow" colspan="3"></td><td style="background:threeddarkshadow"></td></tr><tr height="1"><td style="background:threeddarkshadow" colspan="5"></td></tr></table>'; menuPopup = window.createPopup(); menuPopup.document.body.innerHTML = menuContent; } function showMenu(){ menuXPos = event.clientX + menuOffset; menuYPos = event.clientY + menuOffset; menuXIncrement = menuWidth / menuSpeed; menuYIncrement = menuHeight / menuSpeed; menuTimer = setTimeout("openMenu(0,0)", menuDelay); return false; } function openMenu(height, width){ iHeight = height; iWidth = width; menuPopup.show(menuXPos, menuYPos, iWidth, iHeight, document.body); if(iHeight < menuHeight) menuTimer = setTimeout("openMenu(iHeight + menuYIncrement, iWidth + menuXIncrement)", 1); else clearTimeout(menuTimer); } if(isIe) document.oncontextmenu = showMenu; //--> </script </head> <style fprolloverstyle>A:hover {color: #C0C0C0; font-family: Tahoma} </style> <body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" style="font-family: Tahoma; font-size: 10pt" link="#787485" vlink="#787485" alink="#787485"> <table border="0" style="border-collapse: collapse" width="775" height="1"> <tr> <td bgcolor="#FFFFFF" height="50" width="640" valign="bottom"> <p align="center"> <img border="0" src="../images/banner_farsi.jpg" width="777" height="84"></td> </tr> <tr> <td height="1" valign="top" width="769"> <table border="0" style="border-collapse: collapse" width="777" height="1"> <tr> <td width="7" background="../images/shadow-left1.gif" height="1">&nbsp;</td> <td valign="top" width="759" height="1"> <table border="0" style="border-collapse: collapse" width="759" bordercolor="#000000" height="469"> <tr> <td valign="top" width="592" height="19" background="../images/line-b-top.gif" dir="rtl" colspan="3"> <p align="right"> <a href="../Index_F.htm"> <img border="0" src="../images/main_page_pic_f.gif" width="59" height="14"></a><img border="0" src="../images/about%20us_pic_f.gif" width="59" height="14"><a href="mailto:info@tarikhaneh.com"><img border="0" src="../images/contact%20us_pic_f.gif" width="59" height="14"></a><img border="0" src="../images/site_map_pic_f.gif" width="59" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="9" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/best_pic_f.gif" width="133" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><a href="../Damghan/English/Index_E.htm"><img border="0" src="../images/english_pic.gif" width="59" height="14"></a><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"></td> <td valign="top" width="163" height="40" background="../images/line-right.gif" rowspan="2"> <p align="center"> <object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj3" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="158" height="37"> <param name="movie" value="../Flash/tarikhaneh.swf"> <param name="quality" value="High"> <param name="bgcolor" value="FFFFFF"> <param name="_cx" value="4180"> <param name="_cy" value="979"> <param name="FlashVars" value> <param name="Src" value="../Flash/tarikhaneh.swf"> <param name="WMode" value="Window"> <param name="Play" value="-1"> <param name="Loop" value="-1"> <param name="SAlign" value> <param name="Menu" value="-1"> <param name="Base" value> <param name="AllowScriptAccess" value="always"> <param name="Scale" value="ShowAll"> <param name="DeviceFont" value="0"> <param name="EmbedMovie" value="0"> <param name="SWRemote" value> <param name="MovieData" value> <embed src="../Flash/tarikhaneh.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj3" width="158" height="37" quality="High" bgcolor="#ffffff"></object> </td> </tr> <tr> <td valign="top" width="134" height="21" dir="rtl"> <p align="right"><font size="2"> <marquee onmouseover="this.stop()" onmouseout="this.start()" scrollAmount="2" scrollDelay="100" width="132" bgColor="#FFFFFF" height="13" align="center" direction="right">©'FHF ,H'F'F *'1J.'FG EB/E ('2/J/©FF/¯'F 92J2 1' ¯1'E&#1740; EJ/'1/</marquee></font></td> <td valign="top" width="56" height="21" dir="rtl" background="../images/tit.gif"> &nbsp;</td> <td valign="top" width="398" height="21" dir="rtl" background="../images/top_new_pi.gif"> <p align="center" style="margin-top: 0; margin-bottom: 0"> <font size="1" color="#FFFFFF">/'F4Ì ©G /1 ,G'F '3* 1' *FG' /1 ,G'F EÌ*H'F J'A* FG /1 ©F, '*'B </font></td> </tr> <tr> <td valign="top" width="592" height="429" colspan="3"> <table border="0" style="border-collapse: collapse" width="100%" height="488"> <tr> <td valign="top" height="488"> <table border="0" style="border-collapse: collapse" width="100%" height="23"> <tr> <td width="5" height="21">&nbsp;</td> <td width="33" background="../images/lheadcenter.gif" height="21">&nbsp;</td> <td background="../images/backheadcenter.gif" dir="rtl" valign="top" style="font-family: Tahoma; font-size: 10pt" height="21"> <p align="right"><font color="#FFFFFF"> :: /1 "3*'FG 7DH9 .H14Ì/ 3D'E (1 E5('- 'DG/Ì H 3AÌF) 'DF,')</font></td> <td width="4" background="../images/rheadcenter.gif" height="21">&nbsp;</td> <td width="7" height="21">&nbsp;</td> </tr> </table> <table border="0" style="border-collapse: collapse; text-align:justify" width="589" height="1"> <tr> <td width="5" height="19">&nbsp;</td> <td width="4" background="../images/center_left0.gif" height="19">&nbsp;</td> <td width="560" dir="rtl" valign="top" height="19" align="justify"> <p class="MsoNormal" dir="rtl" style="MARGIN-LEFT: 30px; TEXT-INDENT: 19.85pt; LINE-HEIGHT: 160%; MARGIN-RIGHT: 30px" align="center"> <font size="2" color="#FF0000">GH'D,H'/</font></p> <p class="MsoNormal" dir="rtl" style="MARGIN-LEFT: 30px; TEXT-INDENT: 19.85pt; LINE-HEIGHT: 160%; MARGIN-RIGHT: 30px" align="center"> <font style="FONT-SIZE: 9pt" face="Tahoma" color="#000080"> <a name="1H'Ì'*_E4GH1_/1_*'1Ì._HD'/*_-61*"> 1H'Ì'* E4GH1 /1 *'1Ì. HD'/* -61*</a> 'E'E -3ÌF</font><font style="FONT-WEIGHT: 700; FONT-SIZE: 9pt" face="Tahoma" color="#000080"> </font> <font style="FONT-SIZE: 9pt" face="Tahoma" color="#000080"> (9)</font></p> <p class="MsoNormal" dir="rtl" style="MARGIN-LEFT: 30px; DIRECTION: rtl; TEXT-INDENT: 19.85pt; LINE-HEIGHT: 200%; MARGIN-RIGHT: 30px; unicode-bidi: embed; TEXT-ALIGN: justify"> <span style="LINE-HEIGHT: 160%"> <font style="FONT-SIZE: 9pt" face="Tahoma"> E4GH1 "F3* CG HD'/* "F -61* /1 E/JFG /1 3JE E'G 49('F (H/G  H 4J. 7H3Ì 1G 1H'J* C1/G CG (J1HF "E/ *HBJ9 41JA (G 3HÌ B'3E (F 9D'! GE/'FÌ HCJD 'E'E -3F 93¯1Ì 9DJG 'D3D'E CG EHD'Ì E' -61* -3JF 9DJG 'D3D'E /1 1H2 ~F,4F(G 3JE E'G 49('F E*HD/ 4/G ~3 "F1H2 1' 1H2G /'1 H 'JF /9' 1' (.H'F:</font></span></p> <p class="MsoNormal" dir="rtl" style="MARGIN-LEFT: 30px; DIRECTION: rtl; TEXT-INDENT: 19.85pt; LINE-HEIGHT: 160%; MARGIN-RIGHT: 30px; unicode-bidi: embed; TEXT-ALIGN: justify"> <span style="LINE-HEIGHT: 160%; FONT-STYLE: italic"> <font style="FONT-SIZE: 9pt" face="Tahoma" color="#0000ff"> 'NDQDGOEQN 'PFQJ 'N3R&NDOCN (P-NBP 'DRENHRDOH/P AJ G0N' 'DRNJNHRE <span lang="en-us">...</span></font></span></p> <p class="MsoNormal" dir="rtl" style="MARGIN: 15px 30px 4px; DIRECTION: rtl; TEXT-INDENT: 19.85pt; LINE-HEIGHT: 200%; unicode-bidi: embed" align="justify"> <span style="LINE-HEIGHT: 160%"> <font style="FONT-SIZE: 9pt" face="Tahoma"> H '(F 4G1 "4H( (1G) 0C1 C1/G CG HD'/* "F -61* (9/ '2 /G E'G H (J3* 1H2 '2 HD'/* (1'/14 'E'E -3F 9DJG 'D3D'E (H/G H "F 1H2 3G 4F(G J' ~F,4F(G ~F,E E'G 49('F 3'D †G'1E '2 G,1* (H/G  H A1EH/G 1H'J* 4/G CG E'(JF "F -61* H (1'/14 A'5DG F(H/G  E¯1 (G B/1 E/* -ED H E/* -ED H 44 E'G (H/G '3*. H 3J/ (F 7'H3 H 4J. '(F FE' H 4J. EAJ/ /1 '14'/ FJ2 HD'/* "F -61* 1' /1 ~F,E 49('F 0C1 A1EH/G 'F/  H 4J. EAJ/ /1 EBF9G H 4J. /1 *G0J( H 4GJ/ /1 /1H3 ".1 E'G 1(J9 'D'HD 0C1 A1EH/G 'F/  H (G 'JF BHD /13* EÌ 4H/ 1H'J* C'AÌ '2 -61* 5'/B 9DJG 'D3D'E CG E'(JF -3F H -3JF 9DJGE''D3D'E 7G1Ì A'5DG 4/G H E'(JF EJD'/ "F /H (21¯H'1 44 E'G H /G 1H2 H'B9 4/G H 'DDG 'D9'DE.</font></span></p> <p class="MsoNormal" dir="rtl" style="MARGIN-LEFT: 30px; DIRECTION: rtl; TEXT-INDENT: 19.85pt; LINE-HEIGHT: 160%; MARGIN-RIGHT: 30px; unicode-bidi: embed; TEXT-ALIGN: left"> &nbsp;</p> <p class="MsoNormal" dir="rtl" style="MARGIN: 15px 30px 4px; DIRECTION: rtl; TEXT-INDENT: 19.85pt; LINE-HEIGHT: 160%; unicode-bidi: embed" align="center"> <font style="FONT-SIZE: 9pt" face="Tahoma"> &nbsp;</font><font style="FONT-SIZE: 9pt" face="Tahoma" color="#000080"><a name="'.*D'A_EH1.ÌF_4Ì9G_H_3FÌ_/1_*'1Ì._HD'/*_-61*_'E'E_-3ÌF_(_9_)_">'.*D'A EH1.ÌF 4Ì9G H 3FÌ /1 *'1Ì. HD'/* 'E'E -3ÌF (9)</a></font></p> <p class="MsoNormal" dir="rtl" style="MARGIN: 15px 30px 4px; DIRECTION: rtl; TEXT-INDENT: 19.85pt; LINE-HEIGHT: 200%; unicode-bidi: embed" align="justify"> <font face="Tahoma"> <span lang="FA" style="LINE-HEIGHT: 160%"> <font style="FONT-SIZE: 9pt"> <a name="EH1.JF_4J9G_H_3FQJ">EH1.JF 4J9G H 3FQÌ</a> /1 HD'/* 'E'E(9) '.*D'A'*Ì /'1F/ CG HD'/* -61* /1 †G 1H2Ì</font></span><font style="FONT-SIZE: 9pt"><span lang="AR-SA" style="LINE-HEIGHT: 160%"> </span><span lang="FA" style="LINE-HEIGHT: 160%"> †G E'GÌ</span><span style="LINE-HEIGHT: 160%"> H</span><span lang="FA" style="LINE-HEIGHT: 160%"> †G 3'DÌ (H/G '3* </span> <span lang="AR-SA" style="LINE-HEIGHT: 160%"> 9/QG 'Ì </span> <span lang="FA" style="LINE-HEIGHT: 160%"> ¯A*G 'F/ 'E'E -3JF(9) 3HE J' ~F,E 49('F J' ~F,E ,E'/Ì 'D'HD H J' ".1 1(J9 'D'HD 3'D 3HE G,1Ì E*HD/ 4/G 'F/.</span></font></font><span style="LINE-HEIGHT: 160%"><font style="FONT-SIZE: 9pt" face="Tahoma"> H ('D,EDG '.*D'A (3J'1 /1 ('( 1H2 HD'/* "F -61*3*. </font></span> <font style="FONT-SIZE: 9pt" face="Tahoma"> <span style="LINE-HEIGHT: 160%">'D(*G GE¯Ì ('D'*A'B ¯A*G 'F/ 'E'E /1 7HD 44 E'G H /G 1H2 *HD/ J'A*G 'F/. †HF 4J1.H'1¯Ì /H 3'D ((J3* H †G'1 E'G) 7HD EÌ C4/ -61* 5AJG (9EG ~J'E(1(5) H 9DI(9)) EÌ ¯HJ/: HB*Ì -3JF(9) *HD/ J'A*  ~J'E(1(9) A1EH/F/: 9EG ,'F  A12F/E 1' (J'H1. 916 C1/: GFH2 ~'CJ2G '4 FC1/G 'E. ~J'E(1 A1EH/: "J' *H EJ.H'GÌ 'H 1' ~'CJ2G CFÌ ./'HF/ 'H 1' ~'CJ2G H E7G1 (G /FJ' "H1/G '3*. 3~3 ~J'E(1(5) ¯1JG FEH/F/ H A1EH/F/: <font color="#cc0000"> ./'HF/ D9F* CF/ E1/EJ 1' CG C4F/¯'F *H G3*F/</font>. 5AJG 916 C1/: C4F/¯'F 'H †G C3'FÌ G3*F/ A1EH/: /F('DG ¯1HGÌ '2 F3D (FJ 'EJG. 3~3 /1 ¯H4 1'3* -61* '0'F H /1 ¯H4 †~ -61* 'B'EG B1'&* FEH/F/.</span></font></p> <p class="MsoNormal" dir="rtl" style="MARGIN-LEFT: 30px; DIRECTION: rtl; TEXT-INDENT: 19.85pt; LINE-HEIGHT: 160%; MARGIN-RIGHT: 30px; unicode-bidi: embed" align="left"> &nbsp;</p> <p class="MsoNormal" dir="rtl" style="MARGIN-LEFT: 30px; DIRECTION: rtl; TEXT-INDENT: 19.85pt; LINE-HEIGHT: 160%; MARGIN-RIGHT: 30px; unicode-bidi: embed" align="center"> <font style="FONT-SIZE: 9pt" face="Tahoma"> <span lang="FA" style="LINE-HEIGHT: 160%"> <b>&nbsp;</b></span></font><span style="LINE-HEIGHT: 160%"><font style="FONT-SIZE: 9pt" face="Tahoma" color="#000080"><a name="CJAJ*_HD'/*_'E'E_-3ÌF_(9)">CJAJ* HD'/* 'E'E -3ÌF (9)</a></font></span></p> <p class="MsoNormal" dir="rtl" style="MARGIN-LEFT: 30px; DIRECTION: rtl; TEXT-INDENT: 19.85pt; LINE-HEIGHT: 200%; MARGIN-RIGHT: 30px; unicode-bidi: embed; TEXT-ALIGN: justify"> <span style="LINE-HEIGHT: 160%"> <font style="FONT-SIZE: 9pt" face="Tahoma"> 4J. 7H3Ì (1G) H /J¯1'F (G 3F/ E9*(1 '2 -61* 'E'E 16' 9DJG 'D3D'E FBD C1/G 'F/ CG †HF -61* 'E'E -3JF 9DJG 'D3D'E E*HD/ 4/  -61* 13HD 5DÌ 'DDG 9DJG H "DG '3E'! (F* 9EJ3 1' A1EH/ CG (J'H1 A12F/ E1' 'Ì '3E'!  '3E' ¯A* "F -61* 1' /1 ,'EG 3AJ/Ì ~J†J/G (G ./E* -61* 13'D* 5DJ 'DDG 9DJG H "DG (1/E  -61* 'H 1' ¯1A* H /1 /'EF ¯0'4* H ¯H4 1'3* H '0'F /1 ¯H4 †~4 'B'EG ¯A*  ~3 ,(1&JD F'2D 4/ H ¯A*: -B *9'DÌ *1' 3D'E EJ 13'F/ H EÌ A1E'J/ CG <font color="#cc0000">†HF 9DÌ 9DJG 'D3D'E F3(* (G EF2DG G'1HF '3* F3(* (G EH3Ì (9) ~3 'H 1' (G '3E ~31 CH†C G'1HF F'E CF CG 4(J1 '3* H †HF D:* *H 91(Ì '3* 'H 1' -3JF F'E CF</font>. ~3 -61* 13HD 5DJ 'DDG 9DJG H "DG 'H 1' (H3J/ H ¯1J3* H A1EH/ CG *1' E5J(*Ì 98JE /1 ~J4 '3*  ./'HF/' D9F* CF C4F/G 'H 1'. ~3 A1EH/ CG 'Ì '3E'! 'JF .(1 1' (G A'7EG E¯H. †HF 1H2 GA*E 4/ -61* 13HD 5DJ 'DDG 9DJG H "DG A1EH/ CG (J'H1 A12F/ E1' †HF 'H 1' (G F2/ "F -61* (1/E ¯H3AF/ 3J'G H 3AJ/Ì '2 (1'Ì 'H 9BJBG C1/ CG JC 1'F4 1' (G B'(DG /'/ H 314 1' *1'4J/ H (G H2F EHÌ 314 FB1G *5/B C1/ H .DHB (1 314 E'DJ/  ~3 'H 1' (1 /'EF .H/ ¯0'4* H A1EH/ 'Ì '(' 9(/'DDG †G (3J'1 ¯1'F '3* (1 EF C4*G 4/F *H  ~3 (3J'1 ¯1J3*. '3E'! ¯A*: ~/1 H E'/1E A/'Ì *H ('/ 'JF †G .(1 '3* CG /1 1H2 'HD HD'/* ¯A*J H 'E1H2 FJ2 EJ A1E'&Ì H ¯1JG EÌ CFÌ  -61* A1EH/ CG: <font color="#cc0000">EÌ ¯1JE (1 'JF A12F/ /D(F/ .H/ CG ¯1HGÌ C'A1 3*EC'1 '2 (FÌ 'EJG 'H 1' .H'GF/ C4*</font>  ./' F13'F/ (G 'J4'F 4A'9* E1'  .H'G/ C4* 'H 1' E1/Ì CG 1.FG /1 /JF EF .H'G/ C1/ H (G ./'HF/ 98JE C'A1 .H'G/ 4/  ~3 ¯A* ./'HF/' 3$'D EÌ CFE '2 *H /1 -B 'JF /H A12F/E "F†G 1' CG 3H'D C1/E '(1'GJE /1 -B 01J* .H/ ./'HF/' *H /H3* /'1 'J4'F H /H3* /'1 G1 CG /H3* EÌ /'1/ 'J4'F 1' H D9F* CF G1 CG 'J4'F 1' /4EF /'1/ D9F*Ì †F/'F CG "3E'F H 2EJF ~1 4H/.</font></span></p> <p class="MsoNormal" dir="rtl" style="MARGIN-LEFT: 30px; DIRECTION: rtl; TEXT-INDENT: 19.85pt; LINE-HEIGHT: 160%; MARGIN-RIGHT: 30px; unicode-bidi: embed; TEXT-ALIGN: left"> &nbsp;</p> <p class="MsoNormal" dir="rtl" style="MARGIN-LEFT: 30px; DIRECTION: rtl; TEXT-INDENT: 19.85pt; LINE-HEIGHT: 160%; MARGIN-RIGHT: 30px; unicode-bidi: embed; TEXT-ALIGN: center"> <font style="FONT-SIZE: 9pt" face="Tahoma"> &nbsp;</font><font style="FONT-SIZE: 9pt" face="Tahoma" color="#000080"><a name="ED©Ì_(F'E_A713">ED©Ì (F'E A713</a></font></p> <p class="MsoNormal" dir="rtl" style="MARGIN-LEFT: 30px; DIRECTION: rtl; TEXT-INDENT: 19.85pt; LINE-HEIGHT: 200%; MARGIN-RIGHT: 30px; unicode-bidi: embed; TEXT-ALIGN: justify"> <span style="LINE-HEIGHT: 160%"> <font style="FONT-SIZE: 9pt" face="Tahoma"> 4J. 5/HB H '(F BHDHJG H /J¯1'F '2 -61* 5'/B 9DJG 'D3D'E 1H'J* C1/G 'F/ CG †HF -61* 'E'E -3JF 9DJG 'D3D'E E*HD/ 4/ -B *9'DÌ ,(1&JD 1' 'E1 A1EH/ CG F'2D 4H/ (' G2'1 EDC (1'J "F *GFJ* ¯HJ/ -61* 13HD 5DÌ 'DDG 9DJG H "DG 1' '2 ,'F( ./'HF/ H '2 ,'F( .H/  †HF ,(1&JD F'2D EÌ 4/ ¯04* /1 ,2J1G '2 ,2J1G G'Ì /1J' (G EDCÌ CG 'H 1' <font color="#000080"><b> <a name="A713">A713</a></b> </font> EJ ¯A*F/ H '2 -'ED'F 914 'DGÌ (H/. HB*Ì -B *9'DÌ 'H 1' 'E1Ì A1EH/G (H/ H 'H CF/Ì C1/G (H/ ~3 -B *9'DÌ ('D4 1' /1 GE 4C3*G H 'H 1' /1 "F ,2J1G 'F/'.*G (H/ ~3 A713 GA*5/ 3'D /1 "F,' 9('/* -B *9'DÌ C1/ *' 1H2Ì CG -61* 'E'E -3JF 9DJG 'D3D'E E*HD/ 4/.</font></span></p> <p class="MsoNormal" dir="rtl" style="MARGIN-LEFT: 30px; DIRECTION: rtl; TEXT-INDENT: 19.85pt; LINE-HEIGHT: 200%; MARGIN-RIGHT: 30px; unicode-bidi: embed; TEXT-ALIGN: justify"> <span style="LINE-HEIGHT: 160%"> <font style="FONT-SIZE: 9pt" face="Tahoma"> H (G 1H'J*Ì -B *9'DÌ 'H 1' E.J1 ¯1/'FJ/ EJ'F 90'( /FJ' H ".1* 'H 90'( /FJ' 1' '.*J'1 C1/ ~3 -B *9'DÌ 'H 1' E9DB ¯1/'FJ/ (G E˜¯'FG'Ì G1 /H †4E /1 "F ,2J1G H GJ† -JH'FÌ '2 "F,' 9(H1 FEÌ C1/ H ~JH3*G '2 2J1 'H /H/ (/(H&Ì (DF/ EJ 4/ †HF /J/ CG ,(1&JD (' ED'&CG A1H/ EÌ "JF/ '2 ,(1&JD ~13J/ CG '1'/G C,' /'1J/ ¯A* †HF -B *9'DÌ F9E*Ì (G E-E/ 5DÌ 'DDG 9DJG H "DG C1'E* A1EH/G '3*  E1' A13*'/G '3* CG 'H 1' E('1C ('/ (¯HJE  EDC ¯A* 'Ì ,(1&JD E1' FJ2 (' .H/ ((1 4'J/ CG "F -61* (1'Ì EF /9' CF/ *' -B *9'DÌ '2 EF (¯01/. ~3 ,(1&JD 'H 1' (' .H/ (1/'4* H †HF (G ./E* -61* 13'D* 5DÌ 'DDG 9DJG H "DG 13J/ *GFJ* H *-J* ¯A* H 41- -'D A713 1' (G 916 13'FJ/. -61* A1EH/ CG (G 'H (¯H CG .H/ 1' (G 'JF EHDH/ E('1C (E'D/ H (G EC'F .H/ (1¯1//. A713 .HJ4*F 1' (G 'E'E -3JF E'DJ/  ('D (1"H1/ H 'JF CDE'* 1' ¯A* H ('D' 1A* 916 C1/ <font color="#000080">J' 13HD 'DDG GE'F' 2H/ ('4/ CG 'JF EHDH/ 1' 'E* *H 4GJ/ CFF/ H 'H 1' (1 EF (G ,G* 'JF F9E*Ì CG '2 'H (G EF 13J/ EC'A'*Ì '3* CG G1 CG 'H 1' 2J'1* CF/ 'H 1' (G -61* -3JF 9DJG 'D3D'E (13'FE  H G1 CG (1 'H 3D'E CF/ EF 3D'E 'H 1' (13'FE  H G1 CG (1 'H 5DH* (A13*/ EF 5DH'* 'H 1' (G 'H EÌ 13'FE.</font></font></span></p> <p class="MsoNormal" dir="rtl" style="MARGIN-LEFT: 30px; DIRECTION: rtl; TEXT-INDENT: 19.85pt; LINE-HEIGHT: 200%; MARGIN-RIGHT: 30px; unicode-bidi: embed; TEXT-ALIGN: justify"> <span style="LINE-HEIGHT: 160%"> <font style="FONT-SIZE: 9pt" face="Tahoma"> H EH'AB 1H'J* /J¯1 †HF A713 (G "3E'F ('D' 1A* EÌ ¯A* CJ3* E+D EF H -'D "FCG EF "2'/ C1/G Ì -3JF (F 9DÌ H A'7EG H E-E/E (9DJGE 'D3D'E).</font></span></p> <p class="MsoNormal" dir="rtl" style="MARGIN-LEFT: 30px; DIRECTION: rtl; TEXT-INDENT: 19.85pt; LINE-HEIGHT: 160%; MARGIN-RIGHT: 30px; unicode-bidi: embed; TEXT-ALIGN: left"> &nbsp;</p> <p class="MsoNormal" dir="rtl" style="MARGIN-LEFT: 30px; DIRECTION: rtl; TEXT-INDENT: 19.85pt; LINE-HEIGHT: 160%; MARGIN-RIGHT: 30px; unicode-bidi: embed; TEXT-ALIGN: center"> <font style="FONT-SIZE: 9pt" face="Tahoma"> &nbsp;</font><font style="FONT-SIZE: 9pt" face="Tahoma" color="#000080"><a name="E©Ì/F_'F¯4*_'(G'E_-61*_E-E/_(5)_">E©Ì/F 'F¯4* '(G'E -61* E-E/ (5)</a></font></p> <p class="MsoNormal" dir="rtl" style="MARGIN-LEFT: 30px; DIRECTION: rtl; TEXT-INDENT: 19.85pt; LINE-HEIGHT: 200%; MARGIN-RIGHT: 30px; unicode-bidi: embed; TEXT-ALIGN: justify"> <span style="LINE-HEIGHT: 160%"> <font style="FONT-SIZE: 9pt" face="Tahoma"> <a name="'(F_4G1_"4H(">'(F 4G1 "4H(</a> 1H'J* C1/G CG GF¯'E HD'/* 'E'E -3JF 9DJG 'D3D'E A'7EG 9DJG' 'D3D'E E1J6G 4/ H 4J1 /1 ~3*'F E('1C4 .4C ¯1/J/ 13HD ./' 5DÌ 'DDG 9DJG H "DG E169Ì 7D( C1/ J'A* F4/ ~3 .H/ "F -51* *41JA "H1/ (G -,1G A'7EG 9DJG''D3D'E H 'F¯4* '(G'E .HJ4 1' /1 /G'F -3JF EÌ ¯0'4* H 'H EJÌECJ/. (96Ì ¯A*G 'F/ CG 2('F E('1C 1' /1 /G'F -3JF 9DJG 'D3D'E EÌ ¯0'4* H 'H 1' 2BG EÌ /'/ †F'FCG E1: ,H,G .H/ 1' 2BG EÌ /G/ *' †GD 4('FG 1H2 12B -3JF 9DJG 'D3D'E 1' -B *9'DÌ '2 2('F ~J:E(1 5DÌ 'DDG 9DJG H "DG ¯1/'FJ/G (H/  ~3 1H&J/ ¯H4* -3JF 9DJG 'D3D'E '2 ¯H4* ~J:E(1 5DÌ 'DDG 9DJG H "DG  H 1H'J'* (G 'JF E6EHF (3J'1 '3*.</font></span></p> <p class="MsoNormal" dir="rtl" style="MARGIN-LEFT: 30px; DIRECTION: rtl; TEXT-INDENT: 19.85pt; LINE-HEIGHT: 200%; MARGIN-RIGHT: 30px; unicode-bidi: embed; TEXT-ALIGN: justify"> <span style="LINE-HEIGHT: 160%"> <font style="FONT-SIZE: 9pt" face="Tahoma"> H /1 9DD 'D41'J9 1H'J* 4/G CG -'D 'E'E -3JF 9DJG 'D3D'E /1 4J1 .H1/F (/JF EFH'D (H/ *' "FCG 1H&J/ ¯H4* 'H '2 ¯H4* ~J:E(1 5DJ 'DDG 9DJG H "DG H 4J1 FJ'4'EJ/ '2 A'7EG 9DJG''D3D'E H FG '2 :J1 A'7EG.</font></span></p> <p class="MsoNormal" dir="rtl" style="MARGIN-LEFT: 30px; DIRECTION: rtl; TEXT-INDENT: 19.85pt; LINE-HEIGHT: 200%; MARGIN-RIGHT: 30px; unicode-bidi: embed; TEXT-ALIGN: justify"> <span style="LINE-HEIGHT: 160%"> <font style="FONT-SIZE: 9pt" face="Tahoma"> <font color="#800000">H 4J. CDJFÌ /1 C'AÌ '2 -61* 5'/B 9DJG 'D3D'E 1H'J* C1/G</font> CG -3JF 9DJG 'D3D'E '2 A'7EG 9DJG''D3D'E H '2 2FÌ /J¯1 4J1 FJ'4'EJ/ 'H 1' (G ./E* ~J:E(1 5DÌ 'DDG 9DJG H "DG EÌ (1/F/ -61* '(G'E E('1C 1' /1 /G'F 'H EÌ ¯0'4* H 'H EÌ ECJ/ H 'JF ECJ/F 'H 1' /H 3G 1H2 C'AÌ (H/. ~3 ¯H4* H .HF -3JF 9DJG 'D3D'E '2 ¯H4* H .HF -61* 13HD 5DÌ 'DDG 9DJG H "DG ~J/' 4/ A12F/Ì ,2 9J3Ì (F E1JE 9DJG 'D3D'E H -3JF (F 9DÌ 9DJG''D3D'E 44 E'GG '2 E'/1 E*HD/ F4/ CG (E'F/  H /1 (96Ì '2 1H'J'* (G ,'Ì 9J3Ì J-JÌ F'E (1/G 4/G. <i> 9N1N(JQG</i>: (B'*D 3JQ/ (-1 'D9DHE '3*)</font></span></p> <p class="MsoNormal" dir="rtl" style="direction: rtl; text-indent: 19.85pt; line-height: 160%; unicode-bidi: embed; text-align: center; margin-left: 30px; margin-right: 30px"> <span style="LINE-HEIGHT: 160%; FONT-STYLE: italic"> <font style="FONT-SIZE: 9pt" face="Tahoma" color="#004800"> DPDQGP EO1R*N6P9L DNER JN1R*N6P9R 'N(N/'K&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; EPFR +N/RJ 'OFR+J HN EPFR 7G EN1'6P9OGO</font></span></p> <p class="MsoNormal" dir="rtl" style="MARGIN-LEFT: 20px; TEXT-INDENT: 19.85pt; LINE-HEIGHT: 160%; MARGIN-RIGHT: 50px" align="center"> <span lang="fa"> <font style="FONT-SIZE: 9pt">&nbsp;</font></span><span style="LINE-HEIGHT: 110%; FONT-FAMILY: Tahoma"><font style="FONT-SIZE: 9pt" color="#550000">(1¯1A*G '2 ©*'( EF*GÌ 'D'E'D  *#DÌA -', 4Ì. 9('3 BEÌ</font></span></td> <td width="5" background="../images/center_right.gif" height="19">&nbsp;</td> <td width="5" height="19">&nbsp;</td> </tr> <tr> <td width="5" height="19">&nbsp;</td> <td width="4" background="../images/center_left0.gif" height="19">&nbsp;</td> <td width="560" dir="rtl" valign="top" height="18"> <form method="POST" action="http://www.tarikhaneh.com/Farsi/Contact/email.php" dir="rtl"> <p style="margin-top: 0; margin-bottom: 0" align="right" dir="rtl">&nbsp;</p> <p style="margin-top: 0; margin-bottom: 0" align="right" dir="rtl"> <font color="#000080"><span style="font-size: 9pt">F81 4E' /1('1G 'ÌF E7D(</span></font></p> <p style="margin-top: 0; margin-bottom: 0" align="right" dir="rtl"> <font color="#000080"><span style="font-size: 9pt">&nbsp;</span></font></p> <div align="center" dir="rtl"> <center dir="rtl"> <div align="right"> <table border="0" cellpadding="0" style="border-collapse: collapse" width="42%" height="20" bordercolor="#000000" id="table2" dir="rtl"> <tr> <td height="23" width="36%" style="font-family: Tahoma; font-size: 9pt" dir="rtl"> <p style="margin-top: 0; margin-bottom: 0" align="right" dir="rtl"> <font face="Tahoma">&nbsp;<span lang="fa">F'E H F'E .'FH'/¯Ì</span></font></td> <td height="23" width="64%" style="font-family: Tahoma; font-size: 9pt" dir="rtl"> <p style="margin-top: 0; margin-bottom: 0" align="center" dir="rtl"> <font face="Tahoma"> <input type="text" name="name" size="30" style="font-family: Tahoma; font-size: 8pt"></font></td> </tr> <tr> <td height="12" width="36%" style="font-family: Tahoma; font-size: 9pt" dir="rtl"> <p style="margin-top: 0; margin-bottom: 0" align="right" dir="rtl"> <font face="Tahoma">&nbsp;<span lang="fa">"/13&nbsp; 'ÌEÌD</span></font></td> <td height="12" width="64%" style="font-family: Tahoma; font-size: 9pt" dir="rtl"> <p style="margin-top: 0; margin-bottom: 0" align="center" dir="rtl"> <font face="Tahoma"> <input type="text" name="email" size="30" style="font-family: Tahoma; font-size: 8pt"></font></td> </tr> <tr> <td height="23" colspan="2" style="font-family: Tahoma; font-size: 9pt" dir="rtl"> <p style="margin-top: 0; margin-bottom: 0" align="right" dir="rtl"> <font face="Tahoma">&nbsp;<span lang="fa">F81'* 4E':</span></font></td> </tr> <tr> <td height="23" colspan="2" style="font-family: Tahoma; font-size: 9pt" dir="rtl"> <p align="center" dir="rtl"> <font face="Tahoma"> <textarea rows="4" name="Comments" cols="49" style="font-family: Tahoma; font-size: 8pt"></textarea></font></td> </tr> </table> </div> </center> </div> <p style="margin-top: 0; margin-bottom: 0" align="right" dir="rtl"> <input type="submit" value="'13'D '7D'9'*" style="font-family: Tahoma; font-size: 8pt"> <input type="reset" value="~'© ©1/F " style="font-family: Tahoma; font-size: 8pt"> </form> <p dir="rtl">&nbsp;</td> <td width="5" background="../images/center_right.gif" height="18" dir="rtl">&nbsp;</td> <td width="5" height="18" dir="rtl"></td> </tr> <tr> <td width="5" height="19">&nbsp;</td> <td width="4" background="../images/center_left0.gif" height="19">&nbsp;</td> <td width="560" dir="rtl" valign="top" height="19" align="justify"> <p align="center"> <font color="#0000FF" size="2"> <a href="../Index_F.htm">('2¯4*</a></font></td> <td width="5" background="../images/center_right.gif" height="19">&nbsp;</td> <td width="5" height="19">&nbsp;</td> </tr> </table> <table border="0" style="border-collapse: collapse" width="100%" height="1"> <tr> <td width="5" height="1"></td> <td background="../images/downcenter_left.gif" width="12" height="1">&nbsp;</td> <td background="../images/downcenter_center.gif" height="1">&nbsp;</td> <td background="../images/downcenter_right.gif" width="25" height="1">&nbsp;</td> <td width="7" height="1"></td> </tr> </table> </td> </tr> </table> </td> <td valign="top" width="163" background="../images/line-right.gif" height="429"> <table border="0" style="border-collapse: collapse" width="100%"> <tr> <td> <hr></td> </tr> </table> <table border="0" style="border-collapse: collapse" width="100%"> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="100%" bordercolor="#3C9DFF"> <tr> <td background="../images/back1button.gif"> <p align="center" style="margin-top: 0; margin-bottom: 0"> <font size="2" color="#0000FF"> <a href="../Damghan/Main.htm" style="text-decoration: none"> <font color="#0000FF">/'E:'F</font></a></font></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="100%" bordercolor="#3C9DFF"> <tr> <td background="../images/back1button.gif"> <p align="center" dir="rtl"> <font size="2"> <a href="../monasebatha/mahdaviyat.htm" style="text-decoration: none"> <font color="#0000FF">A1GF¯ EG/HJ*</font></a></font></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="100%" bordercolor="#3C9DFF"> <tr> <td background="../images/back1button.gif"> <p align="center" dir="rtl"> <span lang="fa"> <a style="text-decoration: none" href="../rahbari/main.htm"> <font size="2" color="#0000FF">/1 E-61 HD'Ì*</font></a></span></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="100%" bordercolor="#3C9DFF" height="9"> <tr> <td background="../images/back1button.gif" height="7"> <p align="center"> <font size="2"> <a href="../asnad/asnad%20-%20main.htm" style="text-decoration: none"> <font color="#0000FF">E1©2 '3F'/ *'1J.Ì</font></a></font></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="100%" bordercolor="#3C9DFF"> <tr> <td background="../images/back1button.gif"> <p align="center" dir="rtl"> <font size="2" color="#0000FF"> <a style="text-decoration: none" href="../imam%20sajad/darolaytam.htm"> <font color="#0000FF">/'1'D'Ì*'E</font></a></font></a><a style="text-decoration: none" href="../imam%20sajad/darolaytam.htm"><font size="2" color="#0000FF"> 'E'E 3,'/</font></a></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="101%" bordercolor="#3C9DFF"> <tr> <td background="../images/back1button.gif"> <p align="center" dir="rtl"> <span lang="fa"> <font size="2" color="#0000FF"> '<a href="../Damghan/asare%20tarikhi.htm" style="text-decoration: none"><font color="#0000FF">E'©F *'1J.Ì</font></a></font></span></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="100%" background="../images/back1button.gif" bordercolor="#3C9DFF"> <tr> <td> <p align="center"> <a href="../tasavir/maine0.htm" style="text-decoration: none"><font size="2" color="#0000FF"> "D(HE 9©3</font></a></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="100%" background="../images/back1button.gif" bordercolor="#3C9DFF"> <tr> <td> <p align="center" dir="rtl"> <span lang="fa"> <font size="2" color="#0000FF"> <a href="../Damghan/amakenn%20mazhabi.htm" style="text-decoration: none"><font color="#0000FF"> 'E'©F E0G(Ì</font></a></font></span></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="100%" background="../images/back1button.gif" bordercolor="#3C9DFF"> <tr> <td> <p align="center"> <span lang="fa"> <a href="../Tarjomeh/Main.htm" style="text-decoration: none"> <font size="2" color="#0000FF">&nbsp;</font></a><a style="text-decoration: none" href="../monasebatha/shohadaye%20rohani.htm"><font size="2" color="#0000FF">Ì'1'F 4G1 Ì'1</font></a></span></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="100%" background="../images/back1button.gif" bordercolor="#3C9DFF"> <tr> <td> <p align="center" dir="rtl"> <a style="text-decoration: none" href="../Damghan/goyesh%20damghani.htm"><font size="2" color="#0000FF"> ¯HÌ4 /'E:'FÌ</font></a></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="100%" background="../images/back1button.gif" bordercolor="#3C9DFF"> <tr> <td> <p align="center" dir="rtl"> <a style="text-decoration: none" href="../mashahir/main.htm"><font size="2" color="#0000FF"> E4'GÌ1 /'E:'F</font></a><font size="2" color="#0000FF">Ì</font></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="100%" background="../images/back1button.gif" bordercolor="#3C9DFF"> <tr> <td> <p align="center"> <a href="../ozviyat/main1.htm" style="text-decoration: none"><span lang="fa"><font size="2" color="#0000FF">96HJ*</font></span></a></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#3C9DFF" width="100%" bgcolor="#3C9DFF" background="../images/back1button.gif"> <tr> <td width="100%" bordercolor="#FFFFFF" bgcolor="#FFFFFF" background="../images/back1button.gif"> <p align="center" style="margin-top: 0; margin-bottom: 0"> <font size="2" color="#0000FF"> <a href="../matbooat/Main.htm" style="text-decoration: none"><font color="#0000FF">E7(H9'*</font></a></font></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="100%" background="../images/back1button.gif" bordercolor="#3C9DFF"> <tr> <td> <p align="center"> <span lang="fa"> <a style="text-decoration: none" href="../javaneh/javaneh-main.htm"> <font size="2" color="#0000FF">F41ÌG ,H'FG</font></a></span></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#3C9DFF" width="100%" bgcolor="#3C9DFF" background="../images/back1button.gif"> <tr> <td width="100%" bordercolor="#FFFFFF" bgcolor="#FFFFFF" background="../images/back1button.gif"> <p align="center" style="margin-top: 0; margin-bottom: 0"> <a style="text-decoration: none" href="../nashriyeh/nashriye-%20arshiv.htm"><font size="2" color="#0000FF"> F41ÌG</font></a><font size="2" color="#0000FF"> F¯'G</font></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="4"> <tr> <td width="100%" height="4"> <p align="center"> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="19"> <tr> <td width="100%" background="../images/backheadcenter.gif" dir="rtl" valign="top" height="19"> <p style="margin-top: 0; margin-bottom: 0"> <font size="2" color="#FFFFFF">&gt; *(DJ:'*</font></td> </tr> </table> <table border="0" style="border-collapse: collapse" width="100%" height="35"> <tr> <td> <p align="center"> <object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="158" height="44"> <param name="movie" value="../images/javaninter.swf"> <param name="quality" value="High"> <param name="_cx" value="4180"> <param name="_cy" value="1164"> <param name="FlashVars" value> <param name="Src" value="../images/javaninter.swf"> <param name="WMode" value="Window"> <param name="Play" value="-1"> <param name="Loop" value="-1"> <param name="SAlign" value> <param name="Menu" value="-1"> <param name="Base" value> <param name="AllowScriptAccess" value="always"> <param name="Scale" value="ShowAll"> <param name="DeviceFont" value="0"> <param name="EmbedMovie" value="0"> <param name="BGColor" value> <param name="SWRemote" value> <param name="MovieData" value> <param name="SeamlessTabbing" value="1"> <embed src="../images/javaninter.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="158" height="44" quality="High"></object> </td> </tr> </table> <table border="0" style="border-collapse: collapse" width="100%"> <tr> <td><hr></td> </tr> </table> <table border="0" style="border-collapse: collapse" width="100%" height="32"> <tr> <td> <p align="center"> <object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj2" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="158" height="42"> <param name="movie" value="../images/shabahang.swf"> <param name="quality" value="High"> <param name="_cx" value="4180"> <param name="_cy" value="1111"> <param name="FlashVars" value> <param name="Src" value="../images/shabahang.swf"> <param name="WMode" value="Window"> <param name="Play" value="-1"> <param name="Loop" value="-1"> <param name="SAlign" value> <param name="Menu" value="-1"> <param name="Base" value> <param name="AllowScriptAccess" value="always"> <param name="Scale" value="ShowAll"> <param name="DeviceFont" value="0"> <param name="EmbedMovie" value="0"> <param name="BGColor" value> <param name="SWRemote" value> <param name="MovieData" value> <param name="SeamlessTabbing" value="1"> <embed src="../images/shabahang.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj2" width="158" height="42" quality="High"></object> </td> </tr> </table> <table border="0" style="border-collapse: collapse" width="100%"> <tr> <td><hr></td> </tr> </table> <table border="0" style="border-collapse: collapse" width="100%" height="15"> <tr> <td dir="rtl" valign="top"> <p align="center"> <font size="2" color="#006BD7">3A'14 *(DJ:'*:</font></td> </tr> <tr> <td dir="rtl" valign="top"> <p align="center"><span lang="en-us"> <font size="2" color="#808080">5253699</font></span></td> </tr> <tr> <td dir="rtl" valign="top"> <hr></td> </tr> </table> <table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="42"> <tr> <td width="100%" height="42" dir="ltr" valign="top"> <table border="0" style="border-collapse: collapse" width="100%"> <tr> <td background="../images/backheadcenter.gif" dir="rtl" style="margin-top: 0; margin-bottom: 0"> <p align="right"> <font color="#FFFFFF" style="font-size: 8pt"> <span lang="en-us">&gt; </span>DJF©G'Ì E1(H7 (G 'JF 5A-G</font></td> </tr> </table> <table border="0" style="border-collapse: collapse" width="100%" height="2354"> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="2354"> </td> </tr> <tr> <td height="24"> <font face="Tahoma" size="2" color="#FFFF00"> <iframe name=I1 src='http://stats.netsups.com/counter.asp?id=462197351&cnum=001fa&ref=" + document.referrer + "' align=center frameborder=0 scrolling=no width=151 height=12 marginheight=0 marginwidth=0></iframe> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> <td width="5" background="../images/line-right1.gif" height="1">&nbsp;</td> </tr> </table> </td> </tr> <tr> <td height="28" width="769" background="../images/line-down.gif"> <p align="center" style="margin-top: 2; margin-bottom: 0"> <font size="1" face="Arial">copy right © 200<span lang="en-us">5-</span>200<span lang="en-us">8</span> <a href="file:///G:/my%20new%20document/My%20Webs/INDEX.HTM" style="text-decoration: none; "> <font color="#FFFFFF">Tarikhaneh.com</font></a> all right reserved .all graphics copy right by<span lang="en-us"><a style="text-decoration: none" href="mailto:tarikhaneh2002@yahoo.com?subject=from site"> <font color="#FFFFFF">tarikhaneh</font></a></span></font></td> </tr> </table> <SCRIPT language=javascript> message = " h t t p : / / w w w . T a r i k h a n e h . c o m ^"+ " ----------> K a n o o n e J a v a n a n e T a r i k h a n e h D A M G H A N <---------- ^" + " :::.. i n f o @ T a r i k h a n e h . c o m :::..^" + " T h i s S i t e D e s i g n e d b y T a r i k h a n e h ^" + " ::..COPY RIGHT © 2005-2008 T A R I K H A N E H A L L R I G H T R E S E R V E D ..:: ^" + " :. A l l g r a p h i c s c o p y r i g h t b y t a r i k h a n e h ^" + "" scrollSpeed=80 lineDelay =4500 txt ="" function scrollText(pos){if(message.charAt(pos)!='^'){txt =txt+message.charAt(pos) status=txt pauze =scrollSpeed } else{pauze=lineDelay txt ="" if(pos==message.length-1)pos=-1 } pos++ setTimeout("scrollText('"+pos+"')",pauze) } // Unhide --> scrollText(0) </SCRIPT> </body> </html>