

<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; Haber&nbsp;-&nbsp; Antalya Online Yayinda !</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">
                  <div align="left"><h2>Antalya Online Yayýnda !</h2>
               <br>
			<img border="0" src="http://www.lifeinantalya.com/images/etkinlik.png" width="32" height="32" align=left title="Etkinlik">
								
                  <span class=metin1Editor><h3>Web sitemiz yeni yüzüyle, yeni tasarýmýyla Antalya'nýn internette yaþayan yüzü olacak…</h3></span>
                  </div>
                  </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="metin1" valign="top">
                  <table border="0" width="100%" id="table5">
					<tr>
						<td valign="top" class="metin12" align=justify id="hdetay">


<div align=left>
</div>


						<div align=center id=picslarge><img src='http://www.lifeinantalya.com/HaberResimler/1.jpg'  border='2' class='metin_baslik' /></div>
						<br>
<div align=center id=picsthumb>

</div>						
<!--<a href="javascript:Ajx('picslarge','http://www.lifeinantalya.com/q.asp','Islem=1');">asd</a>-->

						<br><br>
						<span id=haberresim>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce tincidunt nunc 
sit amet erat malesuada id pellentesque ligula pharetra. Suspendisse id tellus 
nibh, sed hendrerit velit. Aliquam hendrerit quam nec nulla rhoncus id faucibus 
mauris consectetur. Ut at lectus quis massa hendrerit posuere. Fusce euismod 
blandit lectus, ac egestas massa cursus at. Aliquam vehicula feugiat volutpat. 
Morbi fringilla scelerisque consectetur. Pellentesque libero libero, pretium vel 
sollicitudin eu, tincidunt nec mauris. Fusce ac est tellus. Vivamus ac lacus 
tortor, vel pharetra risus. Vestibulum dignissim auctor aliquam. Aliquam nec 
neque nulla. Ut pulvinar sagittis nulla vitae vestibulum. Donec vulputate, massa 
vel semper porttitor, tellus libero lobortis neque, ut blandit mauris libero non 
dolor. </p>
<br><br>Donec tempor, magna non euismod porttitor, est ligula fringilla leo, a 
ultrices dolor velit eget ligula. Integer at enim mauris. Vivamus et nulla 
dapibus mauris accumsan pulvinar a sit amet dui. Suspendisse potenti. Phasellus 
in enim non justo porttitor commodo. Sed bibendum nisl id elit ultricies 
imperdiet. Maecenas non ligula arcu. In id odio ipsum, non cursus elit. 
Vestibulum tincidunt, nibh sit amet tincidunt ultricies, nunc nulla sagittis 
sem, at luctus massa odio consequat eros. Nullam malesuada, mi et dignissim 
dictum, elit enim malesuada augue, eget feugiat lacus urna quis erat. 
Pellentesque fermentum varius diam nec lobortis. Cras erat augue, tristique a 
vestibulum vel, eleifend a ante. Aliquam interdum, nunc sed molestie feugiat, 
felis dui bibendum mi, ac blandit eros leo nec nisi. Class aptent taciti 
sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nam at 
ligula felis. Etiam varius purus sit amet justo laoreet consectetur posuere 
justo faucibus. Curabitur accumsan nisi ut quam dapibus sit amet consectetur 
ipsum sollicitudin. </p> (caz muzik rock gitar guitar)</span>

<br>				

<div align=center>

