ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- saved from url=(0034)http://www.cityofseattle.net/fire/ --> <HTML><HEAD> <meta http-equiv="Content-Language" content="fa"> <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <STYLE type=text/css>.pan_text { DISPLAY: block; PADDING-LEFT: 2px; FONT-WEIGHT: bold! important; FONT-SIZE: 11px! important; PADDING-BOTTOM: 2px; COLOR: #666666! important; PADDING-TOP: 2px; FONT-FAMILY: arial, verdana! important; LETTER-SPACING: normal! important; TEXT-DECORATION: none! important } pan_text A { DISPLAY: block; PADDING-LEFT: 2px; FONT-WEIGHT: bold! important; FONT-SIZE: 11px! important; PADDING-BOTTOM: 2px; COLOR: #666666! important; PADDING-TOP: 2px; FONT-FAMILY: arial, verdana! important; LETTER-SPACING: normal! important; TEXT-DECORATION: none! important } .menuCont .options { BORDER-LEFT: #333333 1px solid; BACKGROUND-COLOR: #e9e9e9 } .menu A { DISPLAY: block; PADDING-LEFT: 2px; FONT-WEIGHT: bold; FONT-SIZE: 11px! important; PADDING-BOTTOM: 2px; COLOR: #666666; PADDING-TOP: 2px; BORDER-BOTTOM: #333333 1px solid; FONT-FAMILY: arial, verdana! important; TEXT-DECORATION: none; layer-background-color: #203945 } .menu A:hover { PADDING-LEFT: 2px! important; FONT-WEIGHT: normal! important; FONT-SIZE: 11px! important; PADDING-BOTTOM: 2px! important; COLOR: #000000; PADDING-TOP: 2px! important; BACKGROUND-COLOR: #adcfeb; TEXT-DECORATION: none! important; layer-background-color: #99CCFF } </STYLE> <TITLE>F.3*ÌF H( 3'Ì* *.55Ì E('12G (' EH'/ E./1 /1 '3*'F 3EF'F ::: 1G@@@' FÌ@H2 ::: </TITLE> <META http-equiv=Content-Type content="text/html; charset=unicode"> <META content="fire,fire fighting,firefighting,fire fighter,firefighter" name=keywords> <META content="Seattle Fire Department Online." name=description> <STYLE>.awmAnchor { POSITION: relative } </STYLE> <LINK href="Seattle Fire Department_files/fontStyles.css" type=text/css </HEAD> <script language="JavaScript" fptype="dynamicanimation"> <!-- function dynAnimation() {} function clickSwapImg() {} //--> </script> <script language="JavaScript1.2" fptype="dynamicanimation" src="../animate.js"> </script> <BODY bgColor=#6382B7 leftMargin=0 topMargin=0 marginheight="0" marginwidth="0" bgproperties="fixed" onload="dynAnimation()"> <DIV align=center> <CENTER> <TABLE cellSpacing=0 cellPadding=0 width=775 border=0 height="308"> <TBODY> <TR> <TD width=775 colSpan=2 height="1"><A name=TOP><NOINDEX> <SCRIPT language=javascript> var _menus = [new ypSlideOutMenu("dept", "down", rePosx(), rePosy(), 190, 200, null)] document.write('<style type="text/css">' + ypSlideOutMenu.styleMod + '</style>'); for (var i = 0; i < _menus.length; i++) { _menus[i].onactivate = new Function("document.getElementById('act" + i + "').className='active';"); _menus[i].ondeactivate = new Function("document.getElementById('act" + i + "').className='';"); } </SCRIPT> </NOINDEX></A></TD></TR> <TR> <TD width=775 colSpan=2 height="67"> <TABLE cellSpacing=0 cellPadding=0 width="783" border=0> <TBODY> <TR> <TD width="779" dir="rtl"> <img border="0" src="imags/baner.jpg" width="782" height="84"></TD> </TR> </TBODY></TABLE></TD></TR> <TR> <TD vAlign=top width=102 height="1"> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="132%" id="AutoNumber36" background="imags/search_buffer.gif"> <tr> <td width="100%" bgcolor="#C7C6D3"> <p align="left"><font size="2">&nbsp;<!--Free Javascript Source From http://www.js4ir.com : [javascript4ir@gmail.com],[js4ir@yahoo.com]--> <!--<html>--> <!--<head>--> <!--</head>--> <!--<body>--> <SCRIPT language="javascript" link="www.js4ir.com"> function showdate() { week= new Array("&#1610;&#1603;&#1588;&#1606;&#1576;&#1607;","&#1583;&#1608;&#1588;&#1606;&#1576;&#1607;","&#1587;&#1607; &#1588;&#1606;&#1576;&#1607;","&#1670;&#1607;&#1575;&#1585;&#1588;&#1606;&#1576;&#1607;","&#1662;&#1606;&#1580; &#1588;&#1606;&#1576;&#1607;","&#1580;&#1605;&#1593;&#1607;","&#1588;&#1606;&#1576;&#1607;") months = new Array("&#1601;&#1585;&#1608;&#1585;&#1583;&#1610;&#1606;","&#1575;&#1585;&#1583;&#1610;&#1576;&#1607;&#1588;&#1578;","&#1582;&#1585;&#1583;&#1575;&#1583;","&#1578;&#1610;&#1585;","&#1605;&#1585;&#1583;&#1575;&#1583;","&#1588;&#1607;&#1585;&#1610;&#1608;&#1585;","&#1605;&#1607;&#1585;","&#1570;&#1576;&#1575;&#1606;","&#1570;&#1584;&#1585;","&#1583;&#1740;","&#1576;&#1607;&#1605;&#1606;","&#1575;&#1587;&#1601;&#1606;&#1583;"); a = new Date(); d= a.getDay(); day= a.getDate(); month = a.getMonth()+1; year= a.getYear(); year = (year== 0)?2000:year; (year<1000)? (year += 2000):true; year -= ( (month < 3) || ((month == 3) && (day < 21)) )? 622:621; switch (month) { case 1: (day<21)? (month=10, day+=10):(month=11, day-=20); break; case 2: (day<20)? (month=11, day+=11):(month=12, day-=19); break; case 3: (day<21)? (month=12, day+=9):(month=1, day-=20); break; case 4: (day<21)? (month=1, day+=11):(month=2, day-=20); break; case 5: case 6: (day<22)? (month-=3, day+=10):(month-=2, day-=21); break; case 7: case 8: case 9: (day<23)? (month-=3, day+=9):(month-=2, day-=22); break; case 10:(day<23)? (month=7, day+=8):(month=8, day-=22); break; case 11: case 12:(day<22)? (month-=3, day+=9):(month-=2, day-=21); break; default: break; } document.write(week[d]+" "+day+" "+months[month-1]+" "+ year); } </SCRIPT> <SCRIPT>showdate()</SCRIPT> <!--</body>--> <!--</html>--> <!--/Free Javascript Source From http://www.js4ir.com : [javascript4ir@gmail.com],[js4ir@yahoo.com]--> </font></td> </tr> </table> </TD> <TD width=673 background="Seattle Fire Department_files/titleBG.gif" bgcolor="#CCFFCC" height="1"> <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" id="AutoNumber34" bgcolor="#DDEEEE"> <tr> <td width="100%"> <p align="center"><font size="2"> <marquee onmouseover="this.stop()" onmouseout="this.start()" scrollAmount="2" scrollDelay="100" width="533" bgColor="#DDEEEE" height="13" align="center" direction="right" style="font-family: Tahoma; font-size: 1em">'9*J'/ J9FÌ .H¯1A*F H H'(3*G 4/F ,3EÌ  1H'FÌ H 95(Ì A1/ (G EH'/ E./1 CG *1C J' A1'1 '2 "F F'EECF H J' (3J'1 E4CD '3*</marquee></font></td> </tr> </table> </TD></TR> <TR> <TD vAlign=top width=102 background="Seattle Fire Department_files/menuBG.jpg" height="135"> <table border="1" cellspacing="1" width="128%" id="AutoNumber70" height="14"> <tr> <td width="100%" height="19" bgcolor="#E7E7E7"> <p align="center"> <img border="0" src="imags/sitahaye-mortabet.jpg" width="118" height="14" align="right"></td> </tr> <tr> <td width="100%" height="19"> <p align="center"> <a href="http://www.khamenei.ir"> <img border="0" src="imags/agha.jpg" width="124" height="70"></a></td> </tr> <tr> <td width="100%" height="19"> <p align="center"><a href="http://www.president.ir"> <object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj9" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="114" height="70" align="center"> <param name="movie" value="imags/Image11647.swf"> <param name="quality" value="High"> <param name="_cx" value="3016"> <param name="_cy" value="1852"> <param name="Src" value="imags/Image11647.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="Scale" value="ShowAll"> <param name="DeviceFont" value="0"> <param name="EmbedMovie" value="0"> <param name="BGColor" value> <param name="SWRemote" value> <param name="FlashVars" value> <param name="AllowScriptAccess" value="always"> <param name="MovieData" value> <param name="SeamlessTabbing" value="1"> <embed src="file:///D:/Documents%20and%20Settings/shahab/Desktop/images/javaninter.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="158" height="44" quality="High"></object> </a></td> </tr> <tr> <td width="100%" height="19"> <a href="http://www.dchq.ir"> <img border="0" src="imags/setad.jpg" width="124" height="72"></a></td> </tr> <tr> <td width="100%" height="19"> <a href="http://www.police.ir"> <img border="0" src="imags/naja.jpg" width="124" height="70"></a></td> </tr> <tr> <td width="100%" height="19"><a href="http://www.ostan-sm.ir"> <img border="0" src="imags/semnan1.jpg" width="124" height="71"></a></td> </tr> <tr> <td width="100%" height="1"> <a href="http://www.spyc.ir"> <img border="0" src="imags/moshaverjavan.jpg" width="124" height="72"></a></td> </tr> <tr> <td width="100%" height="1"> <a href="http://www.tarikhaneh.com/"> <img border="0" src="imags/tarikhaneh.jpg" width="124" height="72"></a></td> </tr> <tr> <td width="100%" height="1" bgcolor="#27378E"> <p align="center"> <a href="http://petitiononline.com/77648490/petition.html"> <object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj8" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="109" height="79"> <param name="movie" value="imags/23.swf"> <param name="quality" value="High"> <param name="_cx" value="2963"> <param name="_cy" value="3916"> <param name="Src" value="imags/23.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="Scale" value="ShowAll"> <param name="DeviceFont" value="-1"> <param name="EmbedMovie" value="-1"> <param name="BGColor" value> <param name="SWRemote" value> <param name="FlashVars" value> <param name="AllowScriptAccess" value="always"> <param name="MovieData" value> <param name="SeamlessTabbing" value="1"> <embed src="file:///D:/Documents%20and%20Settings/shahab/Desktop/images/javaninter.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="158" height="44" quality="High"></object> </a></td> </tr> <tr> <td width="100%" height="1"> </td> </tr> <tr> <td width="100%" height="1"> <font size="2" color="#FFFFFF"> <marquee onmouseover="this.stop()" onmouseout="this.start()" scrollAmount="2" scrollDelay="100" width="124" bgColor="#6382B7" height="13" align="center" direction="right" style="font-family: Tahoma; font-size: 1em">(G F.3*ÌF ~'̯'G '7D'9 13'FÌ E('12G (' EH'/ E./1 /1 '3*'F 3EF'F .H4 "E/Ì/</marquee></font></td> </tr> </table> </TD> <TD align=top width=673 bgColor=#ffffff height="135"> <TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#ffffff border=0 height="1"><TBODY> <TR> <TD vAlign=top width="74%" height="1"> <TABLE cellSpacing=0 cellPadding=0 width="99%" bgColor=#ffffff border=0 height="36"> <TBODY> <TR> <TD class=regtext align=top width="100%" height="1"> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber37" height="18"> <tr> <td width="100%" height="178" align="right" dir="rtl"> <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber48" height="206"> <tr> <td width="100%" height="206"> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber49" height="470"> <tr> <td width="100%" height="36"> <p align="center" dir="rtl"> <img border="0" src="imags/akhbar.jpg" width="470" height="43"></td> </tr> <tr> <td width="100%" height="434"> <table border="1" cellspacing="1" width="100%" id="AutoNumber69" height="1"> <tr> <td width="23%" height="11" bgcolor="#E9E9E9"> <p align="center"> <img border="0" src="imags/parcham90.jpg" width="100" height="78"></td> <td width="77%" height="11" bgcolor="#E9E9E9"> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%"> <tr> <td width="100%" dir="rtl"> <img border="0" src="imags/NEW2.gif" width="8" height="8"> <span id="Label178"> <font face="Arial"> <span style="font-weight: 700; "> <span class="title"> <a href="akhbar/khabar239.htm" style="text-decoration: none"> 'J1'F /'1'J ,'J¯'G HJ˜G 'J /1 2EJFG E('12G (' EH'/ E./1 '3*</a></span></span></font></span></td> </tr> <tr> <td width="100%"> <p align="justify"> <font size="2" face="Tahoma"> <span id="Label179" style="DISPLAY: inline-block; "> 1ÌÌ3 3'2E'F A/1'D E('12G (' B'†'B EH'/ E./1 1H3ÌG (' '4'1G (G 3Ì'3*G'Ì ~̯Ì1Ì 'Ì1'F /1 E('12G (Ì 'E'F (' EH'/ E./1 '9D'E ©1/: ,EGH1Ì '3D'EÌ 'Ì1'F /1 F2/ 1H3ÌG '2<span lang="en-us">...</span></span></font></td> </tr> </table> </td> </tr> <tr> <td width="23%" height="11" bgcolor="#FFFFFF"> <p align="center"> <img border="0" src="imags/Dr90-1.jpg" width="97" height="78"></td> <td width="77%" height="11" bgcolor="#FFFFFF"> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%"> <tr> <td width="100%" dir="rtl"> <img border="0" src="imags/NEW2.gif" width="8" height="8"> <span id="Label175"> <font face="Arial"> <span style="font-weight: 700; "> <span class="title"> <a href="akhbar/khabar238.htm" style="text-decoration: none"> /1E'F '9*J'/ ('J/ /1 1#3 (1F'EG G'J 3D'E* B1'1 ¯J1/</a></span></span></font></span></td> </tr> <tr> <td width="100%"> <p align="justify"> <font size="2" face="Tahoma"> <span id="Label176" style="DISPLAY: inline-block; "> 1ÌÌ3 E1©2 *-BÌB'* EHD©HDÌ H 3DHDÌ /'F4¯'G *G1'F *'©Ì/ ©1/: /1E'F '9*Ì'/ ('Ì/ /1 1#3 (1F'EG G'Ì F8'E 3D'E* ©4H1 B1'1 ¯Ì1/. </span> </font> <span id="Label177" style="DISPLAY: inline-block; "> <font size="2" face="Tahoma">(G ¯2'14 1H'(7 9EHEÌ 3*'/ E('12G (' EH'/ E./1...</font></span></td> </tr> </table> </td> </tr> <tr> <td width="23%" height="11" bgcolor="#E9E9E9"> <p align="center"> <img border="0" src="imags/shahroud1.jpg" width="97" height="78"></td> <td width="77%" height="11" bgcolor="#E9E9E9"> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%"> <tr> <td width="100%" dir="rtl"> <img border="0" src="imags/NEW2.gif" width="8" height="8"> <span id="Label174"> <font face="Arial"> <span style="font-weight: 700; "> <span class="title"> <a href="akhbar/khabar236.htm" style="text-decoration: none"> ¯H,G A1F¯J G'J *1J'CJ (G EB5/ F13J/</a></span></span></font></span></td> </tr> <tr> <td width="100%"> <p align="justify"> <font size="2" face="Tahoma"> <span style="display: inline-block" id="Label173"> A1E'F/G 'F*8'EJ '3*'F 3EF'F '2 *HBJA H C4A E-EHDG 70 CJDHJJ EH'/ E./1 /1 B'D( -ED ('1 ¯H,G A1F¯J .(1 /'/. (G ¯2'14 ~'J¯'G '7D'9 13'FJ ~DJ3...</span></font></td> </tr> </table> </td> </tr> <tr> <td width="23%" height="11" bgcolor="#FFFFFF"> <p align="center"> <img border="0" src="imags/sigar-ghachagh.jpg" width="97" height="78"></td> <td width="77%" height="11" bgcolor="#FFFFFF"> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%"> <tr> <td width="100%" dir="rtl"> <img border="0" src="imags/NEW2.gif" width="8" height="8"> <span id="Label172"> <font face="Arial"> <span style="font-weight: 700; "> <span class="title"> <a href="akhbar/khabar233.htm" style="text-decoration: none"> C4A 390 G2'1 F. 3J¯'1 B'†'B /1 3EF'F</a></span></span></font></span></td> </tr> <tr> <td width="100%"> <p align="justify"> <font size="2" face="Tahoma"> <span id="Label173" style="DISPLAY: inline-block; "> E'EH1'F 'F*8'EJ 4G13*'F 3EF'F (' *HBJA J© /3*¯'G ©'EJHF* 390 G2'1 F. 'FH'9 3J¯'1 B'†'B 1' ©4A ©1/F/ . (G ¯2'14 ~'J¯'G '7D'9 13'FJ ~DJ3  A1E'F/G 'F*8'EJ...</span></font></td> </tr> </table> </td> </tr> <tr> <td width="23%" height="11" bgcolor="#E9E9E9"> <p align="center"> <img border="0" src="imags/1235816528big.jpg" width="97" height="78"></td> <td width="77%" height="11" bgcolor="#E9E9E9"> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="37"> <tr> <td width="100%" height="18" dir="rtl"> <img border="0" src="imags/NEW2.gif" width="8" height="8"> <span id="Label169"> <font face="Arial"> <span style="font-weight: 700; "> <span class="title"> <a href="akhbar/khabar232.htm" style="text-decoration: none"> (1¯2'1J 3HEJF ,D3G CEJ*G EB'(DG 4H1'J GE'GF¯J 3EF'F</a></span></span></font></span></td> </tr> <tr> <td width="100%" height="19"> <p align="justify"> <font size="2" face="Tahoma"> <span id="Label170" style="DISPLAY: inline-block; "> 3HEJF ,D3G CEJ*G EB'(DG (' H1H/ H 916G 4H1'J GE'GF¯J E('12G (' EH'/ E./1 '3*'F (' -6H1 ,F'( "B'J '3D'EJ 1'/  E/J1CD 'EFJ*J 'F*8'EJ '3*'F/'1J 3EF'F H...</span></font></td> </tr> </table> </td> </tr> <tr> <td width="23%" height="11" bgcolor="#FFFFFF"> <p align="center"> <img border="0" src="imags/raha33.jpg" width="102" height="78"></td> <td width="77%" height="11" bgcolor="#FFFFFF"> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%"> <tr> <td width="100%" dir="rtl"> <img border="0" src="imags/NEW2.gif" width="8" height="8"> <span id="Label2"> <font face="Arial"> <span style="font-weight: 700; "> <span class="title"> <a href="akhbar/khabar235.htm" style="text-decoration: none"> (1¯2'1J ,D3G 4H1'J A19J E('12G (' EH'/ E./1 /'E:'F</a></span></span></font></span></td> </tr> <tr> <td width="100%"> <p align="justify"><font face="Tahoma"> <span id="Label171" style="DISPLAY: inline-block; "> <span id="bodyHolder_newstextDetail_nwstxtInfoPane"> <font size="2">E/Ì1 "EH24 H ~1H14 4G13*'F /'E:'F ¯A*: 9D* G4*'/ /15/ '2 E9*'/ 4/F /'F4 "EH2'F /'4*F /H3*'F (/ H F43* H (1.H'3* G'Ì "FG' '3*. </font></span> <font size="2"> <span id="bodyHolder_newstextDetail_nwstxtBodyPane"> (G ¯2'14 .(1¯2'1Ì A'13...</span></font></span></font></td> </tr> </table> </td> </tr> <tr> <td width="23%" height="11" bgcolor="#E9E9E9"> <p align="center"> <img border="0" src="imags/raha35.jpg" width="97" height="78"></td> <td width="77%" height="11" bgcolor="#E9E9E9"> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%"> <tr> <td width="100%" dir="rtl"> <img border="0" src="imags/NEW2.gif" width="8" height="8"> <span id="Label166"> <font face="Arial"> <span style="font-weight: 700; "> <span class="title"> <a href="akhbar/khabar234.htm" style="text-decoration: none">('2/J/ /'F4,HJ'F '2 /(J1.'FG 4H1'J GE'GF¯J '3*'F 3EF'F</a></span></span></font></span></td> </tr> <tr> <td width="100%"> <p align="justify"> <strong style="font-weight: 400"> <span id="Label167" style="DISPLAY: inline-block; "> <font face="Tahoma" size="2"> <span id="Label168" style="display: inline-block"> /1 1H2 ~F,4F(G EH1. 1/10/90  31~13* E1C2 9DEJ C'1(1/J (G2J3*J '3*'F 3EF'F ,F'( "B'J /C*1 EF7BJ (G '*A'B *9/'/J '2 /'F4,HJ'F "F E1C2 '2 /(J1.'FG 4H1'J GE'GF¯J...</span></font></span></strong></td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td width="100%" height="1"> </td> </tr> <tr> <td width="100%" height="8"> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber75"> <tr> <td width="100%" bgcolor="#E8E8E8"> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber76" height="19"> <tr> <td width="14%" height="19"> <a href="akhbar/main%20akhbar.htm"> <img border="0" src="imags/akhbar-sayer.jpg" align="left" width="106" height="14"></a></td> <td width="86%" height="19">&nbsp;</td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </TD></TR> </TBODY></TABLE> </TD> <TD vAlign=top width="27%" height="1"> <DIV align=center> <TABLE cellSpacing=0 width="95%" border=0> <TBODY> <TR> <TD width="100%" bgColor=#000000> <TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#ffffff border=0 height="262"> <TBODY> <TR> <TD align=middle width="100%" height="198"> <table border="1" cellspacing="1" width="100%" id="AutoNumber66" height="45"> <tr> <td width="100%" height="40"> <p align="center" dir="rtl"> <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="155" height="37"> <param name="movie" value="Flash/raha.swf"> <param name="quality" value="High"> <param name="bgcolor" value="FFFFFF"> <param name="_cx" value="4101"> <param name="_cy" value="979"> <param name="FlashVars" value> <param name="Src" value="Flash/raha.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> <param name="SeamlessTabbing" value="1"> <embed src="../Farsi/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> </table> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber28" bgcolor="#66CCFF"> <tr> <td width="100%"> <table border="1" cellspacing="1" width="100%" id="AutoNumber68" background="backgruond.gif" height="165"> <tr> <td width="91%" dir="rtl" align="right" bgcolor="#E9E9E9" height="16"> <p dir="rtl" dynamicanimation="fpAnimformatRolloverFP1" fprolloverstyle="background-color: #00FFFF" onmouseover="rollIn(this)" onmouseout="rollOut(this)" language="Javascript1.2"> <a href="mokhaderha/etiyad0.htm" style="text-decoration: none"> <font face="Tahoma" size="2" color="#000000"> E./1G'Ì 3F*Ì</font></a></td> <td width="9%" bgcolor="#FFFFFF" height="16"> <img border="0" src="imags/bulletFel.gif" width="13" height="6"></td> </tr> <tr> <td width="91%" dir="rtl" align="right" bgcolor="#FFFFFF" height="16"> <p dynamicanimation="fpAnimformatRolloverFP1" fprolloverstyle="background-color: #00FFFF" onmouseover="rollIn(this)" onmouseout="rollOut(this)" language="Javascript1.2"> <font face="Tahoma" size="2"> <a href="mokhaderha/mokhader%20sanati.htm" style="text-decoration: none"> <font color="#000000">EH'/ E./1 5F9*Ì</font></a></font></p> </td> <td width="9%" bgcolor="#FFFFFF" height="16"> <img border="0" src="imags/bulletFel.gif" width="13" height="6"></td> </tr> <tr> <td width="91%" dir="rtl" align="right" bgcolor="#E9E9E9" height="16"> <p dynamicanimation="fpAnimformatRolloverFP1" fprolloverstyle="background-color: #00FFFF" onmouseover="rollIn(this)" onmouseout="rollOut(this)" language="Javascript1.2" dir="rtl"> <font face="Tahoma" size="2"> <a href="maghalat/main.htm" style="text-decoration: none"> <font color="#000000">EB@'D'* H F41Ì@'*</font></a></font></p> </td> <td width="9%" bgcolor="#FFFFFF" height="16"> <img border="0" src="imags/bulletFel.gif" width="13" height="6"></td> </tr> <tr> <td width="91%" dir="rtl" align="right" bgcolor="#FFFFFF" height="16"> <p dynamicanimation="fpAnimformatRolloverFP1" fprolloverstyle="background-color: #00FFFF" onmouseover="rollIn(this)" onmouseout="rollOut(this)" language="Javascript1.2" dir="rtl"> <font face="Tahoma" size="2"> <a href="ghavanin/main.htm" style="text-decoration: none"> <font color="#000000">BH'FÌF E('12G (' '9*Ì'/</font></a></font></p> </td> <td width="9%" bgcolor="#FFFFFF" height="16"> <img border="0" src="imags/bulletFel.gif" width="13" height="6"></td> </tr> <tr> <td width="91%" dir="rtl" align="right" bgcolor="#E9E9E9" height="16"> <p dynamicanimation="fpAnimformatRolloverFP1" fprolloverstyle="background-color: #00FFFF" onmouseover="rollIn(this)" onmouseout="rollOut(this)" language="Javascript1.2" dir="rtl"> <a style="text-decoration: none" href="ketabkhaneh/main.htm"> <font face="Tahoma" size="2" color="#000000"> ©*'(.'FG E,'2Ì '9*Ì'/</font></a></p> </td> <td width="9%" bgcolor="#FFFFFF" height="16"> <img border="0" src="imags/bulletFel.gif" width="13" height="6"></td> </tr> <tr> <td width="91%" dir="rtl" align="right" bgcolor="#FFFFFF" height="1"> <p dynamicanimation="fpAnimformatRolloverFP1" fprolloverstyle="background-color: #00FFFF" onmouseover="rollIn(this)" onmouseout="rollOut(this)" language="Javascript1.2" dir="rtl"> <font face="Tahoma" size="2"> <a href="maghalat/danestaniha.htm" style="text-decoration: none"> <font color="#000000">/'F3*FÌ G@'Ì '9*Ì'/</font></a></font></p> </td> <td width="9%" bgcolor="#FFFFFF" height="1"> <img border="0" src="imags/bulletFel.gif" width="13" height="6"></td> </tr> <tr> <td width="91%" dir="rtl" align="right" bgcolor="#E9E9E9" height="16"> <p dynamicanimation="fpAnimformatRolloverFP1" fprolloverstyle="background-color: #00FFFF" onmouseover="rollIn(this)" onmouseout="rollOut(this)" language="Javascript1.2" dir="rtl"> <font face="Tahoma" size="2"> <a href="pishgiri/main.htm" style="text-decoration: none"> <font color="#000000">~Ì4¯Ì1Ì '2 '9*Ì'/</font></a></font></p> </td> <td width="9%" bgcolor="#FFFFFF" height="16"> <img border="0" src="imags/bulletFel.gif" width="13" height="6"></td> </tr> <tr> <td width="91%" dir="rtl" align="center" bgcolor="#FFFFFF" height="16"> <p align="right" dynamicanimation="fpAnimformatRolloverFP1" fprolloverstyle="background-color: #00FFFF" onmouseover="rollIn(this)" onmouseout="rollOut(this)" language="Javascript1.2" dir="rtl"> <font face="Tahoma" size="2"> <a href="maghalat/avarez%20etiyad.htm" style="text-decoration: none"> <font color="#000000">9H'16 '9*Ì'/</font></a></font></td> <td width="9%" bgcolor="#FFFFFF" height="16"> <img border="0" src="imags/bulletFel.gif" width="13" height="6"></td> </tr> <tr> <td width="91%" dir="rtl" bgcolor="#E9E9E9" height="16"> <p dynamicanimation="fpAnimformatRolloverFP1" fprolloverstyle="background-color: #00FFFF" onmouseover="rollIn(this)" onmouseout="rollOut(this)" language="Javascript1.2"> <font face="Tahoma" size="2"> <a href="akhbar/main%20akhbar.htm" style="text-decoration: none"> <font color="#000000">.(1G'Ì 1G@@'</font></a> </font></p> </td> <td width="9%" bgcolor="#FFFFFF" height="16"> <img border="0" src="imags/bulletFel.gif" width="13" height="6"></td> </tr> </table> </td> </tr> </table> </TD></TR> <TR> <TD class=regbold width="100%" height="16"> <HR width="90%"> </TD></TR> <TR> <TD class=regbold width="100%" height="19" dir="rtl" bgcolor="#E8E8E8"> <img border="0" src="imags/elanat.jpg" width="167" height="14" align="right"></TD></TR> <TR> <TD class=regbold width="100%" height="20" dir="rtl"> <p align="center"> <a href="file:///D:/Documents%20and%20Settings/shahab/Desktop/khabarha/khabar74.htm"> <object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj6" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="162" height="47"> <param name="movie" value="imags/flash1.swf"> <param name="quality" value="High"> <param name="_cx" value="4180"> <param name="_cy" value="1244"> <param name="Src" value="imags/flash1.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="Scale" value="ShowAll"> <param name="DeviceFont" value="0"> <param name="EmbedMovie" value="0"> <param name="BGColor" value> <param name="SWRemote" value> <param name="FlashVars" value> <param name="AllowScriptAccess" value="always"> <param name="MovieData" value> <param name="SeamlessTabbing" value="1"> <embed src="file:///D:/Documents%20and%20Settings/shahab/Desktop/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> <TR> <TD class=regbold width="100%" height="19"> <hr></TD></TR> <TR> <TD class=regbold width="100%" height="1" dir="rtl"> <p align="center"> <a href="file:///D:/Documents%20and%20Settings/shahab/Desktop/khabarha/khabar74.htm"> <object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj7" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="163" height="47"> <param name="movie" value="imags/flash2.swf"> <param name="quality" value="High"> <param name="_cx" value="4313"> <param name="_cy" value="1244"> <param name="Src" value="imags/flash2.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="Scale" value="ShowAll"> <param name="DeviceFont" value="0"> <param name="EmbedMovie" value="0"> <param name="BGColor" value> <param name="SWRemote" value> <param name="FlashVars" value> <param name="AllowScriptAccess" value="always"> <param name="MovieData" value> <embed src="file:///D:/Documents%20and%20Settings/shahab/Desktop/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> <TR> <TD class=regbold width="100%" height="19" bgcolor="#E8E8E8"> <p align="center"> <img border="0" src="imags/tasvir-hafte.jpg" width="166" height="14" align="right"></TD></TR> <TR> <TD class=regbold width="100%" height="88"> <table border="0" cellspacing="1" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber74" height="7"> <tr> <td width="100%" height="58"> <p align="center"> <a href="akhbar/khabar237.htm"> <img border="0" src="imags/24.jpg" alt="~H3*1 GA*G ,G'FÌ E('12G (' EH'/ E./1" width="150" height="167"></a></td> </tr> <tr> <td align="center" dir="rtl" height="7" bgcolor="#E7E7E7"> &nbsp;<font size="2"><!-- Begin WebGozar.com Counter code --> <script type="text/javascript" language="javascript" src="http://www.webgozar.ir/c.aspx?Code=1530202&amp;t=counter" ></script> </font> <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> <tr> <td width="100%" height="1" bgcolor="#FFFFFF" align="center"> <span lang="en-us"><font face="Tahoma" size="1"> <a href="mailto:siterahanews@gmail.com" style="text-decoration: none">&nbsp;siterahanews@gmail.com</a></font></span><font size="2" face="Tahoma">'ÌE</font><font size="2" face="Tahoma">ÌD:&nbsp; 5F/HB ~3*Ì: <font color="#0000FF">357/36715</font></font></td> </tr> <tr> <td width="100%" height="1" bgcolor="#FFFFFF" align="center"> <p dir="rtl"><font face="Tahoma" size="2">*DA©3: <font color="#0000FF">5253699</font></font></td> </tr> </table> </TD></TR> </TBODY></TABLE> </TD></TR></TBODY></TABLE></DIV></TD></TR></TBODY></TABLE></TD></TR> <TR> <TD width=775 colSpan=2 height="48"><NOINDEX> <DIV align=center style="width: 785; height: 32"> <TABLE cellSpacing=0 cellPadding=3 width=785 bgColor=#000000 border=0> <TBODY> <TR> <TD style="FONT-WEIGHT: bold; FONT-SIZE: 85%; COLOR: #ffffff! important; FONT-FAMILY: Verdana" width="779"> <NOINDEX> <NOINDEX> <p align="center"> <font face="Tahoma" color="#00FF00"> <span lang="en-us">Rah</span>a news:</font> <font face="Tahoma"><span lang="en-us">&nbsp;</span><a href="index.htm" style="text-decoration: none"><font color="#FFFFFF">5A-G '5DÌ</font></a><span lang="en-us"> </span></font><font size="2" face="Tahoma">| </font><NOINDEX> <font size="2" face="Tahoma"> <a href="../Farsi/Damghan/Main.htm" style="text-decoration: none"> <font color="#FFFFFF">/'E:'F</font></a></font></NOINDEX><font size="2" face="Tahoma"> | <a href="akhbar/main%20akhbar.htm" style="text-decoration: none"> <font color="#FFFFFF">'.('1 1G@@'</font></a> | <a href="maghalat/mosahebeha.htm" style="text-decoration: none"> <font color="#FFFFFF">E5'-(G G'</font></a> |<span lang="en-us"> </span><a href="maghalat/main.htm" style="text-decoration: none"><font color="#FFFFFF">EB'D'*</font></a> |<a href="mokhaderha/etiyad0.htm"><span lang="en-us"> </span></a><a href="mokhaderha/etiyad0.htm" style="text-decoration: none"><font color="#FFFFFF">'FH'9 E./1G'</font></a> |<a style="text-decoration: none" href="mailto:siterahanews@gmail.com"> <font color="#FFFFFF">*E'3 (' E'</font></a><span lang="en-us"> </span>|<span lang="en-us"> </span><a href="akhbar/main%20akhbar.htm" style="text-decoration: none"><font color="#FFFFFF">"14JH E7'D(</font></a><span lang="en-us">&nbsp; </span></font></NOINDEX></NOINDEX></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width=785 border=0 bgcolor="#FFFFCC" style="border-collapse: collapse" bordercolor="#111111"> <TBODY> <TR> <TD align=middle bordercolor="#008000" width="785"> <img border="0" src="imags/MOVRBLIN.gif" width="600" height="1"></TD></TR> <TR> <TD style="FONT-SIZE: 70%; COLOR: #000000; FONT-FAMILY: Verdana" align=middle width="785"> <table border="0" cellspacing="1" width="100%" id="AutoNumber73"> <tr> <td width="100%"> <p align="center"><NOINDEX> <font size="1" face="Arial">copy right © 200<span lang="en-us">8</span>-20<span lang="en-us">10</span> <span lang="en-us"> <a style="text-decoration: none" href="mailto:siterahanews@gmail.com">rahanews</a></span> all right reserved .all graphics copy right by</font><span lang="en-us"><a style="text-decoration: none" href="htttp://www.tarikhaneh.com"><font size="1" face="Arial"> tarikhaneh</font></a></span></NOINDEX></td> </tr> </table> </TD></TR></TBODY></TABLE></DIV></NOINDEX></TD></TR></TBODY></TABLE></DIV> </tr> </table> <SCRIPT language=javascript> message = " ----------> 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 <---------- ^" + " :::.. t r i k h a n e h @ g m a i l . 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 © 2008-2010 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 ="" <SCRIPT language=JavaScript src="Seattle Fire Department_files/disableClick.inc" type=text/javascript></SCRIPT> </tr> </BODY></HTML>