ÿþ<html> <head> <meta http-equiv="Content-Language" content="fa"> <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=unicode"> <title>BD9G *'1Ì.Ì ¯1/©HG H A9'DÌ* '3E'9ÌDÌ'F /1 /'E:'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 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" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%"> <tr> <td width="100%" align="center"> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="39%"> <tr> <td bgcolor="#FFFFFF" height="50" width="640" valign="bottom"> <p align="center"> <img border="0" src="../images/banner_farsi.jpg" width="777" height="84"></td> </tr> <tr> <td height="1" valign="top" width="769"> <table border="0" style="border-collapse: collapse" width="777" height="1"> <tr> <td width="7" background="../images/shadow-left1.gif" height="1">&nbsp;</td> <td valign="top" width="759" height="1"> <table border="0" style="border-collapse: collapse" width="759" bordercolor="#000000" height="469"> <tr> <td valign="top" width="592" height="19" background="../images/line-b-top.gif" dir="rtl" colspan="3"> <p align="right"> <a href="../Index_F.htm"> <img border="0" src="../images/main_page_pic_f.gif" width="59" height="14"></a><img border="0" src="../images/about%20us_pic_f.gif" width="59" height="14"><a href="mailto:info@tarikhaneh.com"><img border="0" src="../images/contact%20us_pic_f.gif" width="59" height="14"></a><img border="0" src="../images/site_map_pic_f.gif" width="59" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="9" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/best_pic_f.gif" width="133" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><a href="../../English/Index_E.htm"><img border="0" src="../images/english_pic.gif" width="59" height="14"></a><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"><img border="0" src="../images/space.JPG" width="6" height="14"></td> <td valign="top" width="163" height="40" background="../images/line-right.gif" rowspan="2"> <p align="center"> <object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj3" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="158" height="37"> <param name="movie" value="../Flash/tarikhaneh.swf"> <param name="quality" value="High"> <param name="bgcolor" value="FFFFFF"> <param name="_cx" value="4180"> <param name="_cy" value="979"> <param name="FlashVars" value> <param name="Src" value="../Flash/tarikhaneh.swf"> <param name="WMode" value="Window"> <param name="Play" value="-1"> <param name="Loop" value="-1"> <param name="SAlign" value> <param name="Menu" value="-1"> <param name="Base" value> <param name="AllowScriptAccess" value="always"> <param name="Scale" value="ShowAll"> <param name="DeviceFont" value="0"> <param name="EmbedMovie" value="0"> <param name="SWRemote" value> <param name="MovieData" value> <embed src="../Flash/tarikhaneh.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj3" width="158" height="37" quality="High" bgcolor="#ffffff"></object> </td> </tr> <tr> <td valign="top" width="134" height="21" dir="rtl"> <p align="right"><font size="2"> <marquee onmouseover="this.stop()" onmouseout="this.start()" scrollAmount="2" scrollDelay="100" width="132" bgColor="#FFFFFF" height="13" align="center" direction="right">©'FHF ,H'F'F *'1J.'FG EB/E ('2/J/©FF/¯'F 92J2 1' ¯1'E&#1740; EJ/'1/</marquee></font></td> <td valign="top" width="56" height="21" dir="rtl" background="../images/tit.gif"> &nbsp;</td> <td valign="top" width="398" height="21" dir="rtl" background="../images/top_new_pi.gif"> <p align="center" style="margin-top: 0; margin-bottom: 0"> <font size="1" color="#FFFFFF">/'F4Ì ©G /1 ,G'F '3* 1' *FG' /1 ,G'F EÌ*H'F J'A* FG /1 ©F, '*'B </font></td> </tr> <tr> <td valign="top" width="592" height="429" colspan="3"> <table border="0" style="border-collapse: collapse" width="100%" height="488"> <tr> <td valign="top" height="488"> <table border="0" style="border-collapse: collapse" width="100%" height="23"> <tr> <td width="5">&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"> :: BD9G *'1Ì.Ì ¯1/©HG H A9'DÌ* '3E'9ÌDÌ'F /1 /'E:'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; text-align:justify" width="589" height="1"> <tr> <td width="5" height="1"></td> <td width="4" background="../images/center_left0.gif" height="1">&nbsp;</td> <td width="560" dir="rtl" valign="top" height="1" align="justify"> <p style="text-align: justify; text-justify: kashida; line-height: 150%"> <font size="2">B(D '2 'JF©G BD9G ¯1/©HG (G *51A 1&J3 E8A1 E3*HAJ /1 "J/  *H,G -3F 5('- 1' (G .H/ ,D( ©1/G (H/ (G 7H1J ©G /1 2(/G 'D*H'1J. ©'4'FJ "E/G '3* ©G 'H B5/ /4* ¯1/©HG 1' /1 E1-DG 'HD E1©2 A1E'F/GJ H -©HE* .H/ B1'1 /G/:</font></p> <p style="text-align: justify; text-justify: kashida; line-height: 150%"> <font size="2">~3 '2 E1',9* -3F 5('- '2 E51 H *9BJ( '(HE3DE 1'2J (G *-1J© F8'E 'DED© (G 3'1J "E/ H .H'3* ©G 1'G /E'HF/ (G ¯1/©HG 1H/  '3*14 /1 1'G 33*J ©1/ H .4© (E'F/  "F 4( '2 1'G (¯4*F/ H (G /JGJ EB'E ©1/F/ ('E/'/ (G 1'G B'6J (4E (G /E'HF/ 13J/F/.[1] 8'G1'K /1 (JF 1'G ©3'FJ ©G GE1'G -3F 5('- (H/F/ 'H 1' '2 *51A ¯1/©HG EF51A ©1/F/ H J' 'JF ©G .H/ *5EJE EJ ¯J1/ (G ,'J 1A*F (G ¯1/©HG  '2 "F 1'G (1¯1// H 'DEH* 1' E1©2 A1E'F/GJ .H/ B1'1 /G/. /1 EF7BG BHE3 H /'E:'F  1&J3 E8A1 E3*HAJ /1 *1HJ, 9B'J/ '3E'9JDJ H '3*-©'E B/1* 'JF E0G( FB4 (3J'1 EGEJ (1 9G/G /'4*  'H ©G '(*/' ,2! J©J '2 5'-( EF5('F H F2/J©'F 3D'7JF 3D,HBJ (H/  /1 2E'F 3D7'F ED©4'G /1 EB'E 5'-( .1', 4'G /1 '5AG'F 'B'E* /'4*. (9/ '2 E1¯ 3D7'F H /1¯J1J EJ'F ~31'F4 ((1©J'1B H E-E/) (1 31 *5'-( *', H *.*  1&J3 E8A1 EHB9J*4 1' '2 D-'8 E'/J /1 .71 /J/. 'H /1 GEJF /H1'F '2 3HJ 9(/'DED© 97'4  /9H* ('7FJG 1' ~0J1A*G (H/ H (1'J -A8 ,'F .H/ H 'EH'D4 '2 41 .'5 H 9'E H *+(J* EHB9J*4 E,(H1 (G EG',1* '2 '5AG'F (G 3HJ /'E:'F 4/ H (G 3(( E©F*J ©G /'4*  '3('( H 'ED'©J 1' /1 BHE3  E'2F/1'F  91'B H .1'3'F .1J/ H /1 "F ,' 3©HF* ¯2J/. 1&J3 E8A1 /1 'JF /H1'F -'©E /'E:'F (H/. 'H '2 'EJ1/'/ -(4J (F 'D*HF*'B ©G EB'EJ H'D' /1 -©HE* (1©J'1B /'4* *B'6' ©1/ *' ¯1/©HG 1' '2 3D7'F /1.H'3* FE'J/. /1 'JF 2E'F  ¯1/©HG *-* *51A 3D7'F B1'1 /'4* H 'H FJ2 "F 1' (G .'/EJ «.1/©» F'E H'¯0'1 ©1/G (H/. (9/ '2 /1.H'3* 'EJ1/'/ '2 (1©J'1B  3D7'F /3*H1 H'¯0'1J "F 1' (G EF4J .H/ /'/ H .1/© .'/E FJ2 (G 9D* *9DD /1 H'¯0'1J ¯1/©HG (G 'EJ1/'/ (G /3* (1©J'1B ©4*G 4/. 'EJ1/'/ FJ2 /1 489G (G ~'JG BD9G 13J/ H E/* J© GA*G (' FH'( .1/© .'/E  ©H*H'D BD9G  E0'©1G ©1/ HDJ F*J,G 'J F¯1A* ~3  (G GE1'G D4©1J (G E-'51G BD9G ~1/'.*. ©H*H'D BD9G '2 E1¯ .1/© .'/E '7D'9 J'A*  GE †FJF "0HBG BD9G FJ2 (G '*E'E 13J/ H 'H (' 'EJ1/'/ 5D- ©1/ H BD9G 1' (G HJ H'¯0'1 FEH/. 1&J3 E8A1 FJ2 (G ,'F4JFJ 'EJ1/'/ -(4J (G ¯1/©HG 1A* H /1 '3*-©'E H 3'.*F 9E'1'* "F ,' ~HD (3J'1J .1, ©1/ H ,EDG .2'JF .HJ4 1' FJ2 (G "F E©'F 'F*B'D /'/ H '2 GJ† ©H44J /1 1'G *BHJ* H B/1* EF/J E0G( '3E'9JDJ /1 EJ'F 3D',BG ('2 F'J3*'/.[2]</font></p> <p style="text-align: justify; text-justify: kashida; line-height: 150%"> <font size="2">/1 'JF GF¯'E  '3E'9JDJ'F /1 EF7BG BHE3 H ¯1/©HG (G 'F/'2G 'J '2 B/1* 13J/G (H/F/ ©G /1 E,'/D'* 3J'3J H ,F¯ G'JJ ©G (JF 'E1' '*A'B EJ 'A*'/ (G FA9 -'EJ'F4'F H'1/ ,F¯ EJ 4/F/ (G F-HJ ©G (' D4©1J ~F, G2'1 FA1J (G ~4*J('FJ 'EJ1/'/ -(4J H (1©J'1B ©G (' 3D7'F 3F,1 /1 ,F¯ (H/F/  (1.'3*F/  3D7'F 3F,1 (1'/1 F'*FJ (1©J'1B (H/ H (G ~4*J('FJ '2 (1'/14  E-E/ *~1  (' "F'F H'1/ F(1/ ¯1/J/  'E' 'JF /.'D* E$+1 FJA*'/ H 'EJ1/'/ -(4J ©4*G 4/ H 1&J3 E8A1 'EH'D 'H 1' /1 ¯1/©HG "H1/ H "F 1' 6(7 FEH/ H /˜ 1' GE †F'F /1 *51A .HJ4 F¯G/'4* H 'F/©J (9/ FJ2 '9D'F ©1/ ©G (1 E0G( '3E'9JDJ'F '3* H ¯1/©HG 1' (G F2'1J'F /'/. 'H †GD 3'D (1'J -3F 5('- (G /9H* ©J4 '3E'9JDJ GE* ¯E'4* H /1 ~F'G H,H/ 1&J3 E8A1 ©'1 -3F 5('- H /9H* 'H ('D' ¯1A*.</font></p> <p style="text-align: justify; text-justify: kashida; line-height: 150%"> <font size="2">-3F 5('- E1'©2 F8'EJ H /JFJ FJ1HEF/J /1 BD9G G' 'J,'/ ©1/ H E0G( '3E'9JDJ 1' ©G (' E.'DA* (3J'1 4/J/ '2 3HJ 3D7'F E-EH/ :2FHJ H ,'F4JF'F 'H H 7:1D (J© 3D,HBJ H '.D'A HJ EH',G (H/ '2 2H'D H .71 FJ3*J F,'* /'/ H H3JDG '/'EG H (B'! "F 1' EE©F 3'.*. [3]</font></p> <p style="text-align: justify; text-justify: kashida; line-height: 150%"> <font size="2">/1 'JF /H1'F  '3E'9JDJ'F *H'F3*F/ B/1* .H/ 1' ¯3*14 /GF/ (G ¯HFG 'J ©G ©'1 "F'F ('D' ¯1A* H BD9G G'J -5JF /1 .1'3'F  BHE3  91'B  4'E H /JDE (G /3* "H1/F/. .HA 'J4'F /1 /D E1/E 'A*'/ H (3J'1J '2 '©'(1 /1 ('7F (G E0G( '3E'9JDJG /1 "E/F/. ¯2'14 EF'(9 -'©J '2 "F '3* ©G (' *69JA -©HE* 3D,HBJ  B/1* '3E'9JDJG 1H (G 'A2'J4 FG'/ H /1 9ED 'EH1 /'E:'F H ¯1/©HG (G /3* 'JF A1BG 'A*'/  -*J '2 ©'D'G'J *,'1J H E-5HD'* ©4'H12J FJ2 E'DJ'* EJ ¯1A*F/ H (G "F'F ','2G /'/G 4/ *' '2 E3'A1'F E(D:J (G 9FH'F (', /1J'A* FE'JF/. «'2 .H'1, 'ED'© ©G /1 F'-JG BHE3 (/J4'F EF5H( (H/ 3G G2'1 /JF'1 'H 1' A1EH/ H /1 ~'J ¯1/©HG (1 3(JD (/1BG H (', 'J4'F 1' E9JF ©1/ *' 'F/© (',J '2 '(F'!'D3(JD EJ ¯1A*F/».[4]</font></p> <p style="text-align: justify; text-justify: kashida; line-height: 150%"> <font size="2">/1 2E'F 3D7'F 3F,1 /1 3'D 528G ¯1/©HG '2 3HJ J©J '2 'E1'J 'H (G F'E 'EJ1 '1:4  E-'51G 4/  HDJ (' H,H/ EHABJ* G'J 2J'/J ©G /1 E-'51G (G /3* "H1/ H -*J 2E'FJ ©G .H'1('1 H 0.'J1 BD9G (G '*E'E 13J/ H 'G'DJ EJ .H'3*F/ *3DJE 4HF/ H '2 EB'HE* /1 EB'(D 3~'GJ'F '1:4 F''EJ/ 4/G (H/F/  (' A13*'/F G/'J' H E(D:J (G 9FH'F (', '2 H'¯0'1J BD9G (G 'EJ1 '1:4 .H//'1J FEH/F/.[5] /1 'H'.1 -©HE* 3F,1 H /H1'FJ ©G 3D,HBJ'F ©'ED'K *69JA 4/G (H/F/ A9'DJ* G'J '3E'9JDJ'F 'A2'J4 J'A*. (F' (G *51J- '(F '3AF/J'1 'JF A1BG (' B/1* FG'JJ 9,J(J 31'31 ©4H1 'J1'F (G .5H5 FH'-J E1©2J 1J H BHE3 1' *-* 3D7G H 'B*/'1 .HJ4 /'4*F/ H -*J (96J '2 -©'E HD'J'* '2 ,EDG BHE3 /1 ¯1HG ~J1H'F 'JF A1BG 4E1/G EJ 4/F/. /1 3'D 537G ¯1/©HG H BD9G G'J /J¯1 EGE BHE3  '2 ,EDG EG1G (F (EG1F¯'1) H EF5H1 ©HG ©G /1 -H'DJ 4G1 /'E:'F B1'1 /'4*F/ /1 E-'51G J©J '2 -©'E ('HF/J (G F'E '3~G(/ 13*E (F 9D'!'D/HDG  E91HA (G «4'G :'2J»  B1'1 EJ ¯J1/. /DJD 9E/G "F B*D A12F/ 4'G :'2J  (G F'E ¯1/G ('2  '2 3HJ ED'-/G '3* 'JF 4.5 ©G F2/ 3D7'F 3F,1 (H/ /1 31.3 '2 ,'F( /H *F '2 ED'-/G (G H3JDG 61('* ©'1/ (G B*D EJ 13/ ©G 'JF 'E1 EH,( EJ 4H/ 4'G :'2J *' ".1 9E1  ©E1 (G /4EFJ '3E'9JDJ'F (1 (F//. 'H /1 1#3 D4©1J 1HJ (G .1'3'F FG'/ H *H'F3* BD9G G'J 9E/G BHE3 1' E/* G4* E'G E-'51G ©F/ H BD9G EG1G (F H EF5H1 ©HG H GE†FJF *E'E HD'J* (37'E H /'E:'F 1' (G *51A .H/ /1 "H1/.[6]</font></p> <p style="text-align: justify; text-justify: kashida; line-height: 150%"> <font size="2">'2 'JF 2E'F (G (9/ /1 /'E:'F H FH'-J '71'A "F A9'DJ* G'J A1BG '3E'9JDJG H ,F¯ H 3*J2 "F'F (' A1E'F1H'J'F "D ('HF/  3(( "4A*¯J 'H6'9 H ~1J4'FJ .'71 E1/E ¯1/J/ (G 7H1J ©G '3~G(/ 13*E (F 9D'!'D/HDG A1/J (G F'E 3'(B 1' '2 71A .H/ (G A1E'F1H'JJ 3EF'F H /'E:'F H (37'E H (J'1,EF/ (1¯2J/. 3'(B  ©'1 A1BG '3E'9JDJG 1' (G ,'JJ 13'F/ ©G ,1#* F/'4*F/ '2 ¯1/©HG /'E:'F ~' (J1HF FGF/. /1 3'D 606G 3D7'F E-E/ .H'12E4'G  3D3DG ('HF/JG 1' EFB16 H /1 F*J,G BHE3 ,2! E*51A'* 'H /1 "E/. /1 3'D 616G ~3 '2 -EDG E:HD'F (G 'J1'F  3D7'F E-E/ .H'12E4'G ~' (G A1'1 ¯0'4* H (G 71A 1J 9B( F43*  'E' 3(*'J 31/'1 E:HD (G *9BJ( 3D7'F ~1/'.*. 3(*'J (G /'E:'F 13J/  9/G 'J '2 (21¯'F 'JF 4G1 '2 (JE ,'F (G '3E'9JDJ'F /1 ¯1/©HG ~F'G (1/F/ H (BJG ©G -'61 (G *3DJE F4/F/ 4( GF¯'E (JF "F'F H 3~'GJ'F E:HD (1 /1 -5'1 4G1  /1¯J1J ~J4 "E/ H 9/G 'J '2 /H 71A ©4*G 4/F/. 8'G1'K /1 -/H/ 3'D 618G '3E'9JDJ'F '2 G1, H E1, H ':*4'4J ©G '2 -EDG E:HD (G H,H/ "E/G (H/ 4G1 /'E:'F H FH'-J '71'A "F 1' (G *51A .H/ /1 EJ "H1F/.[7]</font></p> <p style="text-align: justify; text-justify: kashida; line-height: 150%"> <font size="2">B/1* '3E'9JDJ'F (G -/J 13J/ ©G J©J '2 ~31'F 3D7'F E-E/ .H'12E4'G  1©F 'D/JF :H1 3'D,J (©H†© *1JF A12F/ 3D7'F)  (G ¯1/©HG ~F'G&nbsp; "H1/ (G GEJF 3((  E:HD'F  BD9G 1' 44 E'G *-* E-'51G .H/ B1'1 /'/F/ H 31'F,'E 3D7'F 1' (1 A1'2 BD9G EJ "H1F/  'H 9DJ 1:E *G/J/ A1'H'F F2/ 'EJ1 D4©1 2'FH F2/ H /1 F*J,G 'H (' F2/J©'F4 /1 3'D 619G (G B*D 13J/F/.[8] </font></p> <p style="text-align: justify; text-justify: kashida; line-height: 150%"> <font size="2">~3 '2 E1¯ 3D7'F E-E/ .H'12E4'G H (G B/1* 13J/F 3D7'F ,D'D 'D/JF EJF©(1FJ  '3E'9JDJ'F J©J '2 ED'2E'F 3D7'F J9FJ 'H1.'F 1' (G B*D 13'F/F/ H 41A 'DED© 1' FJ2 *G/J/ (G B*D FEH/F/  /1 F*J,G 3D7'F ,D'D 'D/JF /1 5// ('2 ~3 ¯J1J /'E:'F ©G *' "F 2E'F /1 *51A '3E'9JDJ'F (H/ 'A*'/  HDJ 31'F,'E 3D7'F *5EJE EJ ¯J1/ 7(B 41'J7J (' "F'F 3'24 FE'J/ /1 E,EH9 †F'F EB11 4/ ©G /'E:'F GE†F'F /1 /3* '3E'9JDJ'F B1'1 ¯J1/  (G 417J ©G G1 3'D  3J G2'1 /JF'1 (G .2'FG 3D7'F -ED ©FF/ H *HBJ9J FJ2 /1 'JF ('1G FH4*F/.[9] E/*J ~3 '2 'JF ,1J'F  ,D'D 'D/JF EJF©(1FJ '2 (1'/14 :J'+ 'D/JF .4E¯JF 4/  :J'+ 'D/JF (G (1'/1 '9*E'/ F©1/ H (' ©E© '3E'9JDJ'F A1'1 FEH/. '2 'JF 1H  "*4 ,F¯ EJ'F ,D'D 'D/JF H '3E'9JDJ'F 1H4F 4/ H '3E'9JDJ'F AB7 FJEJ '2 .1', /'E:'F 1' ~1/'.*F/  ,D'D 'D/JF  /(J1 H EF4J .H/ 1' (G 'DEH* A13*'/ H (' *G/J/  *E'E .1', /'E:'F 1' .H'3*'1 4/  HDJ '2 E0'©1'*4 F*J,G 'J F¯1A*. 31'F,'E '3E'9JDJ'F /1 3'D 625G /'E:'F 1' *51A ©1/F/. (' ©4*G 4/F 3D7'F ,D'D­'D/JF /1 3'D 628G  '3E'9JDJ'F (J4 '2 ~J4 B/1* ¯1A*F/. (G 7H1J ©G /1 3'D 642G (G 9D* 3.*¯J1J G'J E-5D'F E'DJ'*J 41A 'D/JF .H'12EJ ©G /1 /'E:'F (1'J (G /3* "H1/F E'DJ'* (J4*1  2F'F H E1/'F 1' (G 3JFG H ~'J EJ "HJ.*F/  E1/E ',('1'K (G ED'-/G ~F'G (1/F/ H 4G1 1' (G "F'F *3DJE ©1/F/. '3E'9JDJ'F (' H1H/ (G /'E:'F  ,E9J 1' ©4*F/ H '©+1 "F'F 1' (G ¯1/©HG (1/F/ H "( (1 -5'1 (3*F/ H ('1HJ "F 1' (' .'© J©3'F ©1/F/ H (1 "F :DG ©'4*F/  GE†FJF /G H .'FG G' 1' HJ1'F ©1/F/.[10]</font></p> <p style="text-align: justify; text-justify: kashida; line-height: 150%"> <font size="2">E:HD'F ©G ©'ED'K (G *A1BG EJ'F E3DEJF H'BA (H/F/ /15// (1©F'1J '3E'9JDJ'F H 9('3J'F H FJ2 *3.J1 ".1JF EE'D© '3D'EJ H B3E* :1(J "3J' (1 "E/F/. /1 F*J,G  J©J '2 G/A G'J F.3*JF "F'F 31©H(J '3E'9JDJG (H/  2J1' '3E'9JDJ'F 1' 3/J /1 EB'(D B/1* E7DBG .H/ EJ /'F3*F/ H (' H,H/ "F'F FEJ *H'F3*F/ 'E~1'*H1J E3*BDJ 1' /1 'J1'F H 3'J1 312EJF G' 'J,'/ ©FF/. '2 71A /J¯1  ©JFG E3DE'F'F H 9DE'J4'F /1 EH1/ '3E'9JDJG H FAH0J ©G 9DE'J E3DE'F /1 /3*¯'G E:HD /'4*F/ 9'ED *H,G H F81 .'F E:HD (G BD9 H BE9 '3E'9JDJ'F ¯1/J/ *' '2 J© 3H 'JF E'F9 '2 31 1'G -©HE* (D'EF'29 E:HD (1/'4*G 4H/ H '2 3HJ /J¯1 E1/E (D'/ H B5('* H B1'! 'J1'F '2 *'.* H *'2 A/'JJ'F "3H/G ('4F/. (F'(1'JF  EF©HB'"F *5EJE ¯1A* ©G D4©1J A1'H'F (G 'J1'F 1H'FG ©F/ *' '2 J© 71A 41 ED'-/G '3E'9JDJ 1' /A9 ©F/ H '2 71AJ /J¯1 (' '2 EJ'F (1/'4*F .DJAG (:/'/  1'G *3.J1 EE'D© 4'E H E51 1' ('2 FE'J/.[11] 9DJ 1:E *3DJE BD9G G'J /J¯1  BD9G ¯1/©HG '2 2E'F E-'51G "F /1 3'D 651G *' G,/G 3'D (9/ J9FJ *' 2E'F "('B'.'F (G EB'HE* .H/ '/'EG /'/  'E' /1 1(J9 'D'HD 3'D 670G BD9G F4JF'F /J¯1 *H'F '/'EG EB'HE* 1' '2 ©A /'/F/ H (' ~'JJF "E/F '2 BD9G  "F 1' *3DJE ©1/F/.[12] /1 GEJF 3'D -1©* G'JJ FJ2 '2 ,'F( '3E'9JDJ'F /1 BD9G 'DEH* (G ¯H4 13J/ (G 7H1J ©G ,E9J '2 ED'-/G (' ~31 .H14'G E*AB 4/F/ H 'H 1' (1 /HD* FG'/F/ H (1 BD9G 'DEH* †J1G ¯4*F/ H A*FG 'J4'F ('D' ¯1A*. "('B'.'F (' A13*'/F D4©1 (G 'DEH*  /3*H1 /'/ *' BD9G 1' (G ©DJ .1'( ©FF/  '3E'9JDJ'F FJ2 (9/ '2 "F *'1 H E'1 H ~1'©F/G 4/F/.[13]</font></td> <td width="5" background="../images/center_right.gif" height="1">&nbsp;</td> <td width="5" height="1"></td> </tr> <tr> <td width="5" height="1"></td> <td width="4" background="../images/center_left0.gif" height="1">&nbsp;</td> <td width="560" dir="rtl" valign="top" height="1" align="justify"> </td> <td width="5" background="../images/center_right.gif" height="1">&nbsp;</td> <td width="5" height="1"></td> </tr> <tr> <td width="5" height="1"></td> <td width="4" background="../images/center_left0.gif" height="1">&nbsp;</td> <td width="560" dir="rtl" valign="top" height="1" align="justify"> <font color="#008000"><b>EF'(9:</b></font></td> <td width="5" background="../images/center_right.gif" height="1">&nbsp;</td> <td width="5" height="1"></td> </tr> <tr> <td width="5" height="1" dir="rtl"></td> <td width="4" background="../images/center_left0.gif" height="1" dir="rtl">&nbsp;</td> <td width="560" dir="rtl" valign="top" height="1" align="justify"> <p style="line-height: 150%"> <font size="2">1@ '(H'DB'3E ©'4'FJ  2(/G 'D*H'1J.  (G ©H44 E-E/ *BJ /'F4 ~˜HG  †'~ /HE (*G1'F  E$33G E7'D9'* H *-BJB'* A1GF¯J  1366) 5 139.<br> 2 @ E'14'D G',3F  A1BG '3E'9JDJG  *1,EG (/1G 'J  (*G1'F  'F*4'1'* *G1'F  *(1J2  1366) 5179.<br> 3 @ 0(J-­'DDG 5A'  *'1J. '/(J'* 'J1'F  ((J,'  'F*4'1'* '(F 3JF'  1351) , 2  5 173.<br> 4 @ 97'ED© ,HJFJ  *'1J. ,G'F¯4'J  (G *5-J- E-E/ (F 9(/'DHG'( B2HJFJ  †'~ /HE (†'~ DJ/F  GDF/  'F*4'1'* ('E/'/  1355) , 3  5 213.<br> 5 @ '(F '+J1  'D©'ED  *1,EG 9('3 .DJDJ  †'~ A'13J ((J­,'  'F*4'1'* 9DEJ  (J*') ,19  5 216.<br> 6 @ 'HDJ'!'DDG 'EDJ  *'1J. 1HJ'F  (G *5-J- EFH†G1 3*H/G (*G1'F  'F*4'1'* (FJ'/  A1GF¯ 'J1'F  1348) 5 131.<br> 7 @ G',3F  ~J4JF  5 457.<br> 8 @ -E/'DDG E3*HAJ B2HJFJ  *'1J. ¯2J/G  (G 'G*E'E 9(/'D-3JF FH'JJ  †'~ 3HE (*G1'F  'F*4'1'* 'EJ1 ©(J1  1364) 5 459.<br> 9 @ 4G'( 'D/JF E-E/ F3HJ  3J1* ,D'D 'D/JF EF©(1FJ  (G ©H44 E,*(J EJFHJ (*G1'F  (JF'  1344) 5 164.<br> 10 @ 97'ED© ,HJFJ  ~J4JF  , 2  5 278.<br> 11 @ 9('3 'B('D  *'1J. EA5D 'J1'F  (G ©H44 E-E/ /(J1 3J'BJ ((J,'  'F*4'1'* .J'E  (J*') 5 484.<br> 12 @ GE/'FJ  ~J4JF  , 2  5 766.<br> 13 @ -E/'DDG E3*HAJ B2HJFJ  ~J4JF  5 592.</font></td> <td width="5" background="../images/center_right.gif" height="1" dir="rtl">&nbsp;</td> <td width="5" height="1" dir="rtl"></td> </tr> <tr> <td width="5" height="19">&nbsp;</td> <td width="4" background="../images/center_left0.gif" height="19">&nbsp;</td> <td width="560" dir="rtl" valign="top" height="19" align="justify"> &nbsp;</td> <td width="5" background="../images/center_right.gif" height="19">&nbsp;</td> <td width="5" height="19">&nbsp;</td> </tr> <tr> <td width="5" height="19">&nbsp;</td> <td width="4" background="../images/center_left0.gif" height="19">&nbsp;</td> <td width="560" dir="rtl" valign="top" height="18"> <form method="POST" action="http://www.tarikhaneh.com/Farsi/Contact/email.php" dir="rtl"> <p style="margin-top: 0; margin-bottom: 0" align="right" dir="rtl">&nbsp;</p> <p style="margin-top: 0; margin-bottom: 0" align="right" dir="rtl"> <font color="#000080"><span style="font-size: 9pt">F81 4E' /1('1G 'ÌF E7D(</span></font></p> <p style="margin-top: 0; margin-bottom: 0" align="right" dir="rtl"> <font color="#000080"><span style="font-size: 9pt">&nbsp;</span></font></p> <div align="center" dir="rtl"> <center dir="rtl"> <div align="right"> <table border="0" cellpadding="0" style="border-collapse: collapse" width="42%" height="20" bordercolor="#000000" id="table2" dir="rtl"> <tr> <td height="23" width="36%" style="font-family: Tahoma; font-size: 9pt" dir="rtl"> <p style="margin-top: 0; margin-bottom: 0" align="right" dir="rtl"> <font face="Tahoma">&nbsp;<span lang="fa">F'E H F'E .'FH'/¯Ì</span></font></td> <td height="23" width="64%" style="font-family: Tahoma; font-size: 9pt" dir="rtl"> <p style="margin-top: 0; margin-bottom: 0" align="center" dir="rtl"> <font face="Tahoma"> <input type="text" name="name" size="30" style="font-family: Tahoma; font-size: 8pt"></font></td> </tr> <tr> <td height="12" width="36%" style="font-family: Tahoma; font-size: 9pt" dir="rtl"> <p style="margin-top: 0; margin-bottom: 0" align="right" dir="rtl"> <font face="Tahoma">&nbsp;<span lang="fa">"/13&nbsp; 'ÌEÌD</span></font></td> <td height="12" width="64%" style="font-family: Tahoma; font-size: 9pt" dir="rtl"> <p style="margin-top: 0; margin-bottom: 0" align="center" dir="rtl"> <font face="Tahoma"> <input type="text" name="email" size="30" style="font-family: Tahoma; font-size: 8pt"></font></td> </tr> <tr> <td height="23" colspan="2" style="font-family: Tahoma; font-size: 9pt" dir="rtl"> <p style="margin-top: 0; margin-bottom: 0" align="right" dir="rtl"> <font face="Tahoma">&nbsp;<span lang="fa">F81'* 4E':</span></font></td> </tr> <tr> <td height="23" colspan="2" style="font-family: Tahoma; font-size: 9pt" dir="rtl"> <p align="center" dir="rtl"> <font face="Tahoma"> <textarea rows="4" name="Comments" cols="49" style="font-family: Tahoma; font-size: 8pt"></textarea></font></td> </tr> </table> </div> </center> </div> <p style="margin-top: 0; margin-bottom: 0" align="right" dir="rtl"> <input type="submit" value="'13'D '7D'9'*" style="font-family: Tahoma; font-size: 8pt"> <input type="reset" value="~'© ©1/F " style="font-family: Tahoma; font-size: 8pt"> </form> <p dir="rtl">&nbsp;</td> <td width="5" background="../images/center_right.gif" height="18" dir="rtl">&nbsp;</td> <td width="5" height="18" dir="rtl"></td> </tr> <tr> <td width="5" height="19">&nbsp;</td> <td width="4" background="../images/center_left0.gif" height="19">&nbsp;</td> <td width="560" dir="rtl" valign="top" height="19" align="justify"> <p align="center"> <font color="#0000FF" size="2"> <a href="../Index_F.htm">('2¯4*</a></font></td> <td width="5" background="../images/center_right.gif" height="19">&nbsp;</td> <td width="5" height="19">&nbsp;</td> </tr> </table> <table border="0" style="border-collapse: collapse" width="100%" height="1"> <tr> <td width="5" height="1"></td> <td background="../images/downcenter_left.gif" width="12" height="1">&nbsp;</td> <td background="../images/downcenter_center.gif" height="1">&nbsp;</td> <td background="../images/downcenter_right.gif" width="25" height="1">&nbsp;</td> <td width="7" height="1"></td> </tr> </table> </td> </tr> </table> </td> <td valign="top" width="163" background="../images/line-right.gif" height="429"> <table border="0" style="border-collapse: collapse" width="100%"> <tr> <td> <hr></td> </tr> </table> <table border="0" style="border-collapse: collapse" width="100%"> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="100%" bordercolor="#3C9DFF"> <tr> <td background="../images/back1button.gif"> <p align="center" style="margin-top: 0; margin-bottom: 0"> <font size="2" color="#0000FF"> <a href="../Damghan/Main.htm" style="text-decoration: none"> <font color="#0000FF">/'E:'F</font></a></font></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="100%" bordercolor="#3C9DFF"> <tr> <td background="../images/back1button.gif"> <p align="center" dir="rtl"> <font size="2"> <a href="../monasebatha/mahdaviyat.htm" style="text-decoration: none"> <font color="#0000FF">A1GF¯ EG/HJ*</font></a></font></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="100%" bordercolor="#3C9DFF"> <tr> <td background="../images/back1button.gif"> <p align="center" dir="rtl"> <span lang="fa"> <a style="text-decoration: none" href="../rahbari/main.htm"> <font size="2" color="#0000FF">/1 E-61 HD'Ì*</font></a></span></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="100%" bordercolor="#3C9DFF" height="9"> <tr> <td background="../images/back1button.gif" height="7"> <p align="center"> <font size="2" 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"> <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"> <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" 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"> <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></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">0232-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> </table> <table border="0" style="border-collapse: collapse" width="100%" height="2866"> <tr> <td height="1"> </td> </tr> <tr> <td height="1"> </td> </tr> <tr> <td height="24" bgcolor="#FFFF00"> <p align="center" dir="rtl"> <a href="gerd%20kuoh.htm" style="text-decoration: none"> <font color="#FF0000" size="2">"4F'ÌÌ (' BD9G ¯1/ ©HG</font></a></td> </tr> <tr> <td height="2889"> &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>