<!--<a href="http://www.lifeinantalya.com/HaberResimler/2.jpg" class="highslide" onClick="return hs.expand(this)">asd</a>-->
</div><br>











						
<br><br>
<div align=center>
<table border="0" width="557" class="SoLKunye">
	<tr>
		<td width="547" colspan="3"><b><span class="metin1Editor">Tag</span></b></td>
		</tr>
	<tr>
		<td colspan="3" background="http://www.lifeinantalya.com/images/etkinlikhr.jpg" height=3></td>
	</tr>
	<tr>
		<td width="97" valign="top">Place</td>
		<td width="5" valign="top">:</td>
		<td width="441" class="KunyeDetay" valign="top">&nbsp;</td>
	</tr>
	<tr>
		<td colspan="3" background="http://www.lifeinantalya.com/images/etkinlikhr.jpg" height=3 valign="top"></td>
	</tr>
	<tr>
		<td width="97" valign="top">Date</td>
		<td width="5" valign="top">:</td>
		<td width="441" class="KunyeDetay" valign="top">&nbsp;</td>
	</tr>
	<tr>
		<td colspan="3" background="http://www.lifeinantalya.com/images/etkinlikhr.jpg" height=3 valign="top"></td>
	</tr>
	<tr>
		<td width="97" valign="top">Phone</td>
		<td width="5" valign="top">:</td>
		<td width="441" class="KunyeDetay" valign="top">&nbsp;</td>
	</tr>
	<tr>
		<td colspan="3" background="http://www.lifeinantalya.com/images/etkinlikhr.jpg" height=3 valign="top"></td>
	</tr>
	<tr>
		<td width="97" valign="top">Address</td>
		<td width="5" valign="top">:</td>
		<td width="441" class="KunyeDetay" valign="top">&nbsp;</td>
	</tr>
	<tr>
		<td colspan="3" background="http://www.lifeinantalya.com/images/etkinlikhr.jpg" height=3 valign="top"></td>
	</tr>


	<tr>
		<td width="97" valign="top">Schedule</td>
		<td width="5" valign="top">:</td>
		<td width="441" valign="top">&nbsp;</td>
	</tr>
	<tr>
		<td colspan="3" background="http://www.lifeinantalya.com/images/etkinlikhr.jpg" height=3></td>
	</tr>

</table>
</div>
						
						


						
	<div align=center>
<!--
<table border="0" width="87%"  class="SoLKunye" id="table7">
	<tr>
		<td width="75">&nbsp;Paylaþ :</td>
		<td width=16><a rel="nofollow" onclick="window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(location.href)+'&amp;t='+encodeURIComponent(document.title));return false;" title="Ekle: Facebook" href="http://www.facebook.com/"><img border="0" src="http://www.lifeinantalya.com/images/facebookjl7.gif" width="16" height="16"></a></td>
		<td width=21>
		<a href="http://www.reddit.com/submit" onclick="window.location = 'http://www.reddit.com/submit?url=' + encodeURIComponent(window.location); return false"> <img src="http://www.reddit.com/static/spreddit1.gif" alt="submit to reddit" border="0" /> </a>
		
		</td>
		<td width=20>
<a title="digg" target="_blank" href="http://digg.com/submit?phase=2&url=/default.asp?404;http://www.lifeinantalya.com:80/haber/Antalya-Online-Yayinda-!">
<img border="0" src="http://digg.com/img/badges/16x16-digg-guy.gif" width="16" height="16" alt="Digg!" />
</a>		</td>
		<td width=25>

<script type="text/javascript">
var URL = window.location.href;
document.write("<a title='sphinn' target='_blank' href='http://sphinn.com/submit?url="+URL+"'><img src='http://bloggerdesign.com/downloads/sphinn.png' border='0' alt='Sphinn' title='Add to Sphinn'></a>")
</script>				

</td>
		<td width=15>
<a rel="nofollow" onclick="window.open('http://twitter.com/home?status='+encodeURIComponent(location.href));return false;" title="Ekle: Twitter" href="http://www.twitter.com/"><img style="padding-bottom: 1px" src="http://www.lifeinantalya.com/images/twitterrl3.png" border="0" /></a>		</td>
		<td width=25>
		&nbsp;</td>
		<td width=505>&nbsp;</td>
		<td width=22>&nbsp;</td>
		<td width=22>&nbsp;</td>
		<td width=22>&nbsp;</td>
	</tr>
</table>						
-->
<br>
<br>

<table border="0" width="87%" id="table8">
	<tr>
		<td  class="SoLKunye" colspan="2">


	<a class="HaberList" href="#yorum" onclick="javascript:ac('addcomment');" style="cursor:pointer">
	THERE ARE NO COMMENTS FOR THIS ONE. BE THE FIRST TO MAKE A COMMENT!
	
	</a><br><br>



		



<div id=addcomment style="display:none">
<div class="commentboxZero">
<table border="0" width="100%" class=metin12 id="iletisim" style="background:none">
	<form name="comment" method="POST" action="http://www.lifeinantalya.com/haber/Antalya-Online-Yayinda-!" onSubmit="return formKontrol(this);">
 <script language="JavaScript">

