ÿþ<html> <head> <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Language" content="fa"> <meta http-equiv="Content-Type" content="text/html; charset=unicode"> <title>3Ì1G H 3ÌE'Ì -61* 'E'E -3F E,*(Ì 9DÌG 'D3D'E </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> <script language="JavaScript" fptype="dynamicanimation"> <!-- function dynAnimation() {} function clickSwapImg() {} //--> </script> <script language="JavaScript1.2" fptype="dynamicanimation" src="../../animate.js"> </script> <body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" style="font-family: Tahoma; font-size: 10pt" link="#787485" vlink="#787485" alink="#787485" onload="dynAnimation()" language="Javascript1.2"> <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> <table border="0" cellspacing="1" width="100%"> <tr> <td width="100%" align="center"> <table border="0" cellspacing="1" width="40%"> <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="457"> <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="../../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="417" colspan="3"> <table border="0" style="border-collapse: collapse" width="100%" height="339"> <tr> <td valign="top" height="339"> <table border="0" style="border-collapse: collapse" width="100%" height="23"> <tr> <td width="5">&nbsp;</td> <td width="33" background="../images/lheadcenter.gif">&nbsp;</td> <td background="../images/backheadcenter.gif" dir="rtl" valign="top" style="font-family: Tahoma; font-size: 10pt"> <p align="right"><font color="#FFFFFF"> ::<span lang="fa"> 3Ì1G H 3ÌE'Ì -61* 'E'E -3F E,*(Ì 9DÌG 'D3D'E</span></font></td> <td width="4" background="../images/rheadcenter.gif">&nbsp;</td> <td width="7">&nbsp;</td> </tr> </table> <table border="0" style="border-collapse: collapse" width="589" height="75"> <tr> <td width="5" height="20">&nbsp;</td> <td width="4" background="../images/center_left0.gif" height="20">&nbsp;</td> <td width="559" dir="rtl" valign="top" height="20"> <p align="justify" style="line-height: 150%"> <strong><font size="2" color="#336600"> «'F' '97JF'© 'D©H+1 A5D D1(© H 'F-1. 'F 4'F&© GH 'D'(*1»</font></strong></p> <p align="justify" style="line-height: 150%"> <font size="2">F.3*JF E8G1 H F4'FG J ©H+1 ©G (1 /'E'F ~'© A'7EG J '7G1 (3D'E 'DDG 9DJG') ~' (G 915G J ¯J*J FG'/ 'E'E -3F 9DJG 'D3D'E (H/. F4'FG 'J '2 *,DJ EB/3 *1JF ~/J/G '</font><strong><font size="2" color="#336600"><img border="0" src="../images/imam-hasan.jpg" align="left" width="320" height="242" alt="EÌD'/ -61* 'E'E -3F E,*(Ì (9) E('1© ('/"></font></strong><font size="2">J ©G '2 .,3*G *1JF ~JHF/ (1JF 'F3'FJ  F5J( -61* E-E/ 5DJ 'DDG 9DJG H "DG  9DJ E1*6J 9DJG 'D3D'E H A'7EG 2G1' (3D'E 'DDG 9DJG') ¯1/J/. GE'F D$D$J ©G '2 (12. /H 'BJ'FH3 F(H* H 'E'E* (G 8GH1 ~JH3* HE9,2G J (21¯ «E1, 'D(-1JF JD*BJ'F  (JFGE' (12. D' J(:J'F  J.1, EFGE' 'DD$DH! H'DE1,'F » . (1) 1' *,3E (.4J/ H ©D'E ./' /1 ©DEG J H,H/ †FJF 8'G1 4/. '2 FJ'JJ 'DG'E ¯J1 H ~/1J ~J4H'  H'1+J (1.'©J'F H ,DHG</font><font size="2"> 'J (1'AD'©J'F ~/J/ "E/ (' H1'+*J '(1'GJEJ  EB5/J E-E/J  EFG,J 9DHJ  2G1G 'J 2G1'JJ ©G 95'J A19HF ©H( EH3J 1' /1 /3* 5D- "A1JF 9J3HJ /'4* H *F/J3 2F/G J '.D'B B1"F (H/ H 1'J* ,'H/'F¯J '3D'EJ 1' /1 2F/¯J *H'E (' E,'G/G H 4©J('JJ *6EJF ©1/ H (B'9 'EF H 'JE'F 1' (G '(/J* /1 (BJ9 4G'/* (1 'A1'4* H E©*(4 '2 .'© ¯1E E/JFG (G GEG 3HJ ,G'F ,G* J'A* H (' GEG J E8DHEJ*4 /1 (1'(1 3J'GJ H *('GJ ,(GG ¯1A* H (G -BJB* '5'D* (.4J/ H E49D/'1 ¯E1'G'F H 29JE 1G J'A*¯'F ¯1/J/. -61*4 /1 (BJ9 (J (B9G; /1 ,H'1 ,/G J ~/1J4 A'7EG (F* '3/  (1'/1 2'/G F'2FJF4 'E'E 3,'/ 9DJG 'D3D'E H E6,9 'E'E ('B1 H 'E'E 5'/B 9DJGE' 'D3D'E "1EJ/G '3*. (2)</font></p> <h4 align="justify" style="line-height: 150%"> <font size="2" color="#336600">*HD/ H ©H/©J </font></h4> <p align="justify" style="line-height: 150%"> <font size="2">A12F/ ¯1'EJ 13HD 'DDG H F.3*JF FHG J 'H /1 EB/3 *1JF E'G G'J 3'D BE1J J9FJ ~'F2/GE (3) 1E6'F 3'D 3HE G,1* †4E (G ,G'F ¯4H/. </font></p> <p align="justify" style="line-height: 150%"> <font size="2">'E'E E,*(J 9DJG 'D3D'E /1 /'E'F -61* 2G1' (3D'E 'DDG 9DJG') (21¯ 4/. 'H '2 GE'F /H1'F ©H/©J '2 F(H: 314'1J (1.H1/'1 (H/ HJ (' -'A8G J FJ1HEF/4  "J'*J 1' ©G (1 ~J'E(1 '©1E 5DJ 'DDG 9DJG H "DG F'2D EJ 4/  EJ 4FJ/ H GEG 1' -A8 EJ ©1/ H HB*J (G .'FG EJ 1A* (1'J E'/14 EJ .H'F/ H -61* A'7EG (3D'E 'DDG 9DJG') "F "J'* H 3.F'F 13HD 'DDG 5DJ 'DDG 9DJG H "DG 1' (1'J -61* 9DJ 9DJG 'D3D'E FBD EJ ©1/ H 9DJ 9DJG 'D3D'E (G 4¯A*J EJ ~13J/: 'JF "J'* 1' †¯HFG 4FJ/G '3* H 2G1'J E16JG EJ A1EH/: '2 -3F 9DJG 'D3D'E 4FJ/G 'E. (4) </font> </p> <p align="justify" style="line-height: 150%"> <font size="2">(G /'3*'FJ /1 'JF EH1/ *H,G ©FJ/: </font></p> <p align="justify" style="line-height: 150%"> <font size="2">«1H2J 9DJ 9DJG 'D3D'E ~FG'F '2 /J/¯'F A12F/4 (G 'F*8'1 F43*  *' ((JF/ A12F/4 †¯HFG "J'* 1' (1 E'/14 *D'H* EJ ©F/. 'E'E -3F 9DJG 'D3D'E (G .'FG "E/ H .H'3* "J'* B1"F 1' (1'J E'/14 (.H'F/; HDJ 2('F4 (G D©F* 'A*'/ H '2 ¯A*'1 ('2 E'F/ H †HF E'/14 9D* 1' ~13J/  ¯A*: E'/1 ,'F! ¯HJ' 4.5J* (21¯J /1 'JF .'FG '3* ©G 4©HG H,H/4  E1' '2 3.F ¯A*F ('2 EJ /'1/» . (5) </font></p> <p align="justify" style="line-height: 150%"> <b><font size="2" color="#336600">/13 '.D'B </font></b></p> <p align="justify" style="line-height: 150%"> <font size="2">'2 'E'E E,*(J 9DJG 'D3D'E .H'3*F/ ©G 3.FJ H E7D(J /1('1G J '.D'B FJ©HJ ~J'E(1 5DJ 'DDG 9DJG H "DG (¯HJ/. 'H A1EH/: G1 ©3 FJ'2J (G -6H1 ~J'E(1 5DJ 'DDG 9DJG H "DG EJ (1/ -',*4 1/ FEJ 4/ H G1†G /1 *H'F /'4* (1'J 1A9 FJ'2 E1/E (G ©'1 EJ (1/ H 4FJ/E ~J:E(1 5DJ 'DDG 9DJG H "DG A1EH/: G1 ©3 FE'2 5(- 1' (¯0'1/  "F FE'2 (JF 'H H "*4 /H2. /JH'1J 'J,'/ EJ ©F/. (6) </font></p> <p align="justify" style="line-height: 150%"> <b><font size="2" color="#336600">'E'E -3F 9DJG 'D3D'E '2 EF81 13HD 'DDG 5DJ 'DDG 9DJG H "DG </font></b></p> <p align="justify" style="line-height: 150%"> <font size="2">-61* .*EJ E1*(* 5DJ 'DDG 9DJG H "DG A6'JD H 'E*J'2'* A12F/4 'E'E -3F E,*(J 9DJG 'D3D'E 1' (JF E3DE'F'F *(DJ: EJ ©1/ H '2 '1*('7 'H (' EB'E F(H* H 9D'BG J -BJBJ ©G (G HJ /'4* GEG ,' 3.F EJ ¯A*. </font></p> <p align="justify" style="line-height: 150%"> <strong><font size="2" color="#336600"> "F†G '2 2('F ~J'E(1 5DJ 'DDG 9DJG H "DG /1 EH1/ -61* E,*(J 9DJG 'D3D'E (J'F 4/G '3* †FJF '3*: </font></strong></p> <p align="justify" style="line-height: 150%"> <font size="2">«G1 ©3 EJ .H'G/ "B'J ,H'F'F (G4* 1' ((JF/ (G -3F 9DJG 'D3D'E F¯'G ©F/» . (7) </font></p> <p align="justify" style="line-height: 150%"> <font size="2">«-3F ¯D .H4(HJJ '3* ©G EF '2 /FJ' (1¯1A*G 'E ». (8) </font></p> <p align="justify" style="line-height: 150%"> <font size="2">1H2J ~J'E(1 '©1E 5DJ 'DDG 9DJG H "DG (G EF(1 1A* H 'E'E -3F 9DJG 'D3D'E 1' /1 ©F'14 F4'FJ/ H F¯'GJ (G E1/E ©1/ H F81J (G 'E'E -3F 9DJG 'D3D'E 'F/'.* H A1EH/: «'JF A12F/ EF '3* H ./'HF/ '1'/G ©1/G ©G (G (1©* H,H/ 'H (JF E3DE'F'F 5D- 1' (1B1'1 3'2/» . (9) J©J '2 J'1'F 13HD 'DDG 5DJ 'DDG 9DJG H "DG EJ ¯HJ/: ~J:E(1 5DJ 'DDG 9DJG H "DG 1' /J/E ©G 'E'E -3F 9DJG 'D3D'E 1' (1 /H4 EJ ©4J/ H EJ A1EH/: «./'J' EF -3F 1' /H3* /'1E  *H GE /H3*4 (/'1» . (10) </font></p> <p align="justify" style="line-height: 150%"> <font size="2">1H2J ~J'E(1 E98E '3D'E 5DJ 'DDG 9DJG H "DG 'E'E -3F 9DJG 'D3D'E 1' (1 /H4 ¯1A*G (H/  E1/J ¯A*: 'J ~31 (1 E1©( .H(J 3H'1 4/G 'J. ~J'E(1 A1EH/: «'H GE 3H'1 .H(J '3* » . (11) </font></p> <p align="justify" style="line-height: 150%"> <font size="2">4(J ~J:E(1 ./' 5DJ 'DDG 9DJG H "DG FE'2 94'! EJ .H'F/ H 3,/G 'J 7HD'FJ (G ,' "H1/. ~3 '2 ~'J'F FE'2  /DJD 1' '2 -61*4 ~13J/F/  A1EH/: ~31E -3F  (1 ~4*E F43*G (H/ H F'1'-* (H/E ©G ~J'/G '4 ©FE. (12) </font></p> <p align="justify" style="line-height: 150%"> <font size="2">'F3 (F E'D© FBD EJ ©F/ ©G: 13HD 'DDG 5DJ 'DDG 9DJG H "DG /1('1G J 'E'E -3F 9DJG 'D3D'E (G EF A1EH/: 'J 'F3! -3F A12F/ H EJHG J /D EF '3*  '¯1 ©3J 'H 1' '0J* ©F/  E1' '0J* ©1/G H G1 ©3 E1' (J'2'1/  ./' 1' '0J* ©1/G '3*. (13) </font></p> <p align="justify" style="line-height: 150%"> <font size="2">2JF( /.*1 '(H 1'A9 EJ ¯HJ/: -61* 2G1' (3D'E 'DDG 9DJG') /1 GF¯'E (JE'1J 13HD 'DDG 5DJ 'DDG 9DJG H "DG G1 /H A12F/4 1' F2/ ~J'E(1 5DJ 'DDG 9DJG H "DG "H1/ H A1EH/: 'JF'F A12F/'F 4E' G3*F/. '©FHF '1+J (G "F'F (/GJ/. -61* A1EH/: «41A H E,/ H 3J'/*E 1' (G -3F 9DJG 'D3D'E /'/E H 4,'9* H,H/ .HJ4 1' (G -3JF 9DJG 'D3D'E (.4J/E » . (14) </font></p> <h4 align="justify" style="line-height: 150%"> <font size="2" color="#336600">'3HG J (21¯H'1J</font></h4> <p align="justify" style="line-height: 150%"> <font size="2">'E'E -3F 9DJG 'D3D'E /1 7HD 2F/¯J ~1 (1©*4 GEH'1G /1 1'G G/'J* H '14'/ E1/E ¯'E (1 EJ /'4* H 4JHG J (1.H1/4 (' 9EHE E1/E - -*J /4EF'F - †F'F ,'D( H 2J(' (H/ ©G GEG 1' (G .H/ ,0( EJ ©1/. </font></p> <p align="justify" style="line-height: 150%"> <font size="2">EH1.JF FH4*G 'F/ «1H2J 'E'E E,*(J 9DJG 'D3D'E 3H'1G '2 1'GJ EJ ¯04*. E1/J 4'EJ (1 31 1'G "F -61* "E/ H F'32' ¯A*. HB*J ©G A-4 G'J4 *E'E 4/  'E'E 9DJG 'D3D'E 1H (G 'H ©1/G H 3D'E4 ©1/! "F¯'G .F/J/ H ¯A*: 'J E1/! A©1 EJ ©FE /1 'JF ,' :1J( G3*J... '¯1 '2 E' †J2J (.H'GJ  (G *H 97' .H'GJE ©1/. '¯1 ¯13FG 'J 3J1* EJ ©FJE  '¯1 (1GFG 'J EJ ~H4'FJE*  '¯1 FJ'2J /'1J  (J FJ'2* EJ ©FJE  '¯1 '2 ,'JJ 1'F/G 4/G 'J ~F'G* EJ /GJE  '¯1 -',*J .H'3*G ('4J (1"H1/G EJ ©FJE  GE 'JF© (J' H EGE'F E' ('4. *' HB*J ©G 'JF ,' G3*J EGE'F E'JJ... E1/ 4'EJ ©G 'JF GEG /D ,HJJ H E-(* 1' '2 'E'E E4'G/G ©1/ (G ¯1JG 'A*'/ H ¯A*: «4G'/* EJ /GE ©G *H .DJAG J ./' 1HJ 2EJF G3*J H ./'HF/ (G*1 EJ /'F/ ©G EB'E .D'A* H 13'D* 1' /1 ©,' B1'1 /G/. EF ~J4 '2 'JF  /4EFJ *H H ~/1* 1' (G 3.*J /1 /D /'4*E. 'E' '©FHF *H 1' E-(H( *1JF .DB ./' EJ /'FE.»</font></p> <p align="justify" style="line-height: 150%"> <font size="2">"F E1/  '2 "F ~3  '2 /H3*'F H ~J1H'F 'E'E 9DJG 'D3D'E (G 4E'1 "E/ H *' GF¯'EJ ©G /1 E/JFG (H/  GE†F'F EGE'F "F (21¯H'1 (H/. (15) </font></p> <h4 align="justify" style="line-height: 150%"> <font size="2" color="#336600">'3HG J 'J+'1¯1J </font></h4> <p align="justify" style="line-height: 150%"> <font size="2">J©J /J¯1 '2 5A'* (1,3*G J 'E'E E,*(J 9DJG 'D3D'E 'FA'B H (.44 (J 3'(BG J 'H3*. *'1J. F¯'1'F FH4*G 'F/: 'E'E -3F 9DJG 'D3D'E /H('1 *E'E +1H* .H/ 1' /1 1'G ./' .1, ©1/ H 3G ('1 /'1'JJ '4 1' (G /H F5A ©1/G  FJEJ 1' (1'J .H/ ¯0'4* H F5A /J¯1 1' /1 1'G ./' 'FA'B ©1/. (16) </font></p> <p align="justify" style="line-height: 150%"> <font size="2">'E'E -3F 9DJG 'D3D'E ED,'! /1E'F/¯'F  "1'E (.4 /D G'J /1/EF/'F H 'EJ/ *GJ/3*'F (H/  GJ† ¯'G F4/ ©G ABJ1J (G -6H1 "F (21¯H'1 (13/ H /3* .'DJ (1¯1//. /1 GEJF EH1/ FBD ©1/G 'F/: E1/J (G -6H1 'E'E -3F 9DJG 'D3D'E "E/ H '8G'1 AB1 H -',* ©1/. 'E'E -3F 9DJG 'D3D'E /3*H1 /'/ *' ~F,'G G2'1 /1GE  (G '6'AG J ~'F5/ /JF'1 (G 'H (/GF/. E1/ 3'&D -E'DJ 1' 5/' 2/ ©G ~HD G'J4 1' (1'J4 ((1/. 'E'E E,*(J 9DJG 'D3D'E ~H3*JF .H/ 1' GE (G "F E1/ /'/ H A1EH/: 'JF 1' GE (G ,'J ©1'JG (G "F E1/ (/G. (17) </font></p> <h4 align="justify" style="line-height: 150%"> <font size="2" color="#336600">'E'E -3F E,*(J 9DJG 'D3D'E (9/ '2 ~/1 </font> </h4> <p align="justify" style="line-height: 150%"> <font size="2">~3 '2 "F ©G -61* 9DJ 9DJG 'D3D'E /1 E-1'( 9('/* .HF .HJ4 1' (G ~'J /1.* *H-J/ F+'1 ©1/ 'E'E E,*(J :E¯JF /1 3H¯ '3HG J 5(1 H (1/('1J  (1A1'2 EF(1 1A* H (9/ '2 -E/ H 3~'3 ./'HF/ /1 A1'2J '2 3.F'F4 A1EH/: </font></p> <p align="justify" style="line-height: 150%"> <font size="2">... DB/ B(6 AJ G0G 'DDJD) 1,D DE J3(BG 'D'HDHF (9ED HD' J/1©G 'D'.1HF (9ED... (18) </font></p> <p align="justify" style="line-height: 150%"> <font size="2">«4( ¯04*G E1/J '2 'JF ,G'F /1 ¯04* ©G GJ† J© '2 ~J4JFJ'F - /1 'F,'E H8JAG H '9E'D 4'J3*G (1 'H 3(B* F¯1A*F/ H '2 "JF/¯'F FJ2 ©3J 1' J'1'J ~' (G ~'JJ 'H FJ3*... </font></p> <p align="justify" style="line-height: 150%"> <font size="2">H 3~3 A1EH/: 9DJ 9DJG 'D3D'E /1 4(J 1.* '2 ,G'F (3* ©G /1 "F 4( 9J3'J E3J- (G "3E'F 91H, ©1/  JH49 (F FHF ,'F4JF EH3'J ~J'E(1 FJ2 /1 "F 4( /1¯04*. </font></p> <p align="justify" style="line-height: 150%"> <font size="2">~/1E /1 -'D*J /FJ' 1' *1© ©1/ ©G GJ† 3JE H 21 H 'F/H.*G 'J F/'4*. E¯1 *FG' GA*5/ /1GE ©G '2 G/'J'J E1/E (G ,' E'F/G (H/ ©G B5/ /'4* (' "F ./E*©'1J (¯J1/. </font></p> <p align="justify" style="line-height: 150%"> <font size="2">/1 'JF,'  'E'E ¯1J3* H E1/E FJ2 GE5/' (' -61* E,*(J 9DJG 'D3D'E ¯1J3*F/. </font></p> <p align="justify" style="line-height: 150%"> <font size="2">3~3 '/'EG /'/: EF ~31 (4J1E  EF ~31 F0J1E  EF '2 .'FH'/G 'J G3*E ©G ./'HF/ /H3*J "F'F 1' /1 ©*'( .HJ4 (B1"F) H',( ©1/G '3* "F ,' ©G EJ A1E'J/: </font></p> <p align="justify" style="line-height: 150%"> <font size="2">«BD D' '3&D©E 9DJG ',1' 'D' 'DEH/) AJ 'DB1(J HEF JB*1A -3F) F2/ DG AJG' -3F'..» . (19) (¯H EF GJ† ~'/'4J '2 4E' (1 13'D*E /1 .H'3* FEJ ©FE ,2 /H3* /'4*F F2/J©'FE [ 'GD (J*E] ; H G1 ©3 ©'1 FJ©J 'F,'E /G/  (1 FJ©J '4 EJ 'A2'JJE » . </font></p> <p align="justify" style="line-height: 150%"> <font size="2">(1 'JF '3'3 /H3*J E' - .'F/'F - GE'F -3FG H .H(J '3* ©G ./'HF/ (/'F '4'1G ©1/G '3*. 3~3 (1 ,'J .H/ F43*. </font></p> <p align="justify" style="line-height: 150%"> <font size="2">/1 'JF GF¯'E «9(/'DDG (F 9('3 » (1.'3* H (G E1/E ¯A*: 'JF A12F/ ~J'E(1 4E' H ,'F4JF 'E'E 9DJ 9DJG 'D3D'E '3*  '©FHF 'H 1G(1 H 'E'E 4E'3*. (J'JJ/ H (' 'H (J9* FE'JJ/! </font></p> <p align="justify" style="line-height: 150%"> <font size="2">E1/E ¯1HG ¯1HG (G 3HJ -61* E,*(J 9DJG 'D3D'E 1HJ "H1/F/ H (J9* ©1/F/. 3~3 'E'E 9DJG 'D3D'E .7(G 'J (J'F A1EH/ ©G /1 "F (1 D2HE '7'9* '2 ./' H ~J'E(1 H 'HDJ 'D'E1 *'©J/ 4/G (H/ H E1/E 1' '2 ~J1HJ 4J7'F (1-01 /'4* H 'GEJ* 'JE'F H 9ED .J1 1' J'/"H1 ¯1/J/ (20) . </font></p> <p align="justify" style="line-height: 150%"> <font size="2">'E'E E,*(J 9DJG 'D3D'E /1 3'D †GDE G,1* H /1 3F 37 3'D¯J (' E1/E (J9* ©1/ H (' "F G' 417 ©1/ ©G: (' G1 ©G EF 5D- ©FE 4E' GE 5D- ©FJ/  (' G1 ©G EF ,F¯ ©FE 4E' GE ,F¯ ©FJ/ H "F G' B(HD ©1/F/ (21) . </font></p> <p align="justify" style="line-height: 150%"> <font size="2">/1 6EF 'E'E 9DJG 'D3D'E F'EG 'J (G E9'HJG FH4* H 'H 1' /9H* (G (J9* ©1/ H E*0©1 4/ ©G '¯1 /1 'E1 '/'1G J ,'E9G '.D'D ©F/ H ,'3H3 (¯E'1/ (' B'79J* (1.H1/ .H'G/ ©1/ H /1 EH1/ /3*¯J1J H '9/'E /H ,'3H3 HJ (G 'H G4/'1 /'/ (22) . </font></p> <p align="justify" style="line-height: 150%"> <font size="2">E9'HJG /1 ~'3. 'E'E FH4*: </font></p> <p align="justify" style="line-height: 150%"> <font size="2">... EF '2 *H 3'(BG (J4*1J /'1E  ~3 (G*1 "F ©G *H ~J1H EF ('4J. EF FJ2 BHD EJ /GE ©G .D'A* E3DE'F'F  ~3 '2 EF (' *H ('4/ H G1 †G (J* 'DE'D 91'B '3* /1 '.*J'1 *H .H'GE ¯0'1/... (23) H †FJF (H/ ©G E9'HJG '2 ~0J14 -B 'E*F'9 H12J/ H FG *FG' '2 (J9* (' 'E'E -3F 9DJG 'D3D'E .H//'1J ©1/  (D©G 9ED' (G 71- *H7&G 9DJG -61* ~1/'.* H (' ./9G H A1J( H *7EJ9  'A1'/J 1' (1'F¯J.* *' F3(* (G B*D 'E'E 9DJG 'D3D'E 'B/'E FE'JF/ H 31'F,'E 'JF 'E'E E8DHE /1 (J* .H/4 (G /3* GE314 «,9/G » 2G1 .H1'F/G 4/ H (G ,'J 'JF ©G FH4J (1'J EHDJ ('4/ FJ4J 4/ ©G ,¯1 'E'E E,*(J 9DJG 'D3D'E 1' ~'1G ©1/. 'E'E 9DJG 'D3D'E (' /3J3G E9'HJG E3EHE ¯1/J/... (24) H ~3 '2 †GD 1H2 /1 1H2 (J3* H G4*E E'G 5A1 3'D ~F,'GE G,1J (G 4G'/* 13J/ H /1 B(13*'F (BJ9 (G .'© 3~1/G 4/. †HF'F .H14J/J /1 /D 2EJF (25) </font></p> <p align="justify" style="line-height: 150%"> <font size="2">~J FH4* : </font></p> <p align="justify" style="line-height: 150%"> <font size="2">1) 'D1-EF  19  20 H 22. </font></p> <p align="justify" style="line-height: 150%"> <font size="2">2) (' '3*A'/G '2 EB/EG J E*1,E ©*'( 2F/¯'FJ 'E'E -3F 9DJG 'D3D'E *'DJA ('B1 41JA 'DB14J. </font></p> <p align="justify" style="line-height: 150%"> <font size="2">3) *'1J. .DA'!  5 73  3JH7J - /'&1) 'DE9'1A (3*'FJ H'˜G J -3F. </font></p> <p align="justify" style="line-height: 150%"> <font size="2">4) *1,EG J 2F/¯'FJ 'E'E -3F  5 59  ('B1 41JA 'DB14J. </font></p> <p align="justify" style="line-height: 150%"> <font size="2">5) GE'F  5 60. </font> </p> <p align="justify" style="line-height: 150%"> <font size="2">6) '3/ 'D:'(G  , 2 5 185. </font></p> <p align="justify" style="line-height: 150%"> <font size="2">7) 'D(/'J) H'DFG'J)  , 8 . </font></p> <p align="justify" style="line-height: 150%"> <font size="2">8) 'D'3*J9'(  , 2. </font> </p> <p align="justify" style="line-height: 150%"> <font size="2">9) E3F/ '-E/ -F(D  , 5 5 44. </font></p> <p align="justify" style="line-height: 150%"> <font size="2">10) 'D(/'J) H'DFG'J)  , 8. </font></p> <p align="justify" style="line-height: 150%"> <font size="2">11) 5H'9B 'DE-1B)  5 280- -DJ) 'HDJ'!  5 226. </font></p> <p align="justify" style="line-height: 150%"> <font size="2">12) 'D'5'(G  , 2. </font> </p> <p align="justify" style="line-height: 150%"> <font size="2">13) ©F2 'D9E'D  , 6 5 222  E*BJ GF/J. </font></p> <p align="justify" style="line-height: 150%"> <font size="2">14) *1,EG J '9D'E 'DH1J 5 304  7(13J. </font></p> <p align="justify" style="line-height: 150%"> <font size="2">15) 3*'1¯'F /1.4'F  5 42  E-E/ ,H'/ F,AJ. </font></p> <p align="justify" style="line-height: 150%"> <font size="2">16) *'1J. J9BH(J  , 2 5 215- '3/ 'D:'(G  , 2 5 13  *0©1G 3(7 (F ,H2J  5 196. </font></p> <p align="justify" style="line-height: 150%"> <font size="2">17) 3*'1¯'F /1.4'F  5 46. </font></p> <p align="justify" style="line-height: 150%"> <font size="2">18) '14'/ EAJ/  5 348- ,D'! 'D9JHF E,D3J  5 378  *G1'F  'F*4'1'* '3D'EJ  †'~ 1353. </font></p> <p align="justify" style="line-height: 150%"> <font size="2">19) 4H1J / 23. </font> </p> <p align="justify" style="line-height: 150%"> <font size="2">20) 2F/¯'FJ †G'1/G E95HE 9DJG 'D3D'E  5 543  9E'/ 2'/G . </font> </p> <p align="justify" style="line-height: 150%"> <font size="2">21) ,D'! 'D9JHF  5 378 . </font></p> <p align="justify" style="line-height: 150%"> <font size="2">22) '14'/ EAJ/  5 350 . </font></p> <p align="justify" style="line-height: 150%"> <font size="2">23) FG, 'D(D':G  41- '(F '(J 'D-/J/  , 16  5 35 . </font></p> <p align="justify" style="line-height: 150%"> <font size="2">24) ~J4H'J /HE  5 28 . </font></p> <p align="justify" style="line-height: 150%"> <font size="2">25) "A*'(J /1 G2'1'F "JJFG  5 119  ,H'/ F9JEJ. </font></p> <p align="justify" style="line-height: 150%"> <font size="2">FHJ3F/G: 3J/ 9('3 1AJ9J ~H1</font></p> <p align="center" style="line-height: 150%"> <font size="2" color="#800000">EF(9: ~'̯'G *(Ì'F</font></td> <td width="6" background="../images/center_right.gif" height="20">&nbsp;</td> <td width="5" height="20">&nbsp;</td> </tr> <tr> <td width="5" height="20">&nbsp;</td> <td width="4" background="../images/center_left0.gif" height="20">&nbsp;</td> <td width="559" dir="rtl" valign="top" height="20"> &nbsp;</td> <td width="6" background="../images/center_right.gif" height="20">&nbsp;</td> <td width="5" height="20">&nbsp;</td> </tr> <tr> <td width="5" height="20">&nbsp;</td> <td width="4" background="../images/center_left0.gif" height="20">&nbsp;</td> <td width="559" dir="rtl" valign="top" height="20"> <p align="center"><font size="2"> <font color="#0000FF"> <a href="../Index_F.htm">('2¯4*</a></font></a></font></td> <td width="6" background="../images/center_right.gif" height="20">&nbsp;</td> <td width="5" height="20">&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="417"> <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" dynamicanimation="fpAnimformatRolloverFP1" fprolloverstyle="background-color: #00FFFF" onmouseover="rollIn(this)" onmouseout="rollOut(this)" language="Javascript1.2" dir="rtl"> <span lang="fa"><font size="2"> <a href="../Damghan/Main.htm" style="text-decoration: none"> <font color="#0000FF">/'E:'F</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%" bordercolor="#3C9DFF"> <tr> <td background="../images/back1button.gif"> <p align="center" dir="rtl" dynamicanimation="fpAnimformatRolloverFP1" fprolloverstyle="background-color: #00FFFF" onmouseover="rollIn(this)" onmouseout="rollOut(this)" language="Javascript1.2"> <font size="2"> <a href="mahdaviyat.htm" style="text-decoration: none"> <font color="#0000FF">A1GF¯ EG/HJ*</font></a></font></p> </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" dynamicanimation="fpAnimformatRolloverFP1" fprolloverstyle="background-color: #00FFFF" onmouseover="rollIn(this)" onmouseout="rollOut(this)" language="Javascript1.2" 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></p> </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" dir="rtl" dynamicanimation="fpAnimformatRolloverFP1" fprolloverstyle="background-color: #00FFFF" onmouseover="rollIn(this)" onmouseout="rollOut(this)" language="Javascript1.2"> <font size="2" color="#0000FF"> <a style="text-decoration: none" href="../Damghan/Main-tarikh.htm"> <font color="#0000FF">*'1Ì. /'E:'F</font></a></font><font color="#0000FF"></a></font></p> </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" dynamicanimation="fpAnimformatRolloverFP1" fprolloverstyle="background-color: #66FFFF" onmouseover="rollIn(this)" onmouseout="rollOut(this)" language="Javascript1.2" dir="rtl"> <font size="2"> <a href="../asnad/asnad%20-%20main.htm" style="text-decoration: none"> <font color="#0000FF">'3F'/ *'1J.Ì</font></a></font></p> </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 style="text-decoration: none" href="../Damghan/Main-tarikhi.htm"> <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" dir="rtl" dynamicanimation="fpAnimformatRolloverFP1" fprolloverstyle="background-color: #00FFFF" onmouseover="rollIn(this)" onmouseout="rollOut(this)" language="Javascript1.2"> <span lang="fa"> <a style="text-decoration: none" href="../Damghan/Main-mazhabi.htm"> <font size="2" color="#0000FF"> 'E'©F E0G(Ì</font></a></span></p> </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" dynamicanimation="fpAnimformatRolloverFP1" fprolloverstyle="background-color: #00FFFF" onmouseover="rollIn(this)" onmouseout="rollOut(this)" language="Javascript1.2" dir="rtl"> <font size="2" color="#0000FF"> <a style="text-decoration: none" href="../Damghan/Main-goyesh.htm"> <font color="#0000FF">¯HÌ4 /'E:'FÌ</font></a></font><span lang="fa"><font size="2" color="#0000FF"><a style="text-decoration: none" href="../Damghan/Main-mazhabi.htm"><font color="#0000FF">&nbsp;</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" dir="rtl" dynamicanimation="fpAnimformatRolloverFP1" fprolloverstyle="background-color: #00FFFF" onmouseover="rollIn(this)" onmouseout="rollOut(this)" language="Javascript1.2"> <font color="#0000FF"> <span lang="fa"> </a></span> </font> <font size="2"> <a href="../Damghan/Main-rostaha.htm" style="text-decoration: none"><font color="#0000FF">4G1G' H 1H3*'G'</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" dynamicanimation="fpAnimformatRolloverFP1" fprolloverstyle="background-color: #00FFFF" onmouseover="rollIn(this)" onmouseout="rollOut(this)" language="Javascript1.2" dir="rtl"> <font size="2" color="#0000FF"> <a style="text-decoration: none" href="../Damghan/Main-goyesh.htm"> <span lang="en-us"> <font color="#0000FF">&nbsp;</font></span></a><span lang="fa"><a style="text-decoration: none" href="../Damghan/Main-toristi.htm"><font color="#0000FF">,'0(G G'Ì 7(Ì9Ì</font></a></span></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" dir="rtl" dynamicanimation="fpAnimformatRolloverFP1" fprolloverstyle="background-color: #00FFFF" onmouseover="rollIn(this)" onmouseout="rollOut(this)" language="Javascript1.2"> <a style="text-decoration: none" href="../mashahir/main.htm"> <font size="2" color="#0000FF">&nbsp;</font><a style="text-decoration: none" href="../Damghan/safarname%20damghan-main.htm"><font size="2" color="#0000FF">3A1F'EG G'Ì /'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" dynamicanimation="fpAnimformatRolloverFP1" fprolloverstyle="background-color: #00FFFF" onmouseover="rollIn(this)" onmouseout="rollOut(this)" language="Javascript1.2" dir="rtl"> <span lang="fa"> <a href="../ozviyat/main1.htm" style="text-decoration: none"> <font size="2" color="#0000FF"> &nbsp;</font></a><font size="2" color="#0000FF"><a href="http://www.havairan.com/weather/Semnn/Dmghn" style="text-decoration: none"><font color="#0000FF">GH'4F'3Ì /'E:'F</font></a></font></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" dir="rtl" dynamicanimation="fpAnimformatRolloverFP1" fprolloverstyle="background-color: #00FFFF" onmouseover="rollIn(this)" onmouseout="rollOut(this)" language="Javascript1.2"> <span lang="fa"> <a href="../fallyatha/moghadame.htm" style="text-decoration: none"> <font size="2" color="#0000FF">&nbsp;</font></a></span><font size="2" color="#0000FF"></a><a style="text-decoration: none" href="../nashriyeh/nashriye-%20arshiv.htm"><font color="#0000FF">.(1F'EG F¯'G ,H'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%" background="../images/back1button.gif" bordercolor="#3C9DFF"> <tr> <td> <p align="center" dir="ltr" dynamicanimation="fpAnimformatRolloverFP1" fprolloverstyle="background-color: #00FFFF" onmouseover="rollIn(this)" onmouseout="rollOut(this)" language="Javascript1.2"> <font size="2" color="#0000FF"> <a style="text-decoration: none" href="../imam%20sajad/darolaytam.htm"> <font color="#0000FF">/'1'D'Ì*'E</font></a></font><font color="#0000FF"></a></font><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" 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" dir="rtl" dynamicanimation="fpAnimformatRolloverFP1" fprolloverstyle="background-color: #00FFFF" onmouseover="rollIn(this)" onmouseout="rollOut(this)" language="Javascript1.2"> <span lang="fa"> <font size="2" color="#0000FF"> <a style="text-decoration: none" href="../matbooat/web%20va%20weblog.htm"> <font color="#0000FF">~ÌHF/G'</font></a></font><a style="text-decoration: none" href="../matbooat/web%20va%20weblog.htm"><font size="2" color="#0000FF">&nbsp;</font></a></span></p> </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">0232-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="4611"> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="19"> &nbsp;</td> </tr> <tr> <td height="3964"> &nbsp;</td> </tr> <tr> <td align="center" dir="rtl" height="38"> &nbsp;<!-- Begin WebGozar.com Counter code --> <script type="text/javascript" language="javascript" src="http://www.webgozar.ir/c.aspx?Code=1530202&amp;t=counter" ></script> <noscript><a href="http://www.webgozar.com/counter/stats.aspx?code=1530202" target="_blank">"E'1</a></noscript> <!-- End WebGozar.com Counter code --></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 © 2008<span lang="en-us">-</span>2012 <a style="text-decoration: none; " href="http://www.Tarikhaneh.com"> <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:sitetarikhaneh@gmail.com"> <font color="#FFFFFF">Tarikhaneh</font></a></span></font></td> </tr> </table> </td> </tr> </table> </body> </html>