ÿþ<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>F©'*Ì /1('1G -61* ,H'/ 'D'&EG 9DÌG 'D3D'E H 1'2 4G'/* 'Ì4'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"> :: <span lang="fa">F©'*Ì /1('1G -61* ,H'/ 'D'&EG 9DÌG 'D3D'E H 1'2 4G'/* 'Ì4'F</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"> <tr> <td width="5" align="justify" dir="rtl">&nbsp;</td> <td width="4" background="../images/center_left0.gif" align="justify" dir="rtl">&nbsp;</td> <td width="559" dir="rtl" valign="top" align="justify"> <p style="line-height: 150%"> <font size="2">G4*EJF 'E'E E95HE(9) /1 'F*8'1 ~31 H 4J9J'F /1 *( H *'( 1HJ* ,E'D ,H'/ 'D'&EG(9) (H/F/. -/H/ †GD H GA*EJF (G'1 9E1 'E'E 16'(9) 3~1I EI 4/ 'E' GFH2 A12F/I C'4'FG ~1 A1H:4 1' A1H2'F F3'.*G (H/. '2 71AI -61* EH1/ 79FG /4EF'F H 2.E 2('F "FG' B1'1 /'4* CG ¯'G (H3JDG F'EG FJ2 "F -61* 1' EH1/ "2'1 B1'1 EI /'/F/ CG FEHFG "F 1' EI *H'F /1 EC*H( «-3JF '(F BJ'E'» E4'G/G C1/. 'H CG '2 31'F «H'BAJG » (H/ /1 F'EG  'I (G 'E'E 16'(9) EI FHJ3/: †¯HFG EECF '3* 'E'E ('4I /1 5H1*I CG A12F/I F/'1I H 'E'E(9) ~'3. 'H 1' †FJF F¯'4* CG '2 C,'EI /'FI CG EF A12F/I F.H'GE /'4* †F/ 1H2I 7HD F.H'G/ C4J/ CG ./'HF/ (G EF ~31I 9F'J* .H'G/ C1/ CG -B 1' '2 ('7D ,/' EI CF/. *' 'JFCG 7(B ~J4 (JFI 'E'E (9) /1 1E6'F 3'D 195 G,1I H (G FBD '2 '(F 9J'4 /1 /GE 1,( "F 3'D 3*'1G 'E'E ,H'/(9) E*,DI 4/ H E'/14 «3(JCG » 1' CG '2 .'F/'F «E'1JG B(7JG » GE31 ~J'E(1(5) (H/ H (G A1EH/G 'E'E 16'(9) "A1JF4I ~'CJ2G H EF2G /'4*. E1*(* H EB'EI H'D'*1 (.4J/. </font></p> <p dir="rtl" style="line-height: 150%"> <font size="2">HD'/* 'E'E ,H'/(9) *E'EI 4'J9'* E1(H7 (G 'E'E 16'(9) 1' ~'J'F (.4J/ H /DG1G H '671'( 1' '2 EJ'F 4J9J'F 2/H/. (/JF ,G*  CG 'E'E /1 -B A12F/4 A1EH/: 'JF EHDH/I '3* CG (1'I  4J9J'F E' «/1 'JF 2E'F » (' (1C* *1 '2 'H 2'/G F4/G '3*. </font></p> <p dir="rtl" style="line-height: 150%"> <font size="2">EHDH/I CG -/H/ 4'F2/G 3'D 1G(1I H 'E'E* 4J9J'F 1' 9G/G /'14/ H /1 'JF 1'3*' "+'1I 4¯A* '2 .HJ4 (G J'/¯'1 ¯0'1/ H EC*( 9DEI  ',*E'9I 4J9G 1' ,DHG .'5 (.4J/. </font></p> <p dir="rtl" style="line-height: 150%"> <font size="2">4G'/* "F (21¯H'1 ~'J'FI '3* (1 *D'4<span lang="fa"> </span>G'I †4E¯J1 H ~1 A1H:4  *D'4G'JI CG .DA'I (FI 9('3 H /4EF'F4 1' "F†F'F :'AD¯J1 FEH/ CG F*H'F3*F/ "F -61* 1' *-ED FE'JF/ H (/JF ,G* /1 5// 4G'/*  "F -61* (1 "E/F/ H 'JF FH4*'1 F¯'GI '3* (G 9H'ED H EH,('* 4G'/* "F -61* CG /1 'JF 2EJFG (G (113I 3G 9'ED EI ~1/'2JE: </font></p> <h2 dir="rtl" style="line-height: 150%"> <font size="2">*BH'I 'DGI H 9/E GE1'GI (' A3'/ /1('1 </font></h2> <p dir="rtl" style="line-height: 150%"> <font size="2">EI /'FJE CG JCI '2 'DB'( "F -61* «*BI » '3* H 'JF (G .'71  ,DHG H 8GH1 .'5I '3* CG *BH'I 'DGI "F 'E'E GE'E /1 ',*E'9 "F 1H2 FEH/G H ,G'FI '2 ~'CI H 9A'A H *BH' 1' A1' 1'G  /J/¯'F B1'1 /'/G (H/ H 'D' *E'EI E95HEJF (1 .H1/'1 '2 5A* *BH' H 95E* 'DGI G3*F/ †F'FCG GEG «5'/B » 1'3*¯H H «C'8E » A1H (1F/G .4E H «2JF 'D9'(/JF » 2J('*1JF 1H-  ~13*F/G » G3*F/. </font></p> <p dir="rtl" style="line-height: 150%"> <font size="2">'E' A1GF¯ 'DB'( E95HEJF 1J4G 'I ',*E'9I H (1.'3*G '2 9F'J* 'DGI /'1/ CG DB( «*BI » FJ2 '2 'JF EBHDG '3* F¯'GI (G 41'J7 ',*E'9I "F (21¯H'1 H H69J* /1('1J'F E' 1' (/JF FC*G 1GFEHF EI CF/ CG /4EF *D'4I ~J¯J1 /'4* *' (G ¯E'F .H/ "F -61* 1' (' 9J'4JG' H A3'/ /1('1 (1'I JC ('1 GE  CG 4/G '3* "DH/G CF/ H /1 F*J,G "F -61* 1' '2 †4E 4J9J'F H 71A/'1'F4 CG 'H 1' (G .'71 ~'CI H 7G'1* 'DGI '4 EI 3*H/F/ 3'B7 CF/ H -*I E'EHF (1'I C4'F/F "F -61* (G (2E /1('1 /.*14 'E 'DA6D 1' (G 9B/ "F -61* /1"H1/ H /1 'JF ,G* /3*H1 D'2E 1' FJ2 5'/1 C1/. 'E' 1'G (,'JI F(1/ H ~'CI H *BH'I  'E'E* (1 'F/J4G ('7D E'EHFI ~J1H2 ¯4* H FH1'FJ*I E6'9A  J'A*. 'JF ('1 C'AI '3* 1H'J* 0JD 1' E1H1 CFJE. '(F 4G1"4H( /1 C*'( «EF'B( » '2 E-E/ (F 1J'F FBD EI CF/ CG E'EHF /1('1G 'E'E E-E/ *BI(9) (G G1 FJ1F¯I /3* 2/ 4'J/ (*H'F/ "F -61* 1' E'FF/ .H/ 'GD /FJ' FE'J/ H (G A3B H DGH 'H 1' E*E'JD CF/ (G F*J,G 'I F13J/ *' 2E'FI CG .H'3* /.*1 .H/ 1' (G .'FG "F -61* (A13*/ /3*H1 /'/ 5/ CFJ2C '2 2J('*1JF CFJ2C'F 1' (¯E'1F/ *' 2E'FJCG 'E'E ,H'/(9) (1'I -6H1 /1 E,D3 /'E'/I H'1/ EI 4H/ (' ,'EG'I ,H'G1 F4'F '2 'H '3*B('D CFF/ CFJ2'F (G "F /3*H1 'D9ED 1A*'1 C1/F/ HDI -61* *H,GI (G "FG' FFEH/.<span lang="fa"> </span>H E1/I (H/ (G F'E «E.'1B » CG "H'2G .H'F (H/ H (1(7 FH'2 H 1J4I /1'2 /'4*. E'EHF 'H 1' 7D(J/ H '2 'H .H'3* CG *D'4 .H/ 1' ,G* E*E'JD FEH/F 'E'E (G 'EH1 E2(H1 (C'1 ¯J1/. E.'1B (G E'EHF ¯A* '¯1 '(H,9A1(9) CE*1JF 9D'BG  'I (G /FJ' /'4*G ('4/ EF (G *FG'JI EB5H/ *H 1' *'EJF EI CFE. ~3 F43* EB'(D "F -61* H "H'2 .H/ 1' (DF/ C1/ (¯HFG  'I  CG 'GD .'FG /H14 ¯1/ "E/F/ H 41H9 C1/ (G FH'.*F 9H/ H "H'2.H'FI. 3'9*I †FJF C1/ HDI /J/ -61* ,H'/(9) FG (G 3HI 'H H FG (G 1'3* H †~ .H/ GJ† *H,GI FFEH/. 3~3 31(1/'4* H 1H (G  "F E1/ C1/ H A1EH/  «'*B 'DDG J'0''D9+FHF » '2 ./' ~1H' CF  'I 1J4 /1'2 ~3 9H/ H (1(7 '2 /3* "F E1/ 'A*'/ H /3*4 '2 C'1'A*'/ *' "F CG (E1/. E'EHF '2 'H ~13J/ *H 1' †G 4/ ¯A*:HB*I CG '(H,9A1(9) A1J'/ (1C4J/ "F †F'F G1'3J/E CG G1¯2 (G -'D* 'HD ('2 F.H'GE ¯4*. 1H'J* AHB (J'F¯1 9EB *H7&G E'EHF ,G* F4'FG ¯1A*F *BH'I 'DGI 'E'E ,H'/(9) EI ('4/ CG 95E* 'DGI  'E'E ,H'/(9) FB4G G'I "F'F 1' FB4 (1 "( EI FEH/. H /1 GEJF 1'3*' 3.F /J¯1I CG '2 «'(F '(I /'H/» FBD 4/G '3* CG /1,E9 '71'AJ'F .H/ ¯A*: </font></p> <p dir="rtl" style="line-height: 150%"> <font size="2">.DJAG (G 'JF AC1 'A*'/G '3* CG '(H,9A1(9) 1' (1'I 4J9J'F H ~J1H'F4 (G 5H1* 24* H E3* F' E*9'/D "DH/G (G 971 E.5H5 2F'F  FEH/'1 CF/. F81 4E' /1 'JF ('1G †J3* "FG' EI ¯HJF/ 'JFC'1 /DJD 4J9J'F H -,* "F1' '2 (JF .H'G/ (1/ 'E' A1/I '2 EJ'F "F'F EI ¯HJ/ ,'3H3<span lang="fa"> </span> G'JI '2 EJ'F 4J9J'F (1'JE 'JF †FJF .(1"H1/G  'F/ CG 4J9J'F EI ¯HJF/ /1 G1 2E'F ('J/ -,*I 'DGI ('4/ H G1¯'G -CHE* E*916 A1/I CG †FJF EB'EI F2/ "F'F /'1/ (4H/ .H/ (G*1JF /DJD <span lang="fa">'</span>3*<span lang="fa"> </span> (1 'JFCG 'H -,* <span lang="fa"> </span>./'3*. ~3 '2 "F «'(F '(I /'H/» .(1 1' (G .DJAG EF*BD EI CF/ /1<span lang="fa"> </span>'JF GF¯'E .DJAG 'JF †FJF '8G'1 F81 EI CF/ CG «'E1H2 /1('1G 'JFG' GJ† †'1G H-JDG<span lang="fa"> </span> 'I H,H/ F/'1/. '(H,9A1 1' '0J* FCFJ/. ~3 '2 FHEJ/I '2<span lang="fa"> </span>GE1'GI 'E'E H /1.44 G1†G (J4*1 ,DHG <span lang="fa"> </span>G'I ~'CI H *BH'I 'E'E <span lang="fa"> </span>(H/ CG /4EF *5EJE (G 4G'/* 'E'E(9) 1' EI ¯J1/ 2J1' CG G1 1H2<span lang="fa"> </span>4.5J* 'E'E A1H:I A1H2'F*1 (G .HJ4 EI ¯J1/ H /DG'I E4*'B <span lang="fa"> </span>~'CI H 9A'A 1' G1†G (J4*1 (3HI .HJ4 ,0( EI CF/<span lang="fa"> </span>H 'E'E(9)<span lang="fa"> </span>.H/ (I 1:(*I H F'1'-*I .HJ4 1' '2 H69J* /1('1 H GE1'GI "F'F<span lang="fa"> </span>  '8G'1 EI /'4*. «-3JF EC'1I » EI ¯HJ/: /1 (:/'/ (1 '(H,9A1(9)<span lang="fa"> </span>H'1/ 4/E H /1 F2/ .DJAG ('FG'J* ,D'D* EI 2J3*. (' .H/ ¯A*E CG <span lang="fa"> </span>-61* ,H'/(9) (' 'JF EHB9J* CG /1 'JF,' /'1/ /J¯1 (G E/JFG <span lang="fa"> </span>(1F.H'G/ ¯4*. †HF 'JF .J'D /1 .'71 EF ¯04* /J/E 'E'E 314 1'~'JJF 'F/'.* H ~3 '2 'F/CI 31(DF/ C1/ /1 -'DI<span lang="fa"> </span> CG 1F¯ E('1C4<span lang="fa"> </span> 21/ 4/G (H/  A1EH/:<font color="#008000"> </font><font color="#008080">«'I -3JF F'F ,H (' FEC FJECH( /1 -1E<span lang="fa"> </span> 13HD<span lang="fa"> </span> ./'(5) F2/ EF (G*1 '3* '2 "F†G CG E4'G/G EI CFI. </font></font></p> <h2 dir="rtl" style="line-height: 150%"> <font size="2">(1*1I /'F4 H *AHB 9DEI </font></h2> <p dir="rtl" style="line-height: 150%"> <font size="2">/HEJF 9'ED 4G'/* 'E'E ,H'/(9) 1' EI *H'F -6H1 BHI H C'1 "E/<span lang="fa"> </span>-61* /1 5-FG <span lang="fa"> </span>G'I 9DEI H (1*1I /'F4 "F -61* (1 4E1/ 2J1' CG<span lang="fa"> </span> 'JF 'E1 F'*H'FI .DJAG 1' /1 EB'(D 'E'E ,H'/(9) CG (3J'1I <span lang="fa"> </span>.D'A* 1' -B "F'F EI /'F3*F/ (G FE'J4 EI ¯0'4*. H 69A (FJG 9DEI <span lang="fa"> </span>/'F4EF/'F /1('1I 1' G1 †G (J4*1 "4C'1 EI 3'.* CG '2 EJ'F <span lang="fa"> </span>E('-+'* E*9// -61* JCI '2 "FG' 1' (1¯2J/G H FBD EI CFJE<span lang="fa">:</span></font></p> <p dir="rtl" style="line-height: 150%"> <font size="2">«21B'F » CG (' «'(F '(I /'H/» /H3*I H 5EJEJ* /'4* EI ¯HJ/<span lang="fa"> </span>JC 1H2 '(F '(I /'H/ '2 E,D3 E9*5E ('2 ¯4*  /1 -'DI CG (G<span lang="fa"> </span> 4/* 'A31/G H :E¯JF (H/ 9D* 1' ,HJ' 4/E ¯A*: 'E1H2 "12H C1/E<span lang="fa"> </span> CG C'4 (J3* <span lang="fa"> </span>3'D ~J4 E1/G (H/E ~13J/E †1' ¯A*: (G .'71 "F†G<span lang="fa"> </span>  '2 '(H,9A1 «'E'E ,H'/(9 ») /1 E,D3 E9*5E (131E "E/. ¯A*E:<span lang="fa"> </span>,1J'F †G (H/ ¯A*: 4.5I (G 31B* '9*1'A C1/ H '2 .DJAG<span lang="fa"> </span> «E9*5E » .H'3* CG (' ',1'I CJA1 'DGI 'H 1' ~'C 3'2/. .DJAG <span lang="fa"> </span>GEG ABG' 1' ¯1/ "H1/ H E-E/ '(F 9DI «-61* ,H'/<span lang="fa">»</span>(9 ) 1' FJ2<span lang="fa"> </span>A1'.H'F/ H '2 E' ~13J/ /3* /2/ '2 C,' ('J/ B79 4H/ EF <span lang="fa"> </span>¯A*E: '2 E† /3*. ¯A*: /DJD "F †J3* ¯A*E: †HF EF8H1 '2 /3*<span lang="fa"> </span> /1 "JG *JEE «A'E3-H' (H,HGCE H 'J/JCE » <span lang="fa"> </span>5H1* H /3*G'J*'F<span lang="fa"> </span> 1' E3- CFJ/» *' E† /3* '3*. ¯1HGI '2 ABG' /1 'JF E7D( ('<span lang="fa"> </span>EF EH'AB (H/F/ H EI ¯A*F/: /3* /2/ ('J/ '2 E† B79 4H/ HDI <span lang="fa"> </span>¯1HGI /J¯1 ¯A*F/: D'2E '3* '2 "1F, B79 4H/ H †HF E9*5E /DJD<span lang="fa"> </span> "F 1' ~13J/ ¯A*F/: EF8H1 '2 /3* /1 "JG 41JAG H6H!: </font></p> <p dir="rtl" style="line-height: 150%"> <font size="2">«A':3DH' H,HGCE H 'J/JCE 'DI 'DE1'AB » 5H1*G' H /3*G'J*'F<span lang="fa"> </span> 1' *' "1F,<span lang="fa"> </span> (4HJJ/. *' "1F, '3*. "F¯'G E9*5E 1H (G E-E/ '(F<span lang="fa"> </span>  9DI 'E'E ,H'/(9) C1/ H ~13J/: F81 4E' /1 'JF E3'DG †J3* </font></p> <p dir="rtl" style="line-height: 150%"> <font size="2">¯A*: 'JFG' F81 /'/F/  E1' E9'A (/'1. E9*5E '51'1 C1/ H B3E<span lang="fa"> </span> /'/ CG ('J/ F81*'F 1' (¯HJJ/. E-E/ (F 9DI (9) ¯A*: †HF B3E <span lang="fa"> </span>/'/I F81E 1' EI ¯HJE. 'JFG' /1 '4*('G <span lang="fa"> </span>'F/. 2J1' AB7 'F¯4*'F <span lang="fa"> </span>/2/ ('J/ B79 4H/ H (BJG /3* <span lang="fa"> </span>('J/ ('BI (E'F/. E9*5E ¯A*: (G<span lang="fa"> </span> †G /DJD </font></p> <p dir="rtl" style="line-height: 150%"> <font size="2">¯A*: 2J1' 13HD ./'(5) A1EH/: 3,/G (1 GA* 96H (/F *-BB<span lang="fa"> </span> EI ~0J1/. (F'(1'JF '¯1 /3* /2/ '2 E† J' "1F, B79 4H/ /3*I <span lang="fa"> </span>(1'I 'H FEI E'F/ *' 3,/G FE'2 1' (G ,' "H1/ H FJ2 ./'I E*9'D <span lang="fa"> </span>EI A1E'J/: «H 'F 'DE3',/ DDG AD' */9H' E9 'DDG '-/'» 3,/G <span lang="fa"> </span>¯'GG' '2 "F ./'3*. ~3 GJ† C3 1' GE1'G (' ./' E.H'FJ/. '(F <span lang="fa"> </span>'(I /'H/ EI ¯HJ/: E9*5E ,H'( E-E/ (F 9DI 1' ~3F/J/ /3*H1 /'/<span lang="fa"> </span>'F¯4*'F /2/ 1' B79 CFF/ H EF GE'F,' "12HI E1¯ C1/E. ~3 '23G 1H2 '(F '(I /'H/ (G -6H1 E9*5E EI 13/ H EI ¯HJ/: (G E9*5E <span lang="fa"> </span>¯A*E .J1.H'GI (1'I 'EJ1'DEHEFJF (1 EF H',( '3* H EF /1 'JF <span lang="fa"> </span> ,G* <span lang="fa"> </span>3.FI EI ¯HJE CG EI /'FE (' "F (G "*4 ,GFE EI 'A*E. E9*5E<span lang="fa"> </span> ¯A* "F 3.F †J3* ¯A*E: </font></p> <p dir="rtl" style="line-height: 150%"> <font size="2">†¯HFG 'EJ1'DEHEFJF (1'I 'E1I '2 'EH1 /JFI CG '*A'B 'A*'/G<span lang="fa"> </span> '3*<span lang="fa"> </span> (G .'71 ¯A*G E1/I CG FJEI '2 E1/E (G 'E'E* 'H E9*B/F/ H<span lang="fa"> </span>'/9' EI CFF/ 'H '2 'EJ1'DEHEFJF 4'J3*G <span lang="fa"> </span>*1 (G EB'E 'H3*  *E'EI<span lang="fa"> </span> 3.F'F "F 9DE'! H ABG' 1' 1G' C1/G H (G -CE "F E1/ -CE C1/ </font> </p> <p dir="rtl" style="line-height: 150%"> <font size="2">~3 1F¯ E9*5E *:JJ1 C1/ H E*H,G G4/'1 EF 4/ H ¯A*: ./' 1' /1<span lang="fa"> </span>(1'(1 'JF .J1.H'GJ* <span lang="fa"> </span>(G *H ~'/'4 FJC 97' CF/ H ~3 '2 "F (H/<span lang="fa"> </span>CG *5EJE (G 4G'/* 'E'E (9) ¯1A*. </font></p> <h2 dir="rtl" style="line-height: 150%"> <font size="2">(21¯/'4* FG6*<span lang="fa"> </span>G'I 4J9I </font></h2> <p dir="rtl" style="line-height: 150%"> <font size="2">-3JF (F 9DI E4GH1 (G 4GJ/ A. FH'/G -61* E,*(I(9) /1 2E'F J<span lang="fa"> </span>CI '2 .DA'I (FI 9('3 (G F'E G'/I 9('3I BJ'E C1/. J'/ H F'E <span lang="fa"> </span>'H 3F/I (1 E-CHEJ* <span lang="fa"> </span>(FI 9('3 *DBI EI 4/ H -E'3G FG6*<span lang="fa"> </span>G'I 4J9I<span lang="fa"> </span>  9DJG .DA'I 9('3I 1' /1 .'71G<span lang="fa"> </span> G' *,/J/ EJ<span lang="fa"> </span>FEH/. </font></p> <p dir="rtl" style="line-height: 150%"> <font size="2">/1 -E'J* '2'JF 4GJ/ 'FBD'(I 1H'J*I FJ2 '2 'E'E ,H'/(9) EI .H'FJE: «~3<span lang="fa"> </span>  '2 A',9G C1(D' GJ† A',9G<span lang="fa"> </span> 'I (1'I E' (21¯*1 '2 A',9G A. F(H/G<span lang="fa"> </span> '3*.» JCI '2 FHJ3F/¯'F /1 -CE* FB4 'F¯4*1I 'E'E ,H'/(9)<span lang="fa"> </span>«F9E<span lang="fa"> </span> 'DB'/1 'DDG » EI FHJ3/: (9/ '2 "F CG «E'EHF » GEG <span lang="fa"> </span>'FBD'(G' 1' 31CH( FEH/G H *E'EI 5/'G' 1' .AG C1/. 7(J9I (H/<span lang="fa"> </span>CG E'EHF H 9('3J'F H J'1'F4'F '-3'3 CFF/ CG (G FG'J* <span lang="fa"> </span>"1H2J4'F 13J/G H (G '124EF/*1JF "1E'FG'J4'F CG 9('1* (H/ '2<span lang="fa"> </span>E-CE 3'.*F ~'JG <span lang="fa"> </span>G'I -CHE* H 3D7F*4'F (G 7H1I CG /J¯1 GJ† <span lang="fa"> </span>FJ1HJI *H'F 'J3*'/F /1 (1'(1 ,(1H* H 31C4I "F'F F/'4*G '4/<span lang="fa"> </span>/3* <span lang="fa"> </span>J'A*G <span lang="fa"> </span>'F/ HDI EI (JFJE CG (9/ '2 'JF GEG  FB4 'F¯4*1I<span lang="fa"> </span> 'E'E ,H'/(9) /1 (1'(1 *E'EI *5H1'* "F'F B/ 9DE EI CF/ H<span lang="fa"> </span> *E'EI E8'G1 H 31C4I H 3*E "F'F 1' E-CHE EI CF/ "F FB4 'JF <span lang="fa"> </span>,EDG '3* <font color="#008080"> «F9E 'DB'/1<span lang="fa"> </span>'DDG »</font> †G FJCH *H'FEF/I '3*<span lang="fa"> </span> ./'. H /1 'JF 1'3*'3* CG E9*5E ~3 '2 'JF CG '2 E1/E (J9* <span lang="fa"> </span>(1'I<span lang="fa"> </span> .H/ ¯1A* ,HJ'I -'D 'E'E ,H'/(9) 4/ H /3*H1 /'/ CG 'E'E <span lang="fa"> </span> ,H'/(9) H GE314 'E 'DA6D 1' (G (:/'/ A1' .H'FF/. 2J1' CG<span lang="fa"> </span>  -6H1 H F'E H J'/ "F (21¯H'1 -E'3G ,G'/ H ~1†E "2'/¯I H 92*<span lang="fa"> </span> 'JE'F '3* H ,DHG 'E'E* H H5'J*4 EG1 ('7DI '3*<span lang="fa"> </span> (1 .D'A*<span lang="fa"> </span>G'I<span lang="fa"> </span> ('7D (FI 9('3. </font></p> <p dir="rtl" style="line-height: 150%"> <font size="2" color="#008080">/1H/ H 3D'E H 5DH'* ./' (1 ,H'/ 'D'&EG(9) "F GF¯'E CG ('<span lang="fa"> </span> EJD'/4 ,DHG 2J('I E('1C *1JF EHDH/ 1' 1BE 2/ H "F GF¯'E CG ('B'E* 2J('I 'E'E* <span lang="fa"> </span>.HJ4 BJ'E*I '2 4CHG H ,D'D H 98E* 'DGI 1'<span lang="fa"> </span>E*,DI 3'.* H "F 2E'F CG /1 ".1 0I B9/G 3'D 220 G,1I /J/G '2,G'F A1H (3* H (' :1H( :E¯F'FG H 'A*.'1 "A1JF .HJ4 *,DI (.4 <span lang="fa"> </span></font> <font size="2" color="#FF0000">"J'* ,G'/ H 4G'/*</font><font size="2" color="#008080"> ¯4*. </font> </td> <td width="6" background="../images/center_right.gif" align="justify" dir="rtl">&nbsp;</td> <td width="5" align="justify" dir="rtl">&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;</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"> <p align="center"><font size="2">EF(9: 'E'E ,H'/(9) H 1'2 4G'/* </font></p> <h3 align="center"> <span style="font-weight: 400"> <font size="2"><span lang="fa">FHÌ3F/G: </span>9('3 CH+1I </font></span></h3> </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"> <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="mahdaviyat.htm" style="text-decoration: none"> <font color="#0000FF">A1GF¯ EG/HJ*</font></a></font></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="100%" bordercolor="#3C9DFF"> <tr> <td background="../images/back1button.gif"> <p align="center" dir="rtl"> <span lang="fa"> <a style="text-decoration: none" href="../rahbari/main.htm"> <font size="2" color="#0000FF">/1 E-61 HD'Ì*</font></a></span></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="100%" bordercolor="#3C9DFF" height="9"> <tr> <td background="../images/back1button.gif" height="7"> <p align="center"> <font size="2"> <a href="../asnad/asnad%20-%20main.htm" style="text-decoration: none"> <font color="#0000FF">E1©2 '3F'/ *'1J.Ì</font></a></font></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="100%" bordercolor="#3C9DFF"> <tr> <td background="../images/back1button.gif"> <p align="center" dir="rtl"> <a href="../akhbare%20damghan/main.htm" style="text-decoration: none"> <font size="2" color="#0000FF">'.('1 /'E:'F</font></a></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="101%" bordercolor="#3C9DFF"> <tr> <td background="../images/back1button.gif"> <p align="center" dir="rtl"> <span lang="fa"> <font size="2" color="#0000FF"> '<a href="../Damghan/asare%20tarikhi.htm" style="text-decoration: none"><font color="#0000FF">E'©F *'1J.Ì</font></a></font></span></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="100%" background="../images/back1button.gif" bordercolor="#3C9DFF"> <tr> <td> <p align="center"> <span lang="fa"> <font size="2" color="#0000FF"> <a href="../Damghan/goyesh%20damghani.htm" style="text-decoration: none"><font color="#0000FF"> ¯HJ4 /'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%" background="../images/back1button.gif" bordercolor="#3C9DFF"> <tr> <td> <p align="center" dir="rtl"> <a href="../tasavir/maine0.htm" style="text-decoration: none"><font size="2" color="#0000FF">"D(HE 9©3</font></a></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="100%" background="../images/back1button.gif" bordercolor="#3C9DFF"> <tr> <td> <p align="center"> <span lang="fa"> <a href="../Tarjomeh/Main.htm" style="text-decoration: none"> <font size="2" color="#0000FF">&nbsp;</font></a><font size="2" color="#0000FF"><a href="../Damghan/amakenn%20mazhabi.htm" style="text-decoration: none"><font color="#0000FF">'E'©F E0G(Ì</font></a></font></span></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="100%" background="../images/back1button.gif" bordercolor="#3C9DFF"> <tr> <td> <p align="center"> <span lang="fa"> <a style="text-decoration: none" href="shohadaye%20rohani.htm"> <font size="2" color="#0000FF">Ì'1'F 4G1 Ì'1</font></a></span></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="100%" background="../images/back1button.gif" bordercolor="#3C9DFF"> <tr> <td> <p align="center"> <a style="text-decoration: none" href="../mashahir/main.htm"><font size="2" color="#0000FF"> E4'GÌ1 /'E:'F</font></a></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="100%" background="../images/back1button.gif" bordercolor="#3C9DFF"> <tr> <td> <p align="center"> <a href="../ozviyat/main1.htm" style="text-decoration: none"><span lang="fa"><font size="2" color="#0000FF">96HJ*</font></span></a></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#3C9DFF" width="100%" bgcolor="#3C9DFF" background="../images/back1button.gif"> <tr> <td width="100%" bordercolor="#FFFFFF" bgcolor="#FFFFFF" background="../images/back1button.gif"> <p align="center" style="margin-top: 0; margin-bottom: 0"> <font size="2" color="#0000FF"> <a href="../matbooat/Main.htm" style="text-decoration: none"><font color="#0000FF">E7(H9'*</font></a></font></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" style="border-collapse: collapse" width="100%" background="../images/back1button.gif" bordercolor="#3C9DFF"> <tr> <td> <p align="center"> <span lang="fa"> <a style="text-decoration: none" href="../Faaliyatha/Farhangi/Main.htm"><font size="2" color="#0000FF">A9'DJ*G'</font></a></span></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> <tr> <td width="13">&nbsp;</td> <td> <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#3C9DFF" width="100%" bgcolor="#3C9DFF" background="../images/back1button.gif"> <tr> <td width="100%" bordercolor="#FFFFFF" bgcolor="#FFFFFF" background="../images/back1button.gif"> <p align="center" style="margin-top: 0; margin-bottom: 0"> <font size="2" color="#0000FF"> <a href="../sargarmiha/danestaniha.htm" style="text-decoration: none"><font color="#0000FF"> 31¯1EÌ</font></a></font></td> </tr> </table> </td> <td width="13">&nbsp;</td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="4"> <tr> <td width="100%" height="4"> <p align="center"> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="19"> <tr> <td width="100%" background="../images/backheadcenter.gif" dir="rtl" valign="top" height="19"> <p style="margin-top: 0; margin-bottom: 0"> <font size="2" color="#FFFFFF">&gt; *(DJ:'*</font></td> </tr> </table> <table border="0" style="border-collapse: collapse" width="100%" height="35"> <tr> <td> <p align="center"> <object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="158" height="44"> <param name="movie" value="../images/javaninter.swf"> <param name="quality" value="High"> <param name="_cx" value="4180"> <param name="_cy" value="1164"> <param name="FlashVars" value> <param name="Src" value="../images/javaninter.swf"> <param name="WMode" value="Window"> <param name="Play" value="-1"> <param name="Loop" value="-1"> <param name="SAlign" value> <param name="Menu" value="-1"> <param name="Base" value> <param name="AllowScriptAccess" value="always"> <param name="Scale" value="ShowAll"> <param name="DeviceFont" value="0"> <param name="EmbedMovie" value="0"> <param name="BGColor" value> <param name="SWRemote" value> <param name="MovieData" value> <param name="SeamlessTabbing" value="1"> <embed src="../images/javaninter.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="158" height="44" quality="High"></object> </td> </tr> </table> <table border="0" style="border-collapse: collapse" width="100%"> <tr> <td><hr></td> </tr> </table> <table border="0" style="border-collapse: collapse" width="100%" height="32"> <tr> <td> <p align="center"> <object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj2" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="158" height="42"> <param name="movie" value="../images/shabahang.swf"> <param name="quality" value="High"> <param name="_cx" value="4180"> <param name="_cy" value="1111"> <param name="FlashVars" value> <param name="Src" value="../images/shabahang.swf"> <param name="WMode" value="Window"> <param name="Play" value="-1"> <param name="Loop" value="-1"> <param name="SAlign" value> <param name="Menu" value="-1"> <param name="Base" value> <param name="AllowScriptAccess" value="always"> <param name="Scale" value="ShowAll"> <param name="DeviceFont" value="0"> <param name="EmbedMovie" value="0"> <param name="BGColor" value> <param name="SWRemote" value> <param name="MovieData" value> <param name="SeamlessTabbing" value="1"> <embed src="../images/shabahang.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj2" width="158" height="42" quality="High"></object> </td> </tr> </table> <table border="0" style="border-collapse: collapse" width="100%"> <tr> <td><hr></td> </tr> </table> <table border="0" style="border-collapse: collapse" width="100%" height="15"> <tr> <td dir="rtl" valign="top"> <p align="center"> <font size="2" color="#006BD7">3A'14 *(DJ:'*:</font></td> </tr> <tr> <td dir="rtl" valign="top"> <p align="center"> <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="2634"> <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="1871"> &nbsp;</td> </tr> <tr> <td height="24"> <font face="Tahoma" size="2" color="#FFFF00"> <iframe name=I1 src='http://stats.netsups.com/counter.asp?id=462197351&cnum=001fa&ref=" + document.referrer + "' align=center frameborder=0 scrolling=no width=151 height=12 marginheight=0 marginwidth=0></iframe> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> <td width="5" background="../images/line-right1.gif" height="1">&nbsp;</td> </tr> </table> </td> </tr> <tr> <td height="28" width="769" background="../images/line-down.gif"> <p align="center" style="margin-top: 2; margin-bottom: 0"> <font size="1" face="Arial">copy right © 2000-2010 <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<font color="#FFFFFF"> </font><span lang="en-us"><a style="text-decoration: none" href="mailto:tarikhaneh2002@yahoo.com?subject=from site"> <font color="#FFFFFF">tarikhaneh</font></a></span></font></td> </tr> </table> </td> </tr> </table> </body> </html>