<!--
function formKontrol(formobj){

	var onerilenAlanlar = Array("isim", "mail", "baslik", "yorum");
	var alanAciklamasi = Array("Ýsim", "E-Mail", "Yorum Baþlýðý", "Yorum");
	var uyariMsj = "Uyarý!:\n Aþaðýdaki Alanlarý Boþ Býrakamazsýnýz \n\n";
	
	var l_Msj = uyariMsj.length;
	
	for (var i = 0; i < onerilenAlanlar.length; i++){
		var obj = formobj.elements[onerilenAlanlar[i]];
		if (obj){
			switch(obj.type){
			case "select-one":
				if (obj.selectedIndex == -1 || obj.options[obj.selectedIndex].text == ""){
					uyariMsj += " - " + alanAciklamasi[i] + "\n";
				}
				break;
			case "select-multiple":
				if (obj.selectedIndex == -1){
					uyariMsj += " - " + alanAciklamasi[i] + "\n";
				}
				break;
			case "text":
			case "textarea":
			case "password":
				if (obj.value == "" || obj.value == null){
					uyariMsj += " - " + alanAciklamasi[i] + "\n";
				}
				break;
			default:
			}
			if (obj.type == undefined){
				var blnchecked = false;
				for (var j = 0; j < obj.length; j++){
					if (obj[j].checked){
						blnchecked = true;
					}
				}
				if (!blnchecked){
					uyariMsj += " - " + alanAciklamasi[i] + "\n";
				}
			}
		}
	}

	if (uyariMsj.length == l_Msj){

   if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(comment.mail.value))
      return true;

   alert("Lütfen Geçerli Bir E-Mail Giriniz ! \n")
     document.comment.mail.focus();
      return false;

		return true;
	}else{
		alert(uyariMsj);
		return false;
	}
}
// -->

</script>
	<input type="hidden" name="h1" value="h1">
	<input type="hidden" name="h2" value="5">
			<tr>
				<td width="209" valign="top">Ýsim</td>
				<td width="4" valign="top">:</td>
				<td width="72%" valign="top">
									<input type="text" name="isim" size="55" style="font-family: Tahoma; font-size: 10px; text-align:center"></td>
			</tr>
			<tr>
				<td width="209" valign="top">E-Mail</td>
				<td width="4" valign="top">:</td>
				<td width="72%" valign="top">
									<input type="text" name="mail" size="55" style="font-family: Tahoma; font-size: 10px; text-align:center"></td>
			</tr>
			<tr>
				<td width="209" valign="top">Yorum Baþlýðý</td>
				<td width="4" valign="top">:</td>
				<td width="72%" valign="top">
									<input type="text" name="baslik" size="55" style="font-family: Tahoma; font-size: 10px; text-align:center"></td>
			</tr>
			<tr>
				<td width="209" valign="top">Yorum</td>
				<td width="4" valign="top">:</td>
				<td width="72%" valign="top">
									<textarea rows="6" name="yorum" cols="51" style="font-family: Tahoma; font-size: 10px"></textarea></td>
			</tr>
			<tr>
				<td width="209" valign="top">&nbsp;</td>
				<td width="4" valign="top">&nbsp;</td>
				<td width="72%" valign="top">
			  <input type="submit" value="  Gönder  "  name="gonder"></td>
			</tr>
</form>
		</table>
		</div>



<div class="commentfooterZero">! Tüm alanlarýn girilmesi zorunludur.
</div>
</div>










</td>
	</tr>
	<tr>
		<td width="125"  class="SoLKunye">&nbsp;</td>
		<td>
<br>
<div align=right><a expr:name='data:post.title' expr:id='data:post.url' onmouseover='return addthis_open(this, "", this.id, this.name);' onmouseout='addthis_close()' onclick='return addthis_sendto()'><img src="http://s7.addthis.com/static/btn/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a> <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js?pub=xa-4a66236f53db6080"></script></div>						<br>
</td>
	</tr>
</table>						

<table border="0" width="87%" id="table9">
	<tr>
		<td width="97"  class="SoLKunye" bgcolor="#D4D4D4">&nbsp;Share This News :</td>
		<td bgcolor="#D4D4D4" height=33>
		<p align="center">
		<input type="text" name="T2" size="83" style="font-family: Trebuchet MS; font-size: 9pt; color: #999999; border: 1px solid #DADADA" value="&lt;a href='http://www.lifeinantalya.com/haber/Antalya-Online-Yayinda-!'&gt;Antalya Online Yayýnda !&lt;/a&gt;"></td>
	</tr>
