

<html>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="refresh" content="240"; url="http://www.lifeinantalya.com/">
<meta name="google-site-verification" content="apvLw2WHmW91snsFxTdjDZIsc6UHPo9yIaqCjV7owWQ" />

<meta name= "ProgId" content= "ErkaN@Ä°DA">
<meta name= "Keywords" content= "antalya, Antalya, antalyadaki aktiviteler, Antalya'daki aktiviteler, gÃ¼ncel antalya haberleri, Antalya kent rehberi, kent rehberi, antalyadaki tÃ¼m gerekli adresler, antalya tatil rehberi, antalya moda, antalya sinema, antalya yazar, antalya portal, antalya haber ve paylaÅŸÄ±m portalÄ±, portal, turizm, sinema, etkinlik, moda, rehber, side,belek, manavgat, kemer, beldibi, antika, kitapevi, maÄŸaza, Antalya'yÄ± keÅŸfedin">
<meta name= "Description" content= "ErkaN@Ä°DA">
<meta name= "Copyright" content= "Antalya Online@Ä°DA">
<meta name= "AUTHOR" content= "ErkaN@Ä°DA">
<title>ANTALYA ONLINE - ANTALYA'NIN KENT PORTALI&nbsp;|&nbsp; Onemli Telefonlar&nbsp;-&nbsp;  Antalya</title>
<link href="http://www.lifeinantalya.com/ap_style.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #363636;
}


.inputtext {
font-family: Tahoma; font-size: 8pt; border: 1px solid #B1D0EF
}


/* YORUM*/
.commentbox{
background-color: #B1D0EF;
width: 450px;
padding: 10px;
margin-left: 55px;
}

