ÿþ<html> <head> <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>"4F'Ì 1'2 Ì'/Ì '2 9'1A H'13*G E1-HE EÌ12' 9DÌ '©(1 E9DE /'E:'FÌ / (.4 'HD </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"> <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 I m a n R a f i e i ( S T U D I O B O B O !)^" + " ::..COPY RIGHT © 2000-2003 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 a u t o p l a z z a ( S T U D I O B O B O ! ) ^" + "" 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%" id="AutoNumber1"> <tr> <td width="100%" align="center"> <table border="0" cellspacing="1" width="59%" id="AutoNumber2"> <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="323" valign="top" width="769"> <table border="0" style="border-collapse: collapse" width="777" height="180"> <tr> <td width="7" background="../images/shadow-left1.gif" height="178">&nbsp;</td> <td valign="top" width="759" height="178"> <table border="0" style="border-collapse: collapse" width="759" bordercolor="#000000" height="642"> <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="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"><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="602" colspan="3"> <table border="0" style="border-collapse: collapse" width="100%" height="457"> <tr> <td valign="top" height="457"> <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"> "4F'Ì 1'2 Ì'/Ì '2 9'1A H'13*G E1-HE EÌ12' 9DÌ '©(1 E9DE /'E:'FÌ / (.4 'HD</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="123"> <tr> <td width="5" height="23">&nbsp;</td> <td width="4" background="../images/center_left0.gif" height="23">&nbsp;</td> <td width="559" dir="rtl" align="justify" height="23"> <p class="MsoNormal" dir="rtl" style="text-align: justify; text-justify: kashida; text-kashida: 0%; direction: rtl; unicode-bidi: embed; line-height: 150%"> <font size="2"> <span lang="FA" style="line-height: 115%"> <img border="0" src="../images/moallem89.gif" align="right" width="139" height="159" alt="E1-HE EÌ12' 9DÌ '©(1 E9DE">'4'1G: 9'1A 1'2/'1  E91HA 1H- H ,'F  E5'-( 1H- 'DDG  -61* E3*7'( ',D .J1'D-', EJ12' 9DÌ 'C(1 E9DE /'E:'FÌ (7'( +1'G) '2 ,EDG ̯'F¯'F 951 E'3* ©G 3'DG' ('Ì/ (¯01/ *' E'FF/ 'H ~' (G 915G G3*Ì ¯0'1/. 'H /1 2E1G E1/'FÌ (H/ ©G ~1/G G'Ì HGE H ¯E'F 1' '2 ~Ì4 1HÌ (1/'4*F/ H (G AÌ6 -BÌB* F'&D 4/F/. '¯1 †G (3Ì'1Ì (G 4F'.* "F'F /1 2E'F -Ì'*4'F 1'GÌ F(1/F/ H "F†F'F ©G 4'Ì3*G "FF/ /1('1G ©1'E'*4'F 3.FÌ (G EÌ'F FÌ'E/ HDÌ GEÌF 'F/© "4F'ÌÌ E' (' 'Ì4'F FÌ2 E:*FE '3* H 1'GÌ (G 3HÌ H'B9Ì'* (1 *4F¯'F -B'ÌB EÌ ¯4'Ì/.</span><span style="line-height: 115%"> </span> <span lang="FA" style="line-height: 115%"> E' (' '3*9'F* '2 ./'HF/ E*9'D H E// ¯1A*F '2 1H- (DF/ "F :H'5 'BÌ'FH3 E9'1A 'DGÌ  (G (Ì'F ¯H4G 'Ì '2 2F/¯'FÌ "Ì* 'D-B E1-HE E9DE /'E:'FÌ (16H'F 'DDG *9'DÌ 9DÌG) EÌ ~1/'2ÌE *' 4'Ì/ B/1Ì '2 'FH'1 .H14Ì/ *'(F'© H,H/ 'H /1 'ÌF 4( 8DE'FÌ (41 (1 2'&1'F ©HÌ4 "4©'1 ¯1// H E' 1' (G †4EG 2D'D 9DHE 'GD (Ì* 95E* H 7G'1* (9) 1GFEHF 3'2/.</span></font></p> <p class="MsoNormal" dir="RTL" style="text-align:justify;text-justify:kashida; text-kashida:0%;direction:rtl;unicode-bidi:embed"><font color="#008000"><b> <span lang="FA" style="line-height: 115%; font-family: Arial,sans-serif"> "A*'( "E/ /DÌD "A*'(...</span></b></font></p> <p class="MsoNormal" dir="rtl" style="text-align: justify; text-justify: kashida; text-kashida: 0%; direction: rtl; unicode-bidi: embed; line-height: 150%"> <span lang="FA" style="line-height: 115%"> <font size="2">E1-HE EÌ12' 9DÌ '©(1 E9DE 3'D 1282 G,1Ì 4E3Ì /1 (Ì* 41ÌAÌ ©G (G 9DE H AB'G* H A6ÌD* E4GH1F/  /Ì/G (1 'ÌF 31'Ì A'FÌ ¯4H/ H /1 :1H( :E('1 3Ì 'EÌF 1H2 '2 "('FE'G 1376 G,1Ì 4E3Ì †4E '2 ,G'F A1H(3* H 1H- "3E'FÌ '4 (G ED©H* '9DÌ ~ÌH3*. </font></span></p> <p class="MsoNormal" dir="rtl" style="text-align: justify; text-justify: kashida; text-kashida: 0%; direction: rtl; unicode-bidi: embed; line-height: 150%"> <span lang="FA" style="line-height: 115%"> <font size="2">/1 2F/¯Ì (G'1Ì 'H .'71'*Ì (G Ì'/¯'1 E'F/G '3* ©G G1 D-8G "F 4'ED /13G'ÌÌ ¯1'F(G' '2 9E1 ('(1©* A12'FG E1/Ì3* ©G ¯HÌÌ (G 1'GG'Ì "3E'F "4F' (H/ H "F†G 1' ©G (3Ì'1Ì '2 F8'1G "F 9',2 (H/F/ (G *E'4' EÌ F43* H "F†G 1' ©G /̯1Ì FEÌ 4FÌ/  (G ¯H4 ,'F '3*E'9 EÌ A1EH/.</font></span></p> <p class="MsoNormal" dir="rtl" style="text-align: justify; text-justify: kashida; text-kashida: 0%; direction: rtl; unicode-bidi: embed; line-height: 150%"> <span lang="FA" style="line-height: 115%"> <font size="2">~/1 (21¯H'14 E1-HE -,* 'D'3D'E EÌ12' E-E/ E9DE /'E:'FÌ '2 1H-'FÌHF (' *BH' H 'GD E9F'Ì EF7BG (H/. EÌ12' 9DÌ '©(1 E9DE  EB/E'* 9DHE E0G(Ì 1' /1 ~Ì4¯'G ~/1 A1' ¯1A* H (' G/A *©EÌD "EH2G'Ì .HÌ4 ,G* '/'EG *-5ÌD (G E4G/'D16' (9) 92ÌE* FEH/ H .H4G †ÌF .1EF /'F4 H (ÌF4 '3'*Ì/ E98E "F 3'E'F ¯4*. ~3 '2 †F/Ì 1'GÌ BE 4/ H "F 4G1 1' (1'Ì 'B'E* (1¯2Ì/ *' GE,H'1 (' -1E FH1'FÌ ©1ÌEG 'GD (Ì* (3)  1H- *4FG H ©E'D ,HÌ HÌ 1' 3Ì1'( H (G /1Ì'Ì (Ì©1'F E9FHÌ* ~ÌHF/ /G/. 7ÌQ 'ÌF 'Ì'E  E9DE /1 /13 .'1, ABG H '5HD EH33 ©(Ì1 -H2G EB/3G BE "Ì* 'DDG -', 4Ì. 9(/'D©1ÌE -'&1Ì Ì2/Ì (1G) 41©* EÌ ©1/ H GE2E'F E1'*( 9DHE ('7F H E9'1A B1"FÌ 1' '2 1H-'FÌ 2'G/ E1-HE "Ì* 'DDG -', 4Ì. 9DÌ '©(1 'DGÌ'F H '3*'/ E(12 91A'F  3Ì/ 'D'F'E E1-HE "Ì* 'DDG EÌ12' E-E/ 9DÌ 4'G "('/Ì A1' ¯1A*. 3Ì 3'D¯Ì EÌ12' 9DÌ '©(1 E9DE /'E:'FÌ E5'/A '3* (' *41A 'H (G -DBG */1Ì3 9'DE 1('FÌ H ABÌG 5E/'FÌ "Ì* 'DDG EH3Ì 21"('/Ì (16) ©G /1 4G1 B2HÌF (G *1(Ì* 4'¯1/'FÌ (1,3*G EÌ ~1/'.* H 1'GFE'Ì "F'F /1 E3Ì1 3Ì1 "A'B H 'FA3 (H/.</font></span></p> <p class="MsoNormal" dir="rtl" style="text-align: justify; text-justify: kashida; text-kashida: 0%; direction: rtl; unicode-bidi: embed; line-height: 150%"> <span lang="FA" style="line-height: 115%"> <font size="2">(' AH* E1-HE 21"('/Ì  ('1 /̯1 (G /Ì/'1 '3*'/ .HÌ4 4*'A* H /1 "ÌFG -6H1 -', 4Ì. 9DÌ '©(1 'DGÌ'F  *E'4'¯1 ,DHG G'ÌÌ '2 F'( *1ÌF H,HG 9'DE H,H/ 4/ *' "F,' ©G 974 9DE "EH2Ì H -B 4F'3Ì  'H 1' ,19G FH4 41'( H5D EÌ12' EG/Ì '5AG'FÌ H -', 4Ì. E,*(Ì B2HÌFÌ FEH/. EÌ12' 9DÌ '©(1 E9DE ~3 '2 'B'E* ©H*'GÌ /1 *G1'F (G 4G1 /'E:'F E1',9* ©1/ H (F'(1 E5'D-Ì ©G Я'G "4©'1 F4/  '2 D('3 1H-'FÌ* (Ì1HF "E/ H /1 915G 'Ì /̯1 (G 2F/¯'FÌ 1H-'FÌ H FH1'FÌ .HÌ4 *' GF¯'E HA'* '/'EG /'/ H GE†HF 3'Ì1 E1/'F ./'  ¯EF'E 2Ì3* H (G*1ÌF 1H4 (1'Ì 5Ì'F* '2 E1H'1Ì/Ì ©G /1 /1HF 5/A ,'F .HÌ4 (G 'E'F* /'4* 1' ¯EF'EÌ /'F3*. «7H(Ì DG H -3F E"(»</font></span></p> <p class="MsoNormal" dir="RTL" style="text-align:justify;text-justify:kashida; text-kashida:0%;direction:rtl;unicode-bidi:embed"><font color="#008000"><b> <span lang="FA" style="line-height: 115%; font-family: Arial,sans-serif"> EÌ12' 9DÌ '©(1 E9DE H /H3*Ì (' -61* 'E'E .EÌFÌ (1G):</span></b></font></p> <p class="MsoNormal" dir="rtl" style="text-align: justify; text-justify: kashida; text-kashida: 0%; direction: rtl; unicode-bidi: embed; line-height: 150%"> <span style="line-height: 115%"> <font size="2">3'(BG /H3*Ì E1-HE E9DE /'E:'FÌ (' -61* 'E'E (16) ('2 E̯1// (G GF¯'EÌ ©G 'ÌF /H (21¯H'1 /1 -H2G G'Ì 9DEÌG BE H B2HÌF '2 E-61 */1Ì3 9DE'Ì 1('FÌ (G1G EF/ EÌ 4/F/ H 'D(*G 'ÌF 1A'B* FÌ2 *' ".1ÌF D-8'* -Ì'* E('1© 'E'E 1'-D 98ÌE 'D4'F '/'EG /'4*. /H3*Ì FBD EÌ ©1/ ©G 'E'E .EÌFÌ (1G) 7Ì 3'DG'ÌÌ ©G /1 BE (H/F/ '2 71ÌB (1.Ì 'A1'/ F'EG G'ÌÌ 1' .7'( (G E1-HE E9DE '13'D EÌ FEH/F/ ©G 'ÌF E©*H('* ~3 '2 E7'D9G 'Ì4'F (G ,G* 9/E /3*13Ì 9H'ED 1˜PÌE 4'G (G EA'/ F'EG G'  /1 (.4Ì '2 (':†G -Ì'7 .'FG 4.5Ì 'H ~FG'F EÌ 4/. (1.Ì '2 'ÌF F'EG G' /1 E,EH9G '3F'/ ,E9 "H1Ì 4/G *H37 E1-HE E1HÌ F¯G/'1Ì EÌ 4H/. (9/ '2 ~Ì1H2Ì 'FBD'( '3D'EÌ H ('2¯4* 1G(1 ©(Ì1 FG6* (G EÌGF  E1-HE E9DE (G /Ì/'1 /H3* H Ì'1 5EÌEÌ .HÌ4 1A* H /1 'ÌF Ì'2/G 3'D ".1 9E1 'E'E 'E*  G1 2E'F ©G /D 'E'E (1'Ì /Ì/'1 'H *F¯ EÌ 4/  '96'Ì E-*1E /A*1 'E'E (G -6H1 "B'Ì E9DE EÌ 13Ì/F/ H GE1'G (' HÌ (G ,E'1'F EÌ "E/F/ *' /Ì/'1G' *'2G 4H/ H /H 9'1A (21¯ 2E'FG  Ì©Ì /1 EB'E 1G(1Ì *FG' /HD* 4Ì9Ì ,G'F H /̯1Ì /1 D('3 ~Ì1E1/Ì 3'/G  "F†F'F :1B -B'ÌB 9'DE 4GH/ 4HF/ ©G (/HF ¯A*F ©D'EÌ  3'9* G' †4E /1 †4E GE (/H2F/ H '31'1 9'DE 1' (G GE "4©'1 ©FF/.</font></span></p> <p class="MsoNormal" dir="rtl" style="text-align: justify; text-justify: kashida; text-kashida: 0%; direction: rtl; unicode-bidi: embed; line-height: 150%"> <span style="line-height: 115%"> <font size="2">31©'1 .'FE A'7EG 7('7('ÌÌ GE31 A'6DG E1-HE -', 3Ì/ '-E/ "B' .EÌFÌ (1G) /1('1G ".1ÌF ED'B'* E1-HE E9DE H E1-HE 'E'E FBD EÌ ©F/: ".1ÌF ('1Ì ©G F2/ 'E'E 1A*E  (G '*A'B Ì©Ì '2 (3*¯'F (H/. 'E'E E4:HD 0©1 ¯A*F (H/F/ H E9DHE (H/ ©G '2 (ÌE'1Ì  .ÌDÌ 1F, EÌ (1F/. HB*Ì '2 'Ì4'F ~13Ì/ÌE: «-'D*'F .H( '3*» /1 ,H'( A1EH/F/: «4E' FEÌ /'FÌ/ EF †G EÌ ©4E!» 4©'Ì* 'E'E '2 (ÌE'1Ì GEÌ4G /1 GEÌF -/ (H/. "F 1H2 -', '-E/ "B' H'1/ '*'B 4/F/ H ¯A*F/: «"B'Ì E9DE "E/G 'F/ H EÌ .H'GF/ 4E' 1' ((ÌFF/». (' 4FÌ/F 'ÌF -1A  (G 319* 5H1* "B' ('2 H (4Q'4 4/ H E' Ì'/ "F "B'Ì E9DE 'A*'/ÌE ©G (' 'E'E GE©D'3 (H/F/. /1 'ÌF D-8G 'E'E '2 E' .H'3*F/ ©G '2 '*'B (Ì1HF (1HÌE  'E' E' /'.D '*'B /1 ,'ÌÌ E.AÌ 4/ÌE (1'Ì E' ,'D( (H/ ©G †1' (' H,H/ "FGEG /1/  5H1* 'E'E *' "F -/ ¯4H/G 4/. 'ÌF *FG' EH1/Ì (H/ ©G EF (G -1A 'E'E ¯H4 F/'/E H 'H'E14'F 1' ',1' F©1/E. ~3 '2 †F/ D-8G ~Ì1E1/Ì H'1/ '*'B 4/ ©G -/3 2/ÌE GE'F "B'Ì E9DE '3*. (ÌF 'H H 'E'E F¯'GG'ÌÌ 1/ H (/D 4/ H 3~3 'H /3*4 1' (1 1HÌ /3* 'E'E ¯0'4*  /9'ÌÌ .H'F/ H (Ì1HF 1A*. /1 'ÌF E/* Ğ ©D'EÌ ¯A*G F4/ H G1 /HÌ "FG' (G 3©H* (1¯2'1 ©1/F/. *5H1 EÌ ©FE ©G 'ÌF A1/ *FG' ©3Ì (H/ ©G H'1/ '*'B 'E'E 4/ H †FÌF F¯'G G'Ì 9'1A'FG 'Ì (ÌF 'H H 'E'E 1/ H (/D 4/. /1 6EF 'F¯4*1 -61* 'E'E 1' GE "B'Ì E9DE G/ÌG ©1/G (H/F/. (G G1 -'D (' "E/F 'Ì4'F  'E'E 31-'D 4/F/. ~3 '2 1A*F 'H '2 'E'E ~13Ì/E: E9DHE '3* 4E' (G "B'Ì E9DE 9D'BG .'5Ì /'1Ì/. A1EH/F/: <font color="#0000FF">«(DG  FEÌ /'FE †1' 'ÌFB/1 E' GE/̯1 1' /H3* /'1ÌE (' 'ÌF©G /1 3FÌF ,H'FÌ G1 Ì© /1 H'/Ì .'5Ì (H/ÌE  HDÌ .ÌDÌ GE/̯1 1' /H3* /'1ÌE».</font></font></span></p> <p class="MsoNormal" dir="rtl" style="text-align: justify; text-justify: kashida; text-kashida: 0%; direction: rtl; unicode-bidi: embed; line-height: 150%"> <span style="line-height: 115%"> <font size="2">Ì©Ì /̯1 '2 (3*¯'F E1-HE E9DE FBD EÌ©1/: ~3 '2 'ÌF /Ì/'1 ".1ÌF  HB*Ì ©G 'Ì4'F (G (Ì1HF '*'B EÌ 1HF/  '2 -'D (ÌE'1 'E'E (G 4/* E*#+1 EÌ 4HF/ H †F'F EÌ ¯1ÌF/ ©G 69A (1 (/F 'Ì4'F E3*HDÌ EÌ 4H/.<span lang="fa"> </span>~3 '2 '1*-'D ,'F¯/'2 'E'E .EÌFÌ (1G)  E1-HE -,* 'D'3D'E -', 3Ì/ '-E/ .EÌFÌ ('1G' (G -6H1 "B' EÌ12' 9DÌ '©(1 E9DE 13Ì/F/ H (' 'ÌF Ì'1 /Ì1ÌF ~/1  /1 '1*('7 (H/F/. 1H'(7 5EÌE'FG 'Ì4'F (' "B'Ì E9DE /'E:'FÌ GE *' ~'Ì'F 9E1 Ì'/¯'1 ¯1'FB/1 'E'E (1G) */'HE /'4*.</font></span></p> <p class="MsoNormal" dir="rtl" style="text-align: justify; text-justify: kashida; text-kashida: 0%; direction: rtl; unicode-bidi: embed; line-height: 150%"> <span style="line-height: 115%"> <font size="2">/1 *E'E 'ÌF 3'DG' (' "F©G /̯1 (1'Ì ,E9Ì '2 .H'5 E4.5 4/G (H/ ©G 9D'ÌBÌ E*B'(D E'(ÌF "B'Ì E9DE H -61* 'E'E H,H/ /'1/ HDÌ E1-HE EÌ12' 9DÌ '©(1 E9DE '2 (Ì'F †¯HF¯Ì 'ÌF 1H'(7 ~1GÌ2 EÌ FEH/ H *' "F,' ©G EÌ 4/ (G ¯HFG 'Ì 1A*'1 EÌ©1/ *' /1 (ÌF E1/E 4F'.*G F4H/ H 4.5Ì* H'B9Ì H E/'1, 91A'FÌ '4 '2 /Ì/G G' E.AÌ (E'F/.</font></span></p> <p class="MsoNormal" dir="RTL" style="text-align:justify;text-justify:kashida; text-kashida:0%;direction:rtl;unicode-bidi:embed"><font color="#008000"><b> <span lang="FA" style="line-height: 115%; font-family: Arial,sans-serif"> "4F'ÌÌ -61* "Ì* 'DDG .'EFG 'Ì (' E1-HE EÌ12' 9DÌ '©(1 E9DE /'E:'FÌ:</span></b></font></p> <p dir="rtl" style="text-align: justify; text-justify: kashida; text-kashida: 0%; direction: rtl; unicode-bidi: embed; line-height: 150%"> <span lang="FA"><font size="2">-61* "Ì* 'DDG .'EFG 'Ì '2 3'DG' B(D (' E1-HE E9DE "4F'ÌÌ /'4*F/. (1.Ì '2 'ÌF /Ì/'1G' /1 2E'F 1Ì'3* ,EGH1Ì E98EL DG H *9/'/Ì GE /1 2E'F 1G(1Ì 'Ì4'F *-BB Ì'A*G '3*. E1-HE -,* 'D'3D'E H'DE3DEÌF -', 4Ì. G'/Ì E1HÌ /1 ,E9 /'F4,HÌ'F /'F4¯'G 'E'E 5'/B (9) ~Ì1'EHF Ì©Ì '2 'ÌF ED'B'*G' FBD EÌ ©FF/: -/H/ 3G 3'D B(D EF (' E'4JF 1A*E /'E:'F (G "B'Ì E9DE 916 ©1/E 'J'E 9J/ '3* "E/G 'E ./E**'F *' (' GE E41A (4HJE E4G/. 'J4'F FJ2 D7A ©1/G H "E/F/ (' GE 1A*JE E4G/. 1G(1 E98E 'FBD'( GE /1 'J'E 9J/ E4G/ E41A (H/F/ †HF 'J4'F .JDÌ (G "B'Ì E9DE 9D'BEF/ (H/F/. EF J© 1H2 (G 'J4'F 916 ©1/E (J'JJ/ (1HJE ./E* EB'E E98E 1G(1Ì. A1EH/F/: (1HJE. HB*J 1A*JE ./E* 'J4'F /G /H'2/G FA1 '2 1H-'FJHF (21¯ "F,' F43*G (H/F/  *' H'1/ 4/JE 'J4'F E' 1' 'F/'.* ,DH  E1-HE "B'Ì E9DE /'E:'FÌ GJ† HB* FG (1 3J/ H FG (1 7D(G EB/E FEÌ 4/. GJ† HB* EF F/J/G (H/E H .H/4 ~4* 31 E' H'1/ 4/. J© E1*(G&nbsp;†4E "B' (G "B'Ì E9DE 'A*'/ (DF/ 4/F/ '2 "F ¯H4G E,D3 "E/F/ H37 E,D3 H 'H 1' (:D ¯1A*F/. E-©E A41/F/ H 'J4'F 1' "H1/F/ ©F'1 /3*4'F F4'F/F/. J© 1H-'FÌ ©G "F,' EF ~GDHJ4 F43*G (H/E ¯A*: 'JF "B' ©J3* ©G 'JF B/1 "B' '©1'E4 EÌ ©FF/ ¯A*E: 'D'F .H/ "B' E91AJ EJ ©F/. "B' AGEJ/F/ ©G 'GD 9DE GE *9,( ©1/F/  D0' A1EH/F/: <font color="#0000FF">«'J4'F "B'Ì E9DE /'E:'FÌ G3*F/. EF J© ,EDG AB7 /1('1G 'J4'F EJ ¯HJE /1 "F 2E'FG'Ì B/JE J© ©H1G G'Ì /3*Ì (H/ 'JFG' BD9 EÌ /'/F/ 81HA E3Ì 1' 3AJ/ EÌ ©1/F/  J© ©H1G (H/ J© B3E*Ì '2 2EJF 1' .'©(1/'1Ì EÌ ©1/F/ "F,' "*4 EÌ 1J.*F/  J© /3*¯'G /E GE (H/ H J© ©3Ì 'JF 1' EÌ /EJ/ *' "F "*4 (1'A1H.*G EÌ 4/. 'JF E3 1' EÌ ¯0'4*F/ ©F'1 'JF "*4 /': EÌ 4/ BD9 1' (G "F EÌ 2/F/ 3AJ/ EÌ 4/. ('J/ -*E' J© ©3Ì 'JF /E 1' (/E/ H 'D' 'JF "*4 E4*9D FEÌ 4H/. "B'Ì E9DE '2 "F ©3'FÌ '3* ©G EÌ /E/ (G EF H 'E+'D EF ©G EÌ *H'FJE (1'Ì E1/E ©'1 ©FJE.»</font></font></span></p> <p dir="rtl" style="text-align: justify; text-justify: kashida; text-kashida: 0%; direction: rtl; unicode-bidi: embed; line-height: 150%"> <span lang="FA"><font size="2">GE†FÌF -61* "Ì* 'DDG .'EFG 'Ì 1G(1 A12'FG 'FBD'( '3D'EÌ /1 /Ì/'1 (' E1/E 4GÌ/~1H1 /'E:'F (' '4'1G 4.5Ì* E1-HE EÌ12' 9DÌ '©(1 E9DE /'E:'FÌ (1G) A1EH/F/: <font color="#0000FF">«/1 'JF /H1'F '.J1 GE CG E1/ 5'-(/D 3'DCP ./'~13* - E1-HE "B'I E9DE (16H'F  'DDQNG 9DJG) - /1 'JF 4G1 2F/¯I EI C1/. G1 HB* EF /1 *G1'F 'JF E1/ 92J2 H 41JA 1' - CG (G /J/'1 E' EI "E/ - 2J'1* EI C1/E  J'/P 2J('ÌÌ G'I E9FHI /'E:'F /1 0GFE 2F/G EI 4/.»</font> 'ÌFG' FEHFG G'ÌÌ '2 '1'/* E*B'(D EB'E E98E 1G(1Ì H "B'Ì E9DE /'E:'FÌ '3* ©G 0©1 "F .'DÌ '2 D7A F(H/. D'2E '3* *' (1 'ÌF E7'D( F©*G 'Ì 'A2H/G 4H/ ©G '2 9'1A ¯1'FE'ÌG E1-HE E9DE ('1G' 3.F'FÌ *H37 /H3*'F H F2/Ì©'F 'Ì4'F /1 *,DÌD '2 1G(1Ì G'Ì "Ì* 'DDG .'EFG 'Ì FBD 4/G '3* ©G '2 "F ,EDG EÌ *H'F (G 3.F'F 'H /1 *'ÌÌ/ 4'Ì3*¯Ì G'Ì .DA 5'D- 'E'E (16) (1'Ì ~0Ì14 1G(1Ì ,'E9G '3D'EÌ ~3 '2 'F*.'( E/(1'FG .(1¯'F ED* '4'1G ©1/. </font> </span></td> <td width="6" background="../images/center_right.gif" height="23" bgcolor="#FFFF00">&nbsp;</td> <td width="5" height="23"></td> </tr> <tr> <td width="5" height="19">&nbsp;</td> <td width="4" background="../images/center_left0.gif" height="19">&nbsp;</td> <td width="559" dir="rtl" height="19"> &nbsp;</td> <td width="6" 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="559" dir="rtl" height="19"> <p align="center"><b><span lang="fa"> <font size="2">'/'EG /'1/...</font></span></b></td> <td width="6" 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="559" dir="rtl" height="19"> <p align="center"><span lang="fa"> <font size="2"><b>(.4 /HE <a href="khabar214.htm" style="text-decoration: none"> (©DÌ© ©FÌ/)</a></b></font></span></td> <td width="6" 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="559" dir="rtl" height="19"> <p align="center"><font size="2"><b>(.4 3HE <a style="text-decoration: none" href="khabar216.htm">(©DÌ© ©FÌ/)</a></b></font></td> <td width="6" 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="559" dir="rtl" height="19"> &nbsp;</td> <td width="6" 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="559" dir="rtl" height="19"> <p align="center"><span lang="fa"> <font size="2" color="#800000">FHÌ3F/G: 4G'( 'D/ÌF (F'&Ì'F</font></span></td> <td width="6" 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="559" dir="rtl" height="19"> <p align="center"> <font size="2" color="#FF0000"> <font color="#0000FF"> <a href="../Index_F.htm">('2¯4*</a></font></a></font></td> <td width="6" 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%"> <tr> <td width="5">&nbsp;</td> <td background="../images/downcenter_left.gif" width="12">&nbsp;</td> <td background="../images/downcenter_center.gif">&nbsp;</td> <td background="../images/downcenter_right.gif" width="25">&nbsp;</td> <td width="7">&nbsp;</td> </tr> </table> </td> </tr> </table> </td> <td valign="top" width="163" background="../images/line-right.gif" height="602"> <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" 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"> <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"> <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" dir="rtl"> <font size="2" color="#0000FF"> <a style="text-decoration: none" href="../Damghan/Main-tarikh.htm"> <font color="#0000FF">*'1Ì. /'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="../asnad/asnad%20-%20main.htm" style="text-decoration: none"> <font color="#0000FF">'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="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"> <span lang="fa"> <a style="text-decoration: none" href="../Damghan/Main-mazhabi.htm"><font size="2" color="#0000FF"> 'E'©F E0G(Ì</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"> <span lang="fa"> <a style="text-decoration: none" href="../Damghan/emamzadeh1.htm"><font size="2" color="#0000FF"> "3*'F E7G1</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"> <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></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"> <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" dir="rtl"> <font size="2" color="#0000FF"><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"> <font size="2" color="#0000FF"> <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" 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"> <font size="2" color="#0000FF"><font color="#0000FF"> <a style="text-decoration: none" href="../matbooat/Main.htm"><font color="#0000FF">E7(H9'*</font></a></font> <font color="#0000FF"> <a href="../matbooat/Main.htm" style="text-decoration: none"> <font color="#0000FF">H .(1¯2'1ÌG'</font></a></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="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" 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"> <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></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> <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> <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"> <font size="2" color="#808080">5253699</font></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="43"> <tr> <td width="100%" height="43" dir="ltr" valign="top"> <table border="0" style="border-collapse: collapse" width="100%" height="1927"> <tr> <td background="../images/backheadcenter.gif" dir="rtl" style="margin-top: 0; margin-bottom: 0" height="13"> <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> <tr> <td height="1927"> <p align="center"></td> </tr> <tr> <td height="1"> </td> </tr> </table> <table border="0" style="border-collapse: collapse" width="100%"> <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="178">&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">8-</span>2012 <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:sitetarikhaneh@gmail.com"> <font color="#FFFFFF">Tarikhaneh</font></a></span></font></td> </tr> </table> </td> </tr> </table> </body> </html>