</table></div>					
						<br>
						</td>
						<td width="8" valign="top">&nbsp;
						</td>
						<td width="150" valign="top">
						<img border="0" src="http://www.lifeinantalya.com/AnaResimler/moda.jpg" width="280" height="255">
						<br><br>


<div id="TabbedPanels1" class="TabbedPanels">
                <ul class="TabbedPanelsTabGroup">
                  <li class="TabbedPanelsTab" tabindex="0">News Labels</li>
                </ul>
                <div class="TabbedPanelsContentGroup">

                  <div class="TabbedPanelsContent">

                    <table width="184%" border="0" cellspacing="0" cellpadding="0" id="table1">
                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="metin1"><div align="left">
                        <span class="metin_baslik">
                        <b>
                        <a class=HaberList href='http://www.lifeinantalya.com/etiket/online'> online, </a><a class=HaberList href='http://www.lifeinantalya.com/etiket/gezi'> gezi, </a><a class=HaberList href='http://www.lifeinantalya.com/etiket/kültür'> kültür, </a><a class=HaberList href='http://www.lifeinantalya.com/etiket/sanat'> sanat, </a><a class=HaberList href='http://www.lifeinantalya.com/etiket/tarih'> tarih, </a><a class=HaberList href='http://www.lifeinantalya.com/etiket/eglence'> eglence, </a><a class=HaberList href='http://www.lifeinantalya.com/etiket/spor'> spor, </a><a class=HaberList href='http://www.lifeinantalya.com/etiket/aktivite'>aktivite, </a><a class=HaberList href='http://www.lifeinantalya.com/etiket/tatil'> tatil, </a><a class=HaberList href='http://www.lifeinantalya.com/etiket/internet'> internet, </a><a class=HaberList href='http://www.lifeinantalya.com/etiket/portal'> portal, </a>
                        </b>
                        
                        </span>
                        </div></td>
                      </tr>
                      </table>

                  </div>
                  
                  
                </div>
              </div>



<p>&nbsp;</p>

