ÿþ<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>9Ì/ B1('F  9Ì/ (F/¯Ì ./' </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="46%" 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="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="512"> <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="472" colspan="3"> <table border="0" style="border-collapse: collapse" width="100%" height="572"> <tr> <td valign="top" height="572"> <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"> :: 9Ì/ B1('F  9Ì/ (F/¯Ì ./'</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"> <tr> <td width="5">&nbsp;</td> <td width="4" background="../images/center_left0.gif">&nbsp;</td> <td width="559" dir="rtl" valign="top"> <p style="line-height: 150%" align="justify" dir="rtl"> <b><font color="#000080" face="Arial"> 9Ì/ </font></b> <font color="#000080" face="Arial"><b> B1('F  9Ì/ ~Ì1H2Ì H8ÌAG (1 :1Ì2G '3*. E.DHB'* ./'HF/ 3G /3*G G3*F/:</b></font><b><font color="#000080" face="Arial"><img border="0" src="../images/ghorban.jpg" align="left" width="270" height="175"></font></b></p> <p style="line-height: 150%" align="justify" dir="rtl"> <font size="2">1- ¯1HGÌ CG AB7 ~Ì1H :1Ì2G G3*F/  E'FF/: -ÌH'F'* </font></p> <p style="line-height: 150%" align="justify" dir="rtl"> <font size="2">2- ¯1HGÌ CG AB7 ~Ì1H H8ÌAG G3*F/  E+D: ED'&CG.</font></p> <p style="line-height: 150%" align="justify" dir="rtl"> <font size="2">3- ¯1HGÌ CG ¯'GÌ /F('D :1Ì2G 1A*G H ¯'GÌ /F('D H8ÌAG EÌ 1HF/  E'FF/: 'F3'F.</font></p> <p style="line-height: 150%" align="justify" dir="rtl"> <font size="2">G1¯'G 'F3'F (1 31 /H 1'GÌ :1Ì2G H H8ÌAG B1'1 ¯1A* H :1Ì2G 1' 'F*.'( C1/  (G 3HÌ -ÌH'F'* ¯1HÌ/G (DCG '2 -ÌH'F'* GE ~3* *1 4/G '3*  †HF '2 9BD H AC1 H 1GFEH/G'Ì 'F(Ì' '3*A'/G FFEH/G '3* ('HD&C C'D'F9'E (D GE '6D)(1) "F'F  GE†HF †G'1~'Ì'F (DCG ¯E1'G *1F/. GE'F' (/*1ÌF ,F(F/G G' F2/ ./'HF/  'F3'F G'ÌÌ G3*F/ CG ¯HÌ' C1 H ¯F¯ 'F/ H -'61 (G *9BD GE FÌ3*F/.(2) 'E' GEÌF CG 'F3'F /1 'ÌF /H 1'GÌ .71F'C H8ÌAG 1' 'F*.'( FEH/ H /1 .7 ED'&CG H ~'C'F B1'1 ¯1A* "F 1' 9Ì/ EÌ ¯Ì1/  E+D'K :1Ì2G ¯13F¯Ì H *4F¯Ì H 4GH* 'F3'F 1' (G '3*A'/G '2 "( H F'F H (G 3HÌ GE31 EÌ C4'F/  HDÌ H8ÌAG /3*H1 EÌ /G/ CG /1 E'G 1E6'F .H//'1Ì CF  C3'FÌ CG 3Ì 1H2 H8ÌAG 1' 'F*.'( C1/G 'F/  1H2 9Ì/ A71 1' ('Ì/ 9Ì/ (¯Ì1F/  2Ì1' H8ÌAG 1' (1 :1Ì2G *1,Ì- /'/G 'F/.</font></p> <p style="line-height: 150%" align="justify" dir="rtl"> <font size="2">:1Ì2G A12F/ /H3*Ì (G '(1'GÌE(9) EÌ ¯HÌ/: '3E'9ÌD(9) 1' 0(- FCF  'E' H8ÌAG EÌ ¯HÌ/: 'H 1' 0(- FE'. -61* '(1'GÌE(9) /1 'ÌF /H 1'GÌ  16'Ì ./'HF/ H H8ÌAG 1' (1 *E'ÌD'* 4.5Ì .H/ H :1Ì2G ~Ì1H2 C1/  D0' ('Ì/ "F 1' 9Ì/ (¯Ì1/  '¯1 /1 -/Ì+ EÌ .H'FÌE: G1 1H2 CG /1 "F E95Ì* ./' F4H/  9Ì/ '3*(3)  (G GEÌF E9F' '3* CG /1 (1'(1 ,'0(G G'Ì GH'Ì FA3 .7 ./' B1'1 ¯1A*G  G1 ¯'G 'F3'F (1 31 .H'3*G GEG 4Ì7'F G'Ì /1HFÌ H (Ì1HFÌ ~' EÌ FG/ "F 1H2 1' ('Ì/ 9Ì/ (¯Ì1/.</font></p> <p style="line-height: 150%" align="justify" dir="rtl"> <font size="2">"1Ì  9Ì/ B1('F  1H2 <strong>~Ì1H2Ì 9BD H H-Ì (1 GHÌ H GH3</strong> '3*.</font></p> <p style="line-height: 150%" align="justify" dir="rtl"> <b><font color="#000080" face="Arial">B1('F †Ì3*</font></b></p> <p style="line-height: 150%" align="justify" dir="rtl"> <font size="2">(B1('F 9('1* '2 C'1G'Ì FÌCÌ '3* CG 'F3'F (H3ÌDG "F (.H'G/ .H/ 1' (G 1-E* ./'HF/ F2/ÌC CF/) (F'(1'ÌF 9ED FÌCÌ CG 'F3'F 'F,'E /G/ *' (/'F H3ÌDG .HÌ4*F 1' (G 1-E* -B *9'DÌ F2/ÌC 3'2/ "F C'1 1' B1('F ¯HÌF/ E'FF/ A1E'Ì4 13HD 'C1E(5) CG A1EH/: FE'2 EH,( *B1( H F2/ÌCÌ G1 ~1GÌ2C'1 (G 1-E* ~1H1/¯'1 '3*.</font></p> <p style="line-height: 150%" align="justify" dir="rtl"> <font size="2">(/ÌGÌ '3* CG E1'/ '2 *B1( (G ./'Ì *9'DÌ  B1'(* 2E'FÌ H EC'FÌ FÌ3* †G (ÌF .'DB H E.DHB ЯHFG .HÌ4'HF/Ì H,H/ F/'1/ (DCG EF8H1 "F '3* CG '2 1'G 7'9* H 'F,'E C'1G'Ì 4'Ì3*G EÌ *H'F E4EHD 'D7'A 'DGÌ B1'1 ¯1A* H (G 1-E* 'H F2/ÌC ¯1/Ì/. '2 ,EDG '9E'DÌ CG -,', /1 1H2 /GE 0Ì 'D-,G /1 312EÌF EF' (9/ '2 1EÌ ,E1G 9B(G 'F,'E EÌ /GF/ C4*F 4*1 Ì' ¯'H H Ì' ¯H3AF/ H 'FA'B "F (G E3*-BÌF '3* *' (G H3ÌDG 'ÌF 9ED FÌC (G 1-E* ~1H1/¯'1 F2/ÌC 4HF/ CG "F 1' B1('F ¯HÌF/ H /1 2('F A'13Ì (Ì'! F3(*) (G "F ED-B 4/G H F'E4 1' B1('FÌ ¯0'1/G 'F/  (F'(1'ÌF B1('FÌ (1'Ì 'E*+'D 'E1 ./'HF/ E*9'D H *B1( (G 3HÌ 'H3*.</font></p> <p style="line-height: 150%" align="justify" dir="rtl"> <font size="2">9Ì/ B1('F 1' 9Ì/ '6-Ì FÌ2 EÌ ¯HÌF/ H H,G *3EÌG "F †FÌF '3*: '6-Ì ,E9 '3* '2 E'/G (6-Ì) CG (G E9F'Ì '1*A'9 1H2 H 'E*/'/ FH1 "A*'( EÌ ('4/ H GF¯'EÌ CG .H14Ì/ ('D' EÌ "Ì/ (B(D '2 8G1) H "F EHB9 1' 6-Ì ¯HÌF/  †F'F†G /1 B1"F C1ÌE "E/G '3*: H'D4E3 H 6-ÌG' (B3E (G .H14Ì/ H †'4*¯'G "F). H †HF -,', EHB9 ('D' "E/F "A*'( B1('FÌ EÌ CFF/ H B1('FÌ 1' '6-ÌG Ì' 6-ÌG ¯HÌF/ (/ÌF 3(( 1H2 /GE 0Ì 'D-,G 1' CG B(D '2 8G1 "F  9ED B1('FÌ 'F,'E EÌ 4H/ 9Ì/ '6-Ì FÌ2 ¯A*G 'F/.</font><p style="line-height: 150%" align="justify" dir="rtl"> <b><font color="#000080" face="Arial">B1('FÌ '2 †G 2E'FÌ E9EHD 4/G '3*</font></b></p> <p style="line-height: 150%" align="justify" dir="rtl"> <font size="2">*'1Ì. B1('FÌ (3Ì'1 B/ÌE '3* H '2 2E'F -61* "/E '(H'D(41(9) E9EHD (H/G H /1 '/Ì'F ¯04*G FÌ2 ,2H EB11'* /ÌFÌ (G 4E'1 EÌ "E/G CG 4EG 'Ì '2 "F (G '.*5'1 (Ì'F EÌ 4H/:</font></p> <p style="line-height: 150%" align="justify" dir="rtl"> <font size="2">1- B1('FÌ A12F/'F -61* "/E(9) CG F.3*ÌF B1('FÌ /1 9'DE (4E'1 EÌ 1H/ H /1 "Ì'*30- 27 3H1G E'&/G *51Ì- 4/G CG .D'5G 41- "F †FÌF '3*: /H ~31 -61* "/E (G F'E G'(ÌD H B'(ÌD (G *1*Ì( 4('FÌ (†H~'FÌ) H C4'H12Ì EÌ C1/F/ H 5'-( ¯H3AF/'F H "( H .'C A1'H'F (H/F/  -61* "/E(9) "F'F 1' 'E1 (G B1('FÌ /1 1'G ./' C1/. G'(ÌD ÌCÌ '2 (G*1ÌF 4*1'F Ì' ¯H3AF/'F 1' (1'Ì B1('FÌ /1 1'G ./' '.*5'5 /'/ H B'(ÌD /3*G 'Ì '2 ¯F/E G'Ì ~3* H F'E1:H( 1' ,G* B1('FÌ 'F*.'( C1/ CG B1('FÌ G'(ÌD EB(HD /1¯'G ~1H1/¯'1 ¯1/Ì/ H B1('FÌ B'(ÌD (G 9D* 9/E '.D'5 E1/H/ ¯4*. B'(ÌD (G 3(( B(HD F4/F B1('FÌ -3'/* H12Ì/ H "*4 .4E H CÌFG '4 2('FG C4Ì/  FA3 'G1ÌEFÌ H 4Ì7'FÌ B'(ÌD 'H 1' (G C4*F (1'/1 H'/'1 C1/ H G'(ÌD 1' C4* H /1 /FÌ' H ".1* 2Ì'FC'1 ¯1/Ì/.</font></p> <p style="line-height: 150%" align="justify" dir="rtl"> <font size="2">2- -61* FH- ~Ì:E(1 ~3 '2 7HA'F  E0(-Ì *1*Ì( /'/ H -ÌH'F'* (3Ì'1Ì /1 "F,' (1'Ì ./' B1('FÌ C1/.</font></p> <p style="line-height: 150%" align="justify" dir="rtl"> <font size="2">3- B1('FÌ -61* '(1'GÌE .DÌD(9) ̯'FG A12F/4 '3E'9ÌD(9) CG /1 "Ì'* 102 *' 107 3H1G 5'A'* (Ì'F ¯1/Ì/G '3* &quot;ADE' (D: E9G 'D39Ì 'DÌ H A/ÌF'G (0(- 98ÌE&quot;.</font></p> <p style="line-height: 150%" align="justify" dir="rtl"> <font size="2">4- /1 2E'F -61* EH3Ì(9) (G 9BÌ/G ÌGH/Ì'F /H FH9 B1('FÌ E9EHD (H/G '3*:</font></p> <p style="line-height: 150%" align="justify" dir="rtl"> <font size="2">'DA- B1('FÌ /EHÌ</font><p style="line-height: 150%" align="justify" dir="rtl"> <font size="2">(- B1('FÌ :Ì1 /EHÌ</font></p> <p style="line-height: 150%" align="justify" dir="rtl"> <font size="2">/1 2('F A'13Ì GE CDEG B1('F (G E9FÌ A/' 4/G H C4*G 4/G /1 1'G /H3* '3*9E'D EÌ 4H/ †F'F†G (G ÌC/̯1 EÌ ¯HÌF/ A/'Ì* 4HE H B1('F* ¯1/E. </font> </p> <p style="line-height: 150%" align="justify" dir="rtl"> <font size="2">B1('FÌ /EHÌ (1 3 B3E (G 41- 2Ì1 (H/G:</font></p> <p style="line-height: 150%" align="justify" dir="rtl"> <font size="2">- B1('FÌ CG "F 1' (G "*4 EÌ 3H2'F/F/ H ,2 ~H3* "F †Ì2Ì ('BÌ FEÌ ¯0'1/F/.</font></p> <p style="line-height: 150%" align="justify" dir="rtl"> <font size="2">- B1('FÌ CG (1'Ì ,(1'F ¯F'G *B/ÌE EÌ C1/F/ H B3E*Ì '2 "F 1' EÌ 3H2'F/F/ H B3E* /̯1 1' (1'Ì C'GF'F ('BÌ EÌ ¯0'4*F/.</font></p> <p style="line-height: 150%" align="justify" dir="rtl"> <font size="2">- B1('FÌ CG (1'Ì *F/13*Ì 'F,'E EÌ /'/F/ H /1 .H1/F ¯H4* "F E.*'1 (H/F/.</font></p> <p style="line-height: 150%" align="justify" dir="rtl"> <font size="2">B1('FÌ :Ì1 /EHÌ: 9('1* '2 1G' C1/F -ÌH'F /1 (Ì'('F G' (H/ H '91'( FÌ2 '2 (FÌ '31'&ÌD *BDÌ/ C1/F/ H (G 9FH'F *B1( (G (*'F .H/  -ÌH'F'* 1' /1 (Ì'('F 1G' EÌ C1/F/ H '3D'E 'ÌF 9'/'* FCHGÌ/G 1' *-1ÌE C1/ H 'ÌF GE'F B1('FÌ '3* CG /1 "ÌG 5/ H 3G 3H1G E'&/G (G F'E (-Ì1G H 3'&(G F'EÌ/G 4/G '3*.</font></p> <p style="line-height: 150%" align="justify" dir="rtl"> <font size="2">5- /1 "&ÌF E3Ì-Ì* FÌ2 (G 9BÌ/G 9Ì3HÌ'F  B1('FÌ EF-51 (G 4.5 E3Ì- (H/G H ¯HÌF/ -61* 9Ì3Ì(9) .HF H ¯H4* .H/ 1' A/'Ì E1/E ,G'F 3'.* H (G GEÌF EF'3(* ÌCÌ '2 A1H9 /ÌF F5'1Ì "F '3* CG ('Ì/ E'GÌ ÌC E1*(G H Ì' -/'BD 3'DÌ ÌC ('1 F2/ C4Ì4 (1HF/ H (G B/1 *ECF  H,GÌ (G HÌ *B/ÌE /'1F/ H (G *E'E ¯F'G'FÌ CG /1 E/* E2(H1 E1*C( 4/G 'F/ 'B1'1 CFF/ *' C4Ì4 CG (G 9BÌ/G "F'F ,F(G :A'1Ì* /'1/ "F ¯F'G'F 1' (Ì'E12/.</font></p> <p style="line-height: 150%" align="justify" dir="rtl"> <font size="2">6- /1 '91'( 2E'F ,'GDÌ* CG 31'F B('&D (G ECG EÌ "E/F/  3'CF'F ECG EGE'F/'1 H EÌ2('F "F'F (H/F/ H G1 /H /3*G .H/ 1' (G C4*F 4*1 H ¯'H H ¯H3AF/'F (1'Ì (*'F .HÌ4 H '79'E (G AB1' H ¯13F¯'F EH8A EÌ /'F3*F/.</font></p> <p style="line-height: 150%" align="justify" dir="rtl"> <b><font face="Arial" color="#000080"> '31'1 H -CE* B1('FÌ</font></b></p> <p style="line-height: 150%" align="justify" dir="rtl"> <font size="2">1- A/' C1/F E'D H 'FA'B "F /1 1'G ./' '3*.</font></p> <p style="line-height: 150%" align="justify" dir="rtl"> <font size="2">2- C4*F -ÌH'F '4'1G (G C4*F FA3 'E'1G '3* H E1/ ./'4F'3 (' 4E4Ì1 (1F/G 9BD H 'ÌE'F  -ÌH'F FA3 1' CG /'&E'K HÌ 1' (G C'1G'Ì 24* H' EÌ /'1/ EB*HD 3'2/ H .'FG /D 1' '2 DH+ FA3 D&ÌE ~'C ¯1/'F/ H "F 1' /1 1'G -B H ~Ì4¯'G E-(H( B1('FÌ CF/ H -, 'C(1 FE'Ì/ CG '¯1 FA3 'E'1G H .H'G4 G'Ì 'H C4*G F4H/ H "1'E F¯Ì1/ G1¯'G *E'E F9E* G' H +1H* G'Ì /FÌHÌ /1 '.*Ì'14 ('4/ H 2EÌF H "3E'F 1' ((D9/ ('2 GE 3Ì1 FEÌ 4H/ H F/'Ì GD EF E2Ì/ /'1/.</font></p> <p style="line-height: 150%" align="justify" dir="rtl"> <b><font face="Arial" color="#000080"> E3&DG B1('FÌ /1 ECG 1' '2 †F/ F81 ('Ì/ (113Ì FEH/:</font></b></p> <p style="line-height: 150%" align="justify" dir="rtl"> <font size="2">- CEC 13'FÌ (G 'GD -,'2 ÌC '5D '3*. '¯1 '2 'ÌF 3'D G' CG -,'2 C4H1Ì H'(3*G H ('2'14 FE'Ì4¯'G ',F'3 41B H :1( 4/G (¯01ÌE  H (G †F/ 3'D B(D (1¯1/ÌE EÌ (ÌFÌE CG E1/E -,'2 †F/'F 1'G /1"E/Ì F/'4*G 'F/ ECG 4G1 5F9*Ì H C4'H12Ì FÌ3*  2E'FÌ CG "ÌG EF9 H1H/ E41C'F F'2D 4/(4) 9H'E ECG F'1'-* 4/F/ CG F5A 2'&1'F  E41C'F G3*F/ H (' EF9 H1H/ "F'F  H69 'B*5'/Ì E' (G GE EÌ .H1/  DCF "ÌG F'2D 4/ CG '¯1 '2 AB1 EÌ *13Ì/ E' /1 "ÌF/G 4E' 1' (Ì FÌ'2 EÌ CFÌE(5) 'ÌF H9/G ./'HF/ ('Ì/ E-BB 4H/. ÌCÌ '2 1'G G'Ì *-BB "F E3#DG .1Ì/ B1('FÌ '3*  5/G' G2'1 2'&1 .'FG  G1 C/'E CG ÌC ¯H3AF/ EÌ .1F/  ¯1HG G'&Ì (G 2F/¯Ì H FH' EÌ 13F/. /1 1H'Ì'* E' E3#DG CEC 13'FÌ (G E1/E -,'2 '2 71ÌB H3'&D -ED H FBD H C1'ÌG EF'2D H .1Ì/ G/'Ì' H B1('FÌ H /'/ H 3*/G'Ì 2Ì'/Ì CG /1 EH3E -, EÌ 4H/  ÌC '5D E91AÌ 4/G H 1HÌ "F 3A'14 4/G '3*.(6) ¯1†G 'E1H2 (G /DÌD H'(3*¯Ì 31'F 'ÌF C4H1  E3#DG (G F-H /̯1Ì /1"E/G CG G1 †G E' CE*1 '2 ('2'1 "F,' .1Ì/ FE'&ÌE  1H- 13HD ./'(5) '2 E' 1'6Ì *1 EÌ 4H/  HDÌ ('Ì/ /1 AC1 '3*BD'D 'B*5'/Ì ('4ÌE  *' *E'E C4H1G'Ì '3D'EÌ  *HDÌ/'* .H/ 1' /1 "F,' (G FE'Ì4 (¯0'1F/ H 2'&1'F .'FG ./' GE  "FG' 1' .1Ì/'1Ì FE'ÌF/ *' ('2'1 "F,' 1HFB (¯Ì1/. H E1/E -,'2 '2 "E/ H 1A* -,', .4FH/ 4HF/.</font></p> <p style="line-height: 150%" align="justify" dir="rtl"> <font size="2">HB*Ì CG F(Ì EC1E '3D'E(5) (' ,E9Ì '2 E3DE'F'F (G E/ÌFG G,1* FEH/F/  'B*5'/ E/ÌFG /1 /3* ÌGH/ (H/. -61* AH1'K (/1 CF'1 *#3Ì3 E3,/) (G *#3Ì3 ('2'1Ì CG E1C2 .1Ì/ H A1H4 E3DE'F'F ('4/  'B/'E A1EH/ H /3*H1 /'/ CG E3DE'F'F ',F'3 1' E3*BÌE'K (G 'ÌF ('2'1 H'1/ C1/G  '2 'ÌF ('2'1 5'/1 FE'ÌF/. (G 9D'HG C'D'G'Ì EH1/ FÌ'2 1' -*Ì 'D'EC'F .H/4'F *HDÌ/ CFF/ H /1 'ÌF ('2'1 (G E916 A1H4 /1"H1F/(7) "1Ì E3&DG CEC 13'FÌ (G E1/E -,'2 ÌC '5D '3*.</font></p> <p style="line-height: 150%" align="justify" dir="rtl"> <font size="2">- GE'F¯HFG CG 5A' H E1HG '2 49'&1 'DGÌ '3*  E3#DG B1('FÌ GE '2 49'&1 '3* (H'D(/F ,9DF'G' DCE EF 49'&1'DDG) 4*1G'Ì †'B H A1(G 1' (1'Ì 4E' '2 49'&1 'DGÌ B1'1 /'/ÌE.</font></p> <p style="line-height: 150%" align="justify" dir="rtl"> <font size="2">H,H/ B1('F¯'G H E3D. H -1C* /'/F 4*1G'Ì ~1¯H4* H F-1 C1/F H *B3ÌE ¯H4* "FG' GE  ÌC ,DHG H 4CHGÌ /'1/.</font></p> <p style="line-height: 150%" align="justify" dir="rtl"> <font size="2">/1 1H'Ì'* EÌ .H'FÌE 'HDÌF B71G .HF B1('FÌ CG 1Ì.*  ./'HF/ ¯F'G'F 5'-(4 1' EÌ (.4/(8) 'HB'*Ì CG (G .'71 *HD/ FH2'/ Ì' H1H/ E3'A1 Ì' /A9 (D'  /1 EF2D  ¯H3AF/ 0(- EÌ 4H/ ((' 'ÌF CG ¯H3AF/ CH†C H /1 .'FG 3'/G 'Ì3*) /1 1H- H 1H'F H -1C* 'GD .'FG 4H1 H F4'7Ì ~/Ì/ EÌ "Ì/.</font></p> <p style="line-height: 150%" align="justify" dir="rtl"> <font size="2">(G G1-'D  0(- 5/G' G2'1 ¯H3AF/ H F-1 G2'1'F 4*1  ÌC FH9 ,DHG H 2Ì('ÌÌ (H/G  E8G1 1H-ÌG 'Ì+'1 /3*G ,E9Ì '3* CG .H/ '2 49'&1 'DGÌ '3*.</font></p> <p style="line-height: 150%" align="justify" dir="rtl"> <font size="2">3- 3Ì1 C1/F ¯13FG G'- ÌCÌ '2 '31'1 B1('FÌ 3Ì1 C1/F ¯13FG G' '3* ((¯01ÌE CG /1 'ÌF 3'D G' /1 -,'2 ¯H3AF/ CE '3*  HDÌ F('Ì/ F81 B'FHF (G ÌC 2E'F H ÌC EC'F H Ì' 41'Ì7 .'5 ('4/). B1"F /1 'ÌF ('1G EÌ A1E'Ì/: «ACDH' EFG' H'79EH''DB'F9 H'DE9*1»(9) '2 ¯H4* G'ÌÌ CG B1('FÌ EÌ CFÌ/ GE .H/*'F EÌD FE'&Ì/  GE (G B'F9 H E9*1 (/GÌ/. B'F9  ABÌ1Ì '3* CG (G "F†G EÌ ¯Ì1/  B'F9 '3*. E9*1  ABÌ1Ì '3* CG 9D'HG (1 *B'6'Ì CEC '9*1'6 GE EÌ CF/. †G 2Ì('3* CG GE '3*A'/G .H/ -,', H GE '79'E /̯1'F 1' CF'1 GE E71- C1/G '3* H '79'E 4HF/¯'F 1' (' ÌC †4E (.H'G 'A1'/ B'F9Ì CG (G GF¯'E '79'E /9' EÌ CFF/ H 4'/ EÌ 4HF/ H .H'G C3'FÌ CG 2.E 2('F 2/G H '9*1'6 EÌ FE'ÌF/) H 'ÌF F4'F /GF/G (ÌF4 H3Ì9 '3D'E '3* CG 3A'14 (G .H/ 1' A1'EH4 CFÌ/ FG /̯1'F 1' H /1 *B3ÌE ¯H4* H '79'E  ~'Ì (F/ *EDB Ì' /9' H *H'69 ABÌ1 F('4Ì/ 'H 1' 3Ì1 CFÌ/  ¯1†G (' 4FÌ/F 2.E 2('F ('4/.</font></p> <p style="line-height: 150%" align="justify" dir="rtl"> <b><font color="#000080" face="Arial"> *BH'</font></b></p> <p style="line-height: 150%" align="justify" dir="rtl"> <font size="2">G/A '5DÌ /1 E3#DG B1('FÌ  13Ì/F (G EB'E 9'DÌ *BH' '3*. B1"F /1 'ÌF 2EÌFG EÌ A1E'Ì/: 'ÌF B1('FÌ'F CG 2'&1'F .'FG ./' (G GF¯'E *HBA /1 EF' 0(- EÌ CFF/  ¯H4* Ì' .HF "FG' (G ./' FEÌ 13/  (DCG G/A '2 B1('FÌ  4CHA' 4/F 1H- 'Ì+'1 H F4'F /'/F EB/'1 94B H B1( (G ./' H *BH' '3*.(10)</font></td> <td width="6" background="../images/center_right.gif">&nbsp;</td> <td width="5">&nbsp;</td> </tr> <tr> <td width="5">&nbsp;</td> <td width="4" background="../images/center_left0.gif">&nbsp;</td> <td width="559" dir="rtl" valign="top"> &nbsp;<p dir="rtl"><b> <font color="#000080" face="Arial">~Ì FH4* G':</font></b></p> <p><b><font face="Arial">1- B1"F C1ÌE- 3H1G '91'A- "ÌG 179.</font></b></p> <p><b><font face="Arial">2- B1"F C1ÌE- 3H1G 'FA'D- "ÌG 22</font></b></p> <p><b><font face="Arial">3- EÌ2'F 'D-CEG- ,D/ 7- 5A-G 130</font></b></p> <p><b><font face="Arial">4- B1"F C1ÌE- 3H1G *H(G- "ÌG 28</font></b></p> <p><b><font face="Arial">5- GE'F</font></b></p> <p><b><font face="Arial">6- GE'F  3H1G -,- "ÌG 28</font></b></p> <p><b><font face="Arial">7- E-E/ .'*E ~Ì'E(1'F- 5 48</font></b></p> <p><b><font face="Arial">8- EF D'Ì-61G 'DABÌG- ,D/ 2 5A-G 138</font></b></p> <p><b><font face="Arial">9- B1"F C1ÌE - 3H1G -,- "ÌG 36</font></b></p> <p><b><font face="Arial">10- B1"F C1ÌE- 3H1G -,- "ÌG 47</font></b></p> <p align="center">&nbsp;</p> <p align="center"><b> <font face="Arial" color="#000080">EF(9: ~'̯'G 'ÌF*1F*Ì *(Ì'F</font></b></td> <td width="6" background="../images/center_right.gif">&nbsp;</td> <td width="5">&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="472"> <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"> <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="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" 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"> <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"> <span lang="fa"> <a href="../Tarjomeh/Main.htm" style="text-decoration: none"> <font size="2" color="#0000FF">&nbsp;</font></a></span><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"> <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"> <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"> <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></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="../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"> <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> <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"> <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="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> <tr> <td> &nbsp;</td> </tr> </table> <table border="0" style="border-collapse: collapse" width="100%" height="3599"> <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"> <p align="center"> &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="19"> &nbsp;</td> </tr> <tr> <td height="2836"> &nbsp;</td> </tr> <tr> <td align="center" dir="rtl" height="8"> &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">&#1570;&#1605;&#1575;&#1585;</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>