.commentfooter{
background: url(http://www.lifeinantalya.com/images/y.png) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 90%;
color: #4A4A4A;
margin-left: 55px;
height:20px
}

.commentTitle{
font-size: 90%;
color: #996633;
}


.commentboxADD{
background-color: #c7deb6;
width: 450px;
padding: 10px;
margin-left: 55px;
}

.commentfooterADD{
background: url(http://www.lifeinantalya.com/images/y2.png) 20px 0 no-repeat; 
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 90%;
color: #4A4A4A;
margin-left: 55px;
height:20px
}



.commentboxZero{
background-color: #EBE5B8;
width: 450px;
padding: 10px;
margin-left: 55px;
}

.commentfooterZero{
background: url(http://www.lifeinantalya.com/images/y3.png) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 90%;
color: #4A4A4A;
margin-left: 55px;
height:20px
}


.resim {
	color: #F7941D;
	 border: 2px;
	 solid #B1D0EF
}

-->
</style>


<script LANGUAGE="JavaScript">
function CC_noErrors() {
return true;
}

window.onerror = CC_noErrors;
</script>

<script src="http://www.lifeinantalya.com/SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="http://www.lifeinantalya.com/SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
a:link {
	color: #999999;
}
-->
</style>
<script src="http://www.lifeinantalya.com/Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<script src="http://www.lifeinantalya.com/SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>

<link href="http://www.lifeinantalya.com/SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css" />



	<link rel="stylesheet" type="text/css" href="http://www.lifeinantalya.com/js/style.css" />

	<script type="text/javascript" src="http://www.lifeinantalya.com/js/jquery-1.2.6.min.js"></script>
	<script type="text/javascript" src="http://www.lifeinantalya.com/js/jquery-easing-1.3.pack.js"></script>
	<script type="text/javascript" src="http://www.lifeinantalya.com/js/jquery-easing-compatibility.1.2.pack.js"></script>
	<script type="text/javascript" src="http://www.lifeinantalya.com/js/coda-slider.1.1.1.pack.js"></script>
	
	<script type="text/javascript">
	
		var theInt = null;
		var $crosslink, $navthumb;
		var curclicked = 0;
		
		theInterval = function(cur){
			clearInterval(theInt);
			
			if( typeof cur != 'undefined' )
				curclicked = cur;
			
			$crosslink.removeClass("active-thumb");
			$navthumb.eq(curclicked).parent().addClass("active-thumb");
				$(".stripNav ul li a").eq(curclicked).trigger('click');
			
			theInt = setInterval(function(){
				$crosslink.removeClass("active-thumb");
				$navthumb.eq(curclicked).parent().addClass("active-thumb");
				$(".stripNav ul li a").eq(curclicked).trigger('click');
				curclicked++;
				if( 6 == curclicked )
					curclicked = 0;
				
			}, 5000);
		};
		
		$(function(){
			
			$("#main-photo-slider").codaSlider();
			
			$navthumb = $(".nav-thumb");
			$crosslink = $(".cross-link");
			
			$navthumb
			.click(function() {
				var $this = $(this);
				theInterval($this.parent().attr('href').slice(1) - 1);
				return false;
			});
			
			theInterval();
		});
	</script>


<style type="text/css">
<!--

.active-thumb 								{ background: transparent  center no-repeat;}

-->
</style>





<script language="javascript">
function SetHome(obj,vrl){
        try{
                obj.style.behavior='url(#default#homepage)';obj.setHomePage(vrl);
        }
        catch(e){
                if(window.netscape) {
                        try {
                                netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");  
                        }  
                        catch (e)  { 
                               // alert("");  
                        }
                        var prefs = Components.classes['@mozilla.org/preferences-service;1'].getService(Components.interfaces.nsIPrefBranch);
                        prefs.setCharPref('browser.startup.homepage',vrl);
                 }
        }
}


function bookmarksite(title, url){
if (document.all)
window.external.AddFavorite(url, title);
else if (window.sidebar)
window.sidebar.addPanel(title, url, "http://www.antalyaonline.org")
}
</script>








	<script type="text/javascript">
	function Ajx(eleman,sayfa,parametre)
	{
		 $('#'+eleman).html('<center><img src="http://www.lifeinantalya.com/images/spinner.gif" alt="Ver&#305; Al&#305;n&#305;yor..."><br>&#304&#351;lem Yap&#305;l&#305;yor...</center><img src=spacer.gif width=1 height=170>');
		 $.ajax({
		   type: 'GET',
		   url: sayfa,
           cache: false,		   		   
		   data: parametre,	
		   success: function(sonuc) {
		   //		alert(sonuc);
			 	$('#'+eleman).html(sonuc);
		   }
		});
	}
	
	function ac(element){
		$('#'+element).toggle("fast");
	}
	
	</script>


<link rel="stylesheet" href="http://www.lifeinantalya.com/js/style1.css" type="text/css" media="screen">
<script type="text/javascript" src="http://www.lifeinantalya.com/js/tooltip.js"></script>






			    <link type="text/css" rel="stylesheet" href="src/css/jscal2.css" />
			    <link type="text/css" rel="stylesheet" href="src/css/border-radius.css" />
			
			    <link id="skin-win2k" title="Win 2K" type="text/css" rel="alternate stylesheet" href="src/css/win2k/win2k.css" />
			    <link id="skin-steel" title="Steel" type="text/css" rel="alternate stylesheet" href="src/css/steel/steel.css" />
			    <link id="skin-gold" title="Gold" type="text/css" rel="alternate stylesheet" href="src/css/gold/gold.css" />
			    <link id="skin-matrix" title="Matrix" type="text/css" rel="alternate stylesheet" href="src/css/matrix/matrix.css" />
			
			    <link id="skinhelper-compact" type="text/css" rel="alternate stylesheet" href="src/css/reduce-spacing.css" />
			
			    <script src="src/js/jscal2.js"></script>
			    <script src="src/js/lang/en.js"></script>
			
			    <link type="text/css" rel="stylesheet" href="calendardefault.css" />

</head>

<!---->
<body><div align=center>
<table width="1000" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td>&nbsp;</td>
    <td width="1000" height="115" valign="top" bgcolor="#56b6cf"><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="600" height="115" background="http://www.lifeinantalya.com/images/logozemin.png" valign="bottom"><table border="0" width="592" id="table2" class="devami">
          <tr>
            <td width="582" colspan="2" valign="top"><a href="http://www.lifeinantalya.com/"> <img border="0" src="http://www.lifeinantalya.com/images/logo.png" width="441" height="66" /></a></td>
          </tr>
          
          <tr>
            <td width="262" valign="middle" align="right"><a class="devami" title="Ãœyelik Formu" href="http://www.lifeinantalya.com/uye-ol">Register</a> | <a class="devami" title="Ãœyelik Formu" href="http://www.lifeinantalya.com/sifrem-ne">Forgot Password</a> |  Sign In</td>
            <td width="320" valign="middle"><table border="0" width="100%" id="table3">
              <form name="members" method="POST" action="http://www.lifeinantalya.com/uye-girisi" onSubmit="return checkData()">
                <script language="JavaScript">
<!--
                        function checkData (){
                          
                          if (document.members.email.value == "") {
                                        alert("E-mail Adresinizi Girmediniz !")
                                        document.members.email.focus();
                                        return false;
                                }
					                          if (document.members.email.value == "E-mail Adresiniz") {
					                                        alert("E-mail Adresinizi Girmediniz !")
					                                        document.members.email.focus();
					                                        return false;
					                                }
                          if (document.members.pass.value == "") {
                                        alert("Ãžifrenizi Girmediniz !")
                                        document.members.pass.focus();
                                        return false;
                                }
                        }
// -->
</script>
                <tr>
                  <td width="173"><input type="text" name="email" id="UTR" size="33" style="font-family: Tahoma; font-size: 10px; text-align:center; vertical-align:bottom" onFocus="if (this.value == 'E-mail Adresiniz') {this.value = '';} " onBlur="if(this.value=='')this.value='E-mail Adresiniz'" value="Your E-mail Address" /></td>
                  <td width="140"><input type="password" name="pass" id="UTR" size="33" style="font-family: Tahoma; font-size: 10px; text-align:center; vertical-align:middle" onFocus="if (this.value == '00000') {this.value = '';} " onBlur="if(this.value=='')this.value='00000'" value="00000" /></td>
                  <td><input name="I2" type="image" src="http://www.lifeinantalya.com/images/send.png" align="right" border="0" /></td>
                </tr>
              </form>
            </table></td>
          </tr>
          
        </table></td>
        <td background="http://www.lifeinantalya.com/images/alin_sag.jpg"><div id="divContent"> <a href="" target=_blank > <img border="0" src="http://www.lifeinantalya.com/reklam/" width="400" height="115" /></a>
                  <!--				<object data="http://www.lifeinantalya.com/xml_rotator_alin/slideshow.swf" height="115px" type="application/x-shockwave-flash"

					width="400px"> 
					<param name="movie" value="http://www.lifeinantalya.com/xml_rotator_alin/slideshow.swf" /> 
					<param name="quality" value="high" /> 
					<param name="menu" value="false" /> 
					<param name="wmode" value="transparent" /> 
				</object> 
-->
        </div></td>
      </tr>
    </table></td>
    <td>&nbsp;</td>
  </tr>
  <tr valign="top">
    <td>&nbsp;</td>
    <td bgcolor="#FFFFFF" valign="top"><img src="spacer.gif"  width="1000" height="1"><br />
    <ul id="MenuBar1" class="MenuBarHorizontal">
      <li>
        <p align="center"><a href="#"><font color="#F7941D">GUIDE</font></a>
          <ul>
            <li><a href="http://www.lifeinantalya.com/antalya">Discover Antalya</a></li>
            <li><a href="http://www.lifeinantalya.com/egitim">Education</a></li>
            <li><a href="http://www.lifeinantalya.com/eglence">Entertainment</a></li>
            <!--<li><a href="http://www.lifeinantalya.com/etkinlikler">Etkinlikler</a></li>-->
            <li><a href="http://www.lifeinantalya.com/ilceler-bolgeler">Districts & Regions</a></li>
            <li><a href="http://www.lifeinantalya.com/onemli-telefonlar">Essential Phone Numbers</a></li>
            <li><a href="http://www.lifeinantalya.com/tarihi-yoreler">Historical Regions</a></li>
            <li><a href="http://www.lifeinantalya.com/toplum-devlet">Society - State</a></li>
            <li><a href="http://www.lifeinantalya.com/turizm-seyahat">Tourism & Travel</a></li>
          </ul>
       
      </li>
      <li>
        <p align="center"><a href="http://www.lifeinantalya.com/etkinlikler"><font color="#F7941D">EVENTS</font></a>
       
      </li>
      <li>
        <p align="center"><a href="http://www.lifeinantalya.com/sinema"><font color="#F7941D">CINEMA</font></a>
       
      </li>
      <li>
        <p align="center"><a class="MenuBarItemSubmenu" href="#"><font color="#F7941D">
			FASHION SHOPPING</font></a>
          <ul>
          	<li><a href="http://www.lifeinantalya.com/moda-alisveris/1-alisveris_merkezleri">Shopping Malls</a></li>
            <li><a class="MenuBarItemSubmenu" href="http://www.lifeinantalya.com/moda-alisveris/10-giyim">Clothing</a>
              <ul>
                <li><a href="http://www.lifeinantalya.com/moda-alisveris/22-cocuk_giyim">Children’s Wear</a></li>
                <li><a href="http://www.lifeinantalya.com/moda-alisveris/25-bayan_giyim">Women’s Wear</a></li>
                <li><a href="http://www.lifeinantalya.com/moda-alisveris/26-erkek_giyim">Men’s Wear</a></li>
                <li><a href="http://www.lifeinantalya.com/moda-alisveris/23-spor_giyim">Sports Wear</a></li>
                <li><a href="http://www.lifeinantalya.com/moda-alisveris/24-ic_giyim">Underwear</a></li>
                <li><a href="http://www.lifeinantalya.com/moda-alisveris/27-gelinlik">Wedding Gown</a></li>
              </ul>
            </li>
            <li><a href="http://www.lifeinantalya.com/moda-alisveris/8-elektronik">Electronics</a></li>
            <li><a href="http://www.lifeinantalya.com/moda-alisveris/3-beyaz_esya">White Goods</a></li>
            <li><a href="http://www.lifeinantalya.com/moda-alisveris/16-mucevherat">Jewelry</a></li>
          </ul>
       
      </li>
      <li>
        <p align="center"><a href="http://www.lifeinantalya.com/kultur-sanat"><font color="#F7941D">CULTURE & ART</font></a></div>
      </li>
      <li>
        <p align="center"><a href="http://www.lifeinantalya.com/spor-saglik"><font color="#F7941D">HEALTH</font></a></div>
      </li>
      <li>
        <p align="center"><a href="http://www.lifeinantalya.com/yiyecek-icecek"><font color="#F7941D">FOOD AND DRINK</font></a></div>
      </li>
      <li>
        <p align="center"><a href="http://www.lifeinantalya.com/turizm-konaklama"><font color="#F7941D">HOTELS</font></a></div>
      </li>
    </ul>    </td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td height="10"></td>
    <td height="10" background="http://www.lifeinantalya.com/images/golge.jpg" bgcolor="#FFFFFF"></td>
    <td height="10"></td>
  </tr>
  <tr>
    <td valign="top">&nbsp;</td>
    <td bgcolor="#FFFFFF" valign="top"><div align="center"> <br />
            
            <br />
            




      <table width="100%" border="0" cellspacing="0" cellpadding="0" id="table2">
        <tr>
          <td width="15">&nbsp;</td>
          <td>
			<table width="100%" border="0" cellspacing="0" cellpadding="0" id="table3">
            <tr>
              <td width="1201" valign="top" bgcolor="#EEEEEE">
				<table width="100%" border="0" cellspacing="0" cellpadding="0" id="table4">
                <tr>
                  <td width="10" height="10"></td>
                  <td height="10"></td>
                  <td width="10" height="10"></td>
                </tr>
                <tr>
                  <td>&nbsp;</td>
                  <td class="metin_baslik" align="left"><h3>Önemli Telefonlar</h3>
					</td>
                  <td>&nbsp;</td>
                </tr>
                <tr>
                  <td>&nbsp;</td>
                  <td class="metin_baslik"><hr /></td>
                  <td>&nbsp;</td>
                </tr>
                <tr>
                  <td>&nbsp;</td>
                  <td height="75" class="metin_baslik" valign="top">
                  <table border="0" width="100%" id="table5">
					<tr>
						<td valign="top" class="metin12" align=justify>
						<b>ÖNEMLÝ TELEFONLAR</b><br>
<p>Acil eczane bulmanýz lazým ya da sinemaya bilet arýyorsunuz. Olur ya canýnýz gece yarýsý aniden pizza çekti. Günlük hayatýmýzda birçok yere ulaþmak veya bilgi almak ihtiyacý hissediyoruz. Ama çoðu zamanda iletiþim bilgileri bizde olmuyor. Bu durumda ya bir arkadaþý arayýp bilgileri sormak gerekiyor ya da aradýðýmýz yeri bulmak için sokak sokak dolaþmak. Bu hepimizin ortak derdi. Fakat artýk antalyaonline.org adresinden önemli telefonlar linkine týkladýðýmýz zaman aradýðýnýz tüm telefonlara ulaþabileceksiniz. Artýk arayýp bulamamak sona eriyor.</p>
						<br><br>
						
<table border="0" width="100%" class="TabbedPanelsContent">
					<tr>
					<td class=metin_baslik bgcolor="#3399FF" colspan=3><b>
					<font color="#FFFFFF">Search Titles</font></b></td>

						</tr>

					<tr>
							</tr><tr>

								

					<td class=metin1>&#9658;<b> <a href="http://www.lifeinantalya.com/onemli-telefonlar/1-antalya" class=HaberList>ANTALYA</a></b></td>

                        

								

					<td class=metin1>&#9658;<b> <a href="http://www.lifeinantalya.com/onemli-telefonlar/2-uluslar_arasi_telefon_kodlari" class=HaberList>ULUSLAR ARASI TELEFON KODLARI</a></b></td>

                        

								

					<td class=metin1>&#9658;<b> <a href="" class=HaberList></a><a href='http://www.lifeinantalya.com/onemli-telefonlar'  class=HaberList >TÜMÜNÜ GÖSTER</a></b></td>

                        
						</tr>

</table>
<br>						
						
<table width="100%" id="table6" class="metin12" border="0">
							<tr>
								<td width="872" colspan="2" class=metin_baslik bgcolor="#3399FF">
								<b><font color="#FFFFFF">&nbsp;All List</font></b></td>
							</tr>
							<tr>
								<td width="872" colspan="2" height=6></td>
							</tr>

							<tr>
								<td width="132">&nbsp;</td>
								<td width="740">&nbsp;
								</td>
							</tr>
							<tr>
								<td height=3 width="872" colspan="2" background="http://www.lifeinantalya.com/images/etkinlikhr.jpg"></td>
							</tr>
						</table>



						
						
						
						
						
						
						
						
						
						
						
						
						
						
						
						
						
						
						
						</td>
						<td width="8" valign="top">&nbsp;
						</td>
						<td width="150" valign="top">
						<img border="0" src="http://www.lifeinantalya.com/AnaResimler/eglence.jpg" width="280" height="255">
						
						
						<br><br>

<div id="TabbedPanels2" class="TabbedPanels">
                <div class="TabbedPanelsContentGroup">

                  <div class="TabbedPanelsContent">

                    <table width="276" border="0" cellspacing="0" cellpadding="0" id="table1">
                      <tr>
                        <td width="251" valign="top" colspan="4" height=4></td>
                      </tr>
                      <tr>
                        <td width="251" valign="top" colspan="4" class=metin_baslik><b>Antalya City Guide</b></td>
                      </tr>
                      <tr>
                        <td width="251" valign="top" colspan="4" height=6></td>
                      </tr>


                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="HaberList" width="7">&#9658;
                       </td>
                        <td valign="top" class="HaberList" width="218" height=20>
                        <span class="HaberList">
                        <b><a class="HaberList" href="http://www.lifeinantalya.com/antalya">Antalya'yý Keþfedin</a></b></span></td>
                      </tr>

                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="HaberList" width="7">&#9658;
                       </td>
                        <td valign="top" class="HaberList" width="218" height=20>
                        <span class="HaberList">
                        <b><a class="HaberList" href="http://www.lifeinantalya.com/egitim">Eðitim</a></b></span></td>
                      </tr>

                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="HaberList" width="7">&#9658;
                       </td>
                        <td valign="top" class="HaberList" width="218" height=20>
                        <span class="HaberList">
                        <b><a class="HaberList" href="http://www.lifeinantalya.com/eglence">Eðlence</a></b></span></td>
                      </tr>

                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="HaberList" width="7">&#9658;
                       </td>
                        <td valign="top" class="HaberList" width="218" height=20>
                        <span class="HaberList">
                        <b><a class="HaberList" href="http://www.lifeinantalya.com/etkinlikler">Etkinlikler</a></b></span></td>
                      </tr>

                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="HaberList" width="7">&#9658;
                       </td>
                        <td valign="top" class="HaberList" width="218" height=20>
                        <span class="HaberList">
                        <b><a class="HaberList" href="http://www.lifeinantalya.com/ilceler-bolgeler">Ýlçeler Bölgeler</a></b></span></td>
                      </tr>

                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="HaberList" width="7">&#9658;
                       </td>
                        <td valign="top" class="HaberList" width="218" height=20>
                        <span class="HaberList">
                        <b><a class="HaberList" href="http://www.lifeinantalya.com/is-finans">Ýþ Dünyasý & Finans</a></b></span></td>
                      </tr>

                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="HaberList" width="7">&#9658;
                       </td>
                        <td valign="top" class="HaberList" width="218" height=20>
                        <span class="HaberList">
                        <b><a class="HaberList" href="http://www.lifeinantalya.com/kultur-sanat">Kültür Sanat</a></b></span></td>
                      </tr>

                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="HaberList" width="7">&#9658;
                       </td>
                        <td valign="top" class="HaberList" width="218" height=20>
                        <span class="HaberList">
                        <b><a class="HaberList" href="http://www.lifeinantalya.com/moda-alisveris">Moda Alýþveriþ</a></b></span></td>
                      </tr>

                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="HaberList" width="7">&#9658;
                       </td>
                        <td valign="top" class="HaberList" width="218" height=20>
                        <span class="HaberList">
                        <b><a class="HaberList" href="http://www.lifeinantalya.com/onemli-telefonlar">Önemli Telefonlar</a></b></span></td>
                      </tr>

                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="HaberList" width="7">&#9658;
                       </td>
                        <td valign="top" class="HaberList" width="218" height=20>
                        <span class="HaberList">
                        <b><a class="HaberList" href="http://www.lifeinantalya.com/spor-saglik">Saðlýk</a></b></span></td>
                      </tr>

                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="HaberList" width="7">&#9658;
                       </td>
                        <td valign="top" class="HaberList" width="218" height=20>
                        <span class="HaberList">
                        <b><a class="HaberList" href="http://www.lifeinantalya.com/tarihi-yoreler">Tarihi Yöreler</a></b></span></td>
                      </tr>

                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="HaberList" width="7">&#9658;
                       </td>
                        <td valign="top" class="HaberList" width="218" height=20>
                        <span class="HaberList">
                        <b><a class="HaberList" href="http://www.lifeinantalya.com/toplum-devlet">Toplum & Devlet</a></b></span></td>
                      </tr>

                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="HaberList" width="7">&#9658;
                       </td>
                        <td valign="top" class="HaberList" width="218" height=20>
                        <span class="HaberList">
                        <b><a class="HaberList" href="http://www.lifeinantalya.com/turizm-seyahat">Turizm & Seyahat</a></b></span></td>
                      </tr>

                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="HaberList" width="7">&#9658;
                       </td>
                        <td valign="top" class="HaberList" width="218" height=20>
                        <span class="HaberList">
                        <b><a class="HaberList" href="http://www.lifeinantalya.com/turizm-konaklama">Turizm Konaklama</a></b></span></td>
                      </tr>

                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="HaberList" width="7">&#9658;
                       </td>
                        <td valign="top" class="HaberList" width="218" height=20>
                        <span class="HaberList">
                        <b><a class="HaberList" href="http://www.lifeinantalya.com/yiyecek-icecek">Yiyecek Ýçecek</a></b></span></td>
                      </tr>
                  
                    </table>

                  </div>
                  
                </div>
              </div>

 <br>&nbsp;                 
 <br>                 

						
						</td>
					</tr>
					</table>
                  </td>
                  <td>&nbsp;</td>
                </tr>
                </table></td>
            </tr>
          </table></td>
          <td width="15">&nbsp;</td>
        </tr>
        <tr>
          <td width="15">&nbsp;</td>
          <td>&nbsp;
			</td>
          <td width="15">&nbsp;</td>
        </tr>
      </table>
      
    </div></td>
    <td valign="top">&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td bgcolor="#FFFFFF"><!--piyasalar --></td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td bgcolor="#666666"><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr background="http://www.lifeinantalya.com/images/golge.jpg" bgcolor="#FFFFFF" height=11>
        <td width="10"></td>
        <td class="submenu2" ></td>
        <td width="10"></td>
      </tr>
      <tr>
        <td>&nbsp;</td>
        <td class="submenu">&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
      <tr>
        <td>&nbsp;</td>
        <td class="submenu"><div align="center">
          <table border="0" width="100%">
            <tr>
              <td width="145" valign="top"><b><span class="Footer">&nbsp;GUIDE</span></b><br />
                      <span class="Footer">&#9658;</span><a href="http://www.lifeinantalya.com/antalya" class="Footer"> Discover Antalya</a><br />
                      <span class="Footer">&#9658;</span><a href="http://www.lifeinantalya.com/egitim" class="Footer"> Education</a><br />
                      <span class="Footer">&#9658;</span><a href="http://www.lifeinantalya.com/eglence" class="Footer"> Entertainment </a><br />
                      <span class="Footer">&#9658;</span><a href="http://www.lifeinantalya.com/etkinlikler" class="Footer"> Events</a><br />
                      <span class="Footer">&#9658;</span><a href="http://www.lifeinantalya.com/ilceler-bolgeler" class="Footer"> Districts & Regions</a><br />
                      <span class="Footer">&#9658;</span><a href="http://www.lifeinantalya.com/onemli-telefonlar" class="Footer"> Essential Phone Numbers</a><br />
                      <span class="Footer">&#9658;</span><a href="http://www.lifeinantalya.com/tarihi-yoreler" class="Footer"> Historical Regions</a><br />
                      <span class="Footer">&#9658;</span><a href="http://www.lifeinantalya.com/toplum-devlet" class="Footer"> Society - State</a><br />
              </td>
              <td width="145" valign="top"><b><span class="Footer">&nbsp;FASHION SHOPPING</span></b><br />
                      <span class="Footer">&#9658;</span><a href="http://www.lifeinantalya.com/moda-alisveris/1-alisveris_merkezleri" class="Footer"> Shopping Malls</a><br />
                      <span class="Footer">&#9658;</span><a href="http://www.lifeinantalya.com/moda-alisveris/2-antika" class="Footer"> Antique</a><br />
                      <span class="Footer">&#9658;</span><a href="http://www.lifeinantalya.com/moda-alisveris/13-kitapevi" class="Footer"> Bookstore</a><br />
                      <span class="Footer">&#9658;</span><a href="http://www.lifeinantalya.com/moda-alisveris/22-cocuk_giyim" class="Footer"> Children's Wear</a><br />
                      <span class="Footer">&#9658;</span><a href="http://www.lifeinantalya.com/moda-alisveris/25-bayan_giyim" class="Footer"> Women's Wear</a><br />
                      <span class="Footer">&#9658;</span><a href="http://www.lifeinantalya.com/moda-alisveris/26-erkek_giyim" class="Footer"> Men's Wear</a><br />
                      <span class="Footer">&#9658;</span><a href="http://www.lifeinantalya.com/moda-alisveris/23-spor_giyim" class="Footer"> Sports Wear</a><br />
                      <span class="Footer">&#9658;</span><a href="http://www.lifeinantalya.com/moda-alisveris/24-ic_giyim" class="Footer"> Underwear</a><br />
                      <span class="Footer">&#9658;</span><a href="http://www.lifeinantalya.com/moda-alisveris/27-gelinlik" class="Footer"> Wedding Gown</a><br />
                      <span class="Footer">&#9658;</span><a href="http://www.lifeinantalya.com/moda-alisveris/8-elektronik" class="Footer"> Electronics</a><br />
                      <span class="Footer">&#9658;</span><a href="http://www.lifeinantalya.com/moda-alisveris/3-beyaz_esya" class="Footer"> White Goods</a><br />
                      <span class="Footer">&#9658;</span><a href="http://www.lifeinantalya.com/moda-alisveris/16-mucevherat" class="Footer"> Jewelry</a><br />
                &nbsp;</td>
              <td width="145" valign="top"><b> <span class="Footer">&#9658;</span><a href="http://www.lifeinantalya.com/kultur-sanat" class="Footer"> CULTURE&ART</a><br />
                        <span class="Footer">&#9658;</span><a href="http://www.lifeinantalya.com/spor-saglik" class="Footer"> HEALTH</a><br />
                        <span class="Footer">&#9658;</span><a href="http://www.lifeinantalya.com/is-finans" class="Footer"> BUSINESS</a><br />
                        <span class="Footer">&#9658;</span><a href="http://www.lifeinantalya.com/turizm-konaklama" class="Footer"> HOTELS</a><br />
                        <span class="Footer">&#9658;</span><a href="http://www.lifeinantalya.com/turizm-seyahat" class="Footer"> TRAVEL</a><br />
                        <span class="Footer">&#9658;</span><a href="http://www.lifeinantalya.com/sinema" class="Footer"> CINEMA</a><br />
                </b> <br />
                <b><span class="Footer">&nbsp;FOOD&DRINK</span></b><br />
                <span class="Footer">&#9658;</span><a href="http://www.lifeinantalya.com/yiyecek-icecek/1-barlar" class="Footer">Bars</a><br />
                <span class="Footer">&#9658;</span><a href="http://www.lifeinantalya.com/yiyecek-icecek/2-catering" class="Footer">Catering</a><br />
                <span class="Footer">&#9658;</span><a href="http://www.lifeinantalya.com/yiyecek-icecek/3-gece_klupleri" class="Footer">Night Clubs</a><br />
                <span class="Footer">&#9658;</span><a href="http://www.lifeinantalya.com/yiyecek-icecek/4-pastaneler" class="Footer">Bakeries</a><br />
                <span class="Footer">&#9658;</span><a href="http://www.lifeinantalya.com/yiyecek-icecek/5-restoranlar" class="Footer">Restaurants</a><br />
                <span class="Footer">&#9658;</span><a href="http://www.lifeinantalya.com/yiyecek-icecek/6-sarap_evleri" class="Footer">Wineries</a><br />
                &nbsp;</td>
              <td width="180" valign="top"><b><span class="Footer">&nbsp;NEWS&INFO</span></b><br />
                      
                      <span class="Footer">&#9658;</span><a  class="Footer" href="http://www.lifeinantalya.com/haber/Uluslararasi-Turizm-Haftasi-(ITW-2010)-Etkinlikleri">Uluslararasý Turizm Haftasý (ITW 2010) Etkinlikleri</a><br />
                      
                      <span class="Footer">&#9658;</span><a  class="Footer" href="http://www.lifeinantalya.com/haber/KREMANY">KREMANY</a><br />
                      
                      <span class="Footer">&#9658;</span><a  class="Footer" href="http://www.lifeinantalya.com/haber/Dorduncu-Paris-II-Dalisi-Kemerde">Dördüncü Paris II Dalýþý Kemerde</a><br />
                      
                      <span class="Footer">&#9658;</span><a  class="Footer" href="http://www.lifeinantalya.com/haber/Sebnem-Ferah-Antalya-da">Þebnem Ferah Antalya da</a><br />
                      
                      <span class="Footer">&#9658;</span><a  class="Footer" href="http://www.lifeinantalya.com/haber/Saatlerinizi-Ileri-Almayi-Unutmayiniz">Saatlerinizi Ýleri Almayý Unutmayýnýz</a><br />
                      
                      <span class="Footer">&#9658;</span><a  class="Footer" href="http://www.lifeinantalya.com/haber/III.-Akdeniz-Is-Firsatlari-Fuari">III. Akdeniz Ýþ Fýrsatlarý Fuarý</a><br />
                      
                      <span class="Footer">&#9658;</span><a  class="Footer" href="http://www.lifeinantalya.com/haber/7.-Geleneksel-Golf-Is-Forumu">7. Geleneksel Golf Ýþ Forumu</a><br />
                      
                      <span class="Footer">&#9658;</span><a  class="Footer" href="http://www.lifeinantalya.com/haber/Farid-Farjad-Antalya-da">Farid Farjad Antalya da</a><br />
                      
                      <span class="Footer">&#9658;</span><a  class="Footer" href="http://www.lifeinantalya.com/haber/Uluslararasi-Tiyatro-Festivali-Antalyada-">Uluslararasý Tiyatro Festivali Antalyada </a><br />
                      
                &nbsp;&nbsp;</td>
              <td width="360" valign="top" align="center"><img border="0" src="http://www.lifeinantalya.com/images/log.png" width="152" height="111" /><br />
                      <img border="0" src="http://www.lifeinantalya.com/images/log2.png" width="300" height="46" /></td>
            </tr>
          </table>
        </div></td>
        <td>&nbsp;</td>
      </tr>
      <tr>
        <td>&nbsp;</td>
        <td class="submenu" height="55" valign="top"><table border="0" width="100%" class="submenu">
          <tr>
            <td width="501" valign="top"  class=Footer><!--<a class=Footer href="#click" onclick="SetHome(this,window.location)" style="cursor:hand">Anasayfam Yap</a>&nbsp;
				 |&nbsp; -->
                    <a href="http://www.lifeinantalya.com/" class="Footer "> Homepage&nbsp; </a> &nbsp; |&nbsp;   <a class=Footer href="javascript:bookmarksite('Antalya Ãžehir PortalÃ½', 'http://www..antalyaonline.org')">Add to Favorites</a> &nbsp; |&nbsp; <a href="http://www.lifeinantalya.com/Antalya_Online_Hakkinda" class="Footer "> About Antalya Online&nbsp; </a> &nbsp; |&nbsp; <a href="http://www.lifeinantalya.com/iletisim" class="Footer "> Contact&nbsp; </a> &nbsp; |&nbsp; <a href="http://www.lifeinantalya.com/reklam-ver" class="Footer "> Advertise&nbsp; </a> </td>
            <td valign="top" align="right" class=Footer> 2009, All rights reserved. 
              ANTALYA ONLINE<br />
              Designed &amp; Programmed by iDA </td>
          </tr>
          <tr>
            <td width="501" valign="top">&nbsp;</td>
            <td valign="top" align="right" class=Footer>&nbsp;</td>
          </tr>
        </table></td>
        <td>&nbsp;</td>
      </tr>
    </table></td>
    <td>&nbsp;</td>
  </tr>
</table>
<script type="text/javascript">
<!--
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1");
var TabbedPanels2 = new Spry.Widget.TabbedPanels("TabbedPanels2");
//-->
</script>

</div>


</body>
</html>