<div id="TabbedPanels2" class="TabbedPanels">
                <ul class="TabbedPanelsTabGroup">
                  <li class="TabbedPanelsTab" tabindex="0">Latest News</li>
                  <li class="TabbedPanelsTab" tabindex="0">Top Hits</li>
                  <li class="TabbedPanelsTab" tabindex="0">Publications</li>
                </ul>
                <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">&nbsp;</td>
                      </tr>

                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="metin1" width="16"><div align="left">
          <img src="http://www.lifeinantalya.com/HaberResimler/Uluslararasi-Turizm-Haftasi-(ITW-2010)-Etkinlikleri.jpg" width=45>
                        </div></td>
                        <td valign="top" class="HaberList" width="7">
                       </td>
                        <td valign="top" class="HaberList" width="218" height=30>
                        <span class="HaberList">
                        <b><a  class="HaberList" href="http://www.lifeinantalya.com/haber/Uluslararasi-Turizm-Haftasi-(ITW-2010)-Etkinlikleri">Uluslararasý Turizm Haftasý (ITW 2010) Etkinlikleri</a></b></span></td>
                      </tr>

                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="metin1" width="16"><div align="left">
          <img src="http://www.lifeinantalya.com/HaberResimler/KREMANY.jpg" width=45>
                        </div></td>
                        <td valign="top" class="HaberList" width="7">
                       </td>
                        <td valign="top" class="HaberList" width="218" height=30>
                        <span class="HaberList">
                        <b><a  class="HaberList" href="http://www.lifeinantalya.com/haber/KREMANY">KREMANY</a></b></span></td>
                      </tr>

                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="metin1" width="16"><div align="left">
          <img src="http://www.lifeinantalya.com/HaberResimler/Dorduncu-Paris-II-Dalisi-Kemerde.jpg" width=45>
                        </div></td>
                        <td valign="top" class="HaberList" width="7">
                       </td>
                        <td valign="top" class="HaberList" width="218" height=30>
                        <span class="HaberList">
                        <b><a  class="HaberList" href="http://www.lifeinantalya.com/haber/Dorduncu-Paris-II-Dalisi-Kemerde">Dördüncü Paris II Dalýþý Kemerde</a></b></span></td>
                      </tr>

                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="metin1" width="16"><div align="left">
          <img src="http://www.lifeinantalya.com/HaberResimler/Sebnem-Ferah-Antalya'da.jpg" width=45>
                        </div></td>
                        <td valign="top" class="HaberList" width="7">
                       </td>
                        <td valign="top" class="HaberList" width="218" height=30>
                        <span class="HaberList">
                        <b><a  class="HaberList" href="http://www.lifeinantalya.com/haber/Sebnem-Ferah-Antalya-da">Þebnem Ferah Antalya da</a></b></span></td>
                      </tr>

                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="metin1" width="16"><div align="left">
          <img src="http://www.lifeinantalya.com/HaberResimler/Saatler-Geri-Aliniyor..jpg" width=45>
                        </div></td>
                        <td valign="top" class="HaberList" width="7">
                       </td>
                        <td valign="top" class="HaberList" width="218" height=30>
                        <span class="HaberList">
                        <b><a  class="HaberList" href="http://www.lifeinantalya.com/haber/Saatlerinizi-Ileri-Almayi-Unutmayiniz">Saatlerinizi Ýleri Almayý Unutmayýnýz</a></b></span></td>
                      </tr>

                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="metin1" width="16"><div align="left">
          <img src="http://www.lifeinantalya.com/HaberResimler/III.-Akdeniz-Is-Firsatlari-Fuari.jpg" width=45>
                        </div></td>
                        <td valign="top" class="HaberList" width="7">
                       </td>
                        <td valign="top" class="HaberList" width="218" height=30>
                        <span class="HaberList">
                        <b><a  class="HaberList" href="http://www.lifeinantalya.com/haber/III.-Akdeniz-Is-Firsatlari-Fuari">III. Akdeniz Ýþ Fýrsatlarý Fuarý</a></b></span></td>
                      </tr>

                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="metin1" width="16"><div align="left">
          <img src="http://www.lifeinantalya.com/HaberResimler/7.-Geleneksel-Golf-Is-Forumu.jpg" width=45>
                        </div></td>
                        <td valign="top" class="HaberList" width="7">
                       </td>
                        <td valign="top" class="HaberList" width="218" height=30>
                        <span class="HaberList">
                        <b><a  class="HaberList" href="http://www.lifeinantalya.com/haber/7.-Geleneksel-Golf-Is-Forumu">7. Geleneksel Golf Ýþ Forumu</a></b></span></td>
                      </tr>

                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="metin1" width="16"><div align="left">
          <img src="http://www.lifeinantalya.com/HaberResimler/Farid-Farjad-Antalya-da.jpg" width=45>
                        </div></td>
                        <td valign="top" class="HaberList" width="7">
                       </td>
                        <td valign="top" class="HaberList" width="218" height=30>
                        <span class="HaberList">
                        <b><a  class="HaberList" href="http://www.lifeinantalya.com/haber/Farid-Farjad-Antalya-da">Farid Farjad Antalya da</a></b></span></td>
                      </tr>

                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="metin1" width="16"><div align="left">
          <img src="http://www.lifeinantalya.com/HaberResimler/Uluslararasi-Tiyatro-Festivali-Antalyada-.jpg" width=45>
                        </div></td>
                        <td valign="top" class="HaberList" width="7">
                       </td>
                        <td valign="top" class="HaberList" width="218" height=30>
                        <span class="HaberList">
                        <b><a  class="HaberList" href="http://www.lifeinantalya.com/haber/Uluslararasi-Tiyatro-Festivali-Antalyada-">Uluslararasý Tiyatro Festivali Antalyada </a></b></span></td>
                      </tr>
                  
                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="metin1" width="16">&nbsp;</td>
                        <td valign="top" class="HaberList" width="7">&nbsp;
                       </td>
                        <td valign="top" class="HaberList" width="218" height=30>
                        <div align="right"><a href="http://www.lifeinantalya.com/haberarsivi" class="devami">News Archive &gt;&gt;</a></div></td>
                      </tr>
                    </table>

                  </div>



                  <div class="TabbedPanelsContent">

                    <table width="276" border="0" cellspacing="0" cellpadding="0" id="table1">
                      <tr>
                        <td width="251" valign="top" colspan="4">&nbsp;</td>
                      </tr>

                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="metin1" width="16"><div align="left">
          <img src="http://www.lifeinantalya.com/HaberResimler/III.-Akdeniz-Is-Firsatlari-Fuari.jpg" width=45>
                        </div></td>
                        <td valign="top" class="HaberList" width="7">
                       </td>
                        <td valign="top" class="HaberList" width="218" height=30>
                        <span class="HaberList">
                        <b><a  class="HaberList" href="http://www.lifeinantalya.com/haber/III.-Akdeniz-Is-Firsatlari-Fuari">III. Akdeniz Ýþ Fýrsatlarý Fuarý</a></b></span></td>
                      </tr>

                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="metin1" width="16"><div align="left">
          <img src="http://www.lifeinantalya.com/HaberResimler/7.-Geleneksel-Golf-Is-Forumu.jpg" width=45>
                        </div></td>
                        <td valign="top" class="HaberList" width="7">
                       </td>
                        <td valign="top" class="HaberList" width="218" height=30>
                        <span class="HaberList">
                        <b><a  class="HaberList" href="http://www.lifeinantalya.com/haber/7.-Geleneksel-Golf-Is-Forumu">7. Geleneksel Golf Ýþ Forumu</a></b></span></td>
                      </tr>

                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="metin1" width="16"><div align="left">
          <img src="http://www.lifeinantalya.com/HaberResimler/KREMANY.jpg" width=45>
                        </div></td>
                        <td valign="top" class="HaberList" width="7">
                       </td>
                        <td valign="top" class="HaberList" width="218" height=30>
                        <span class="HaberList">
                        <b><a  class="HaberList" href="http://www.lifeinantalya.com/haber/KREMANY">KREMANY</a></b></span></td>
                      </tr>

                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="metin1" width="16"><div align="left">
          <img src="http://www.lifeinantalya.com/HaberResimler/Uluslararasi-Turizm-Haftasi-(ITW-2010)-Etkinlikleri.jpg" width=45>
                        </div></td>
                        <td valign="top" class="HaberList" width="7">
                       </td>
                        <td valign="top" class="HaberList" width="218" height=30>
                        <span class="HaberList">
                        <b><a  class="HaberList" href="http://www.lifeinantalya.com/haber/Uluslararasi-Turizm-Haftasi-(ITW-2010)-Etkinlikleri">Uluslararasý Turizm Haftasý (ITW 2010) Etkinlikleri</a></b></span></td>
                      </tr>

                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="metin1" width="16"><div align="left">
          <img src="http://www.lifeinantalya.com/HaberResimler/Dorduncu-Paris-II-Dalisi-Kemerde.jpg" width=45>
                        </div></td>
                        <td valign="top" class="HaberList" width="7">
                       </td>
                        <td valign="top" class="HaberList" width="218" height=30>
                        <span class="HaberList">
                        <b><a  class="HaberList" href="http://www.lifeinantalya.com/haber/Dorduncu-Paris-II-Dalisi-Kemerde">Dördüncü Paris II Dalýþý Kemerde</a></b></span></td>
                      </tr>

                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="metin1" width="16"><div align="left">
          <img src="http://www.lifeinantalya.com/HaberResimler/Sebnem-Ferah-Antalya'da.jpg" width=45>
                        </div></td>
                        <td valign="top" class="HaberList" width="7">
                       </td>
                        <td valign="top" class="HaberList" width="218" height=30>
                        <span class="HaberList">
                        <b><a  class="HaberList" href="http://www.lifeinantalya.com/haber/Sebnem-Ferah-Antalya-da">Þebnem Ferah Antalya da</a></b></span></td>
                      </tr>

                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="metin1" width="16"><div align="left">
          <img src="http://www.lifeinantalya.com/HaberResimler/Saatler-Geri-Aliniyor..jpg" width=45>
                        </div></td>
                        <td valign="top" class="HaberList" width="7">
                       </td>
                        <td valign="top" class="HaberList" width="218" height=30>
                        <span class="HaberList">
                        <b><a  class="HaberList" href="http://www.lifeinantalya.com/haber/Saatlerinizi-Ileri-Almayi-Unutmayiniz">Saatlerinizi Ýleri Almayý Unutmayýnýz</a></b></span></td>
                      </tr>

                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="metin1" width="16"><div align="left">
          <img src="http://www.lifeinantalya.com/HaberResimler/Farid-Farjad-Antalya-da.jpg" width=45>
                        </div></td>
                        <td valign="top" class="HaberList" width="7">
                       </td>
                        <td valign="top" class="HaberList" width="218" height=30>
                        <span class="HaberList">
                        <b><a  class="HaberList" href="http://www.lifeinantalya.com/haber/Farid-Farjad-Antalya-da">Farid Farjad Antalya da</a></b></span></td>
                      </tr>

                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="metin1" width="16"><div align="left">
          <img src="http://www.lifeinantalya.com/HaberResimler/Uluslararasi-Tiyatro-Festivali-Antalyada-.jpg" width=45>
                        </div></td>
                        <td valign="top" class="HaberList" width="7">
                       </td>
                        <td valign="top" class="HaberList" width="218" height=30>
                        <span class="HaberList">
                        <b><a  class="HaberList" href="http://www.lifeinantalya.com/haber/Uluslararasi-Tiyatro-Festivali-Antalyada-">Uluslararasý Tiyatro Festivali Antalyada </a></b></span></td>
                      </tr>
                  
                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="metin1" width="16">&nbsp;</td>
                        <td valign="top" class="HaberList" width="7">&nbsp;
                       </td>
                        <td valign="top" class="HaberList" width="218" height=30>
                        <div align="right"><a href="http://www.lifeinantalya.com/haberarsivi" class="devami">News Archive &gt;&gt;</a></div></td>
                      </tr>
                    </table>

                  </div>



<div class="TabbedPanelsContent">

                    <table width="276" border="0" cellspacing="0" cellpadding="0" id="table1">
                      <tr>
                        <td width="251" valign="top" colspan="4">&nbsp;</td>
                      </tr>

                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="metin1" width="16"><div align="left">
          <img src="http://www.lifeinantalya.com/images/magazine.png">
                        </div></td>
                        <td valign="top" class="HaberList" width="7">
                       </td>
                        <td valign="top" class="HaberList" width="218" height=30>
                        <span class="HaberList">
                        <b><a  class="HaberList" href="http://www.lifeinantalya.com/haber/III.-Akdeniz-Is-Firsatlari-Fuari">Female</a></b></span></td>
                      </tr>
                      <tr>
                        <td width="251" valign="top" colspan="4">&nbsp;</td>
                      </tr>

                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="metin1" width="16"><div align="left">
          <img src="http://www.lifeinantalya.com/images/magazine.png">
                        </div></td>
                        <td valign="top" class="HaberList" width="7">
                       </td>
                        <td valign="top" class="HaberList" width="218" height=30>
                        <span class="HaberList">
                        <b><a  class="HaberList" href="http://www.lifeinantalya.com/haber/7.-Geleneksel-Golf-Is-Forumu">DecoTime</a></b></span></td>
                      </tr>
                      <tr>
                        <td width="251" valign="top" colspan="4">&nbsp;</td>
                      </tr>

                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="metin1" width="16"><div align="left">
          <img src="http://www.lifeinantalya.com/images/magazine.png">
                        </div></td>
                        <td valign="top" class="HaberList" width="7">
                       </td>
                        <td valign="top" class="HaberList" width="218" height=30>
                        <span class="HaberList">
                        <b><a  class="HaberList" href="http://www.lifeinantalya.com/haber/KREMANY"></a></b></span></td>
                      </tr>
                      <tr>
                        <td width="251" valign="top" colspan="4">&nbsp;</td>
                      </tr>
                  
                      <tr>
                        <td width="10" valign="top">&nbsp;</td>
                        <td valign="top" class="metin1" width="16">&nbsp;</td>
                        <td valign="top" class="HaberList" width="7">&nbsp;
                       </td>
                        <td valign="top" class="HaberList" width="218" height=30>
                        <div align="right">
							<a href="http://www.lifeinantalya.com/haberarsivi" class="devami">News Archive &gt;&gt;</a></div></td>
                      </tr>
                    </table>

                  </div>

                  
                </div>
              </div>
<br>&nbsp;                 
 <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>

