Forum'da ara:
Ara


Yazar Mesaj
Mesaj22.05.2009, 22:36 (UTC)    
Mesaj konusu:

[...]

Düzenlendi.

@benimsitem1993
______________
BenimSitem1993 => Forum imzanız 3 satırı geçtiğinden düzenlendi..


En son makgunes tarafından 13.12.2009 14:56:47 tarihinde değiştirildi, toplam 1 kere değiştirildi
Mesaj23.05.2009, 16:18 (UTC)    
Mesaj konusu:

Sitenize winanmp


Kod:
<iframe name="winamp_muzik" marginwidth="0" marginheight="0" src="http://www.chatklas.com/muzik/skin8.html" frameborder="0" height="125" scrolling="no" width="560"></iframe>


Google Arama Motoru


Kod:
<!-- Search Google --> <center> <form method="get" action="http://www.google.com.tr/custom" target="_top"> <table bgcolor="#ffffff"> <tr><td nowrap="nowrap" valign="top" align="left" height="32"> <a href="http://www.google.com/" _fcksavedurl="http://www.google.com/"> <img src="http://www.google.com/logos/Logo_25wht.gif" _fcksavedurl="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="middle"></img></a> <label for="sbi" style="display: none">Arama terimlerinizi girin</label> <input type="text" name="q" size="31" maxlength="255" value="" id="sbi"></input> <label for="sbb" style="display: none">Arama formu gönder</label> <input type="submit" name="sa" value="Arama" id="sbb"></input> <input type="hidden" name="client" value="pub-5224501972594997"></input> <input type="hidden" name="forid" value="1"></input> <input type="hidden" name="ie" value="ISO-8859-9"></input> <input type="hidden" name="oe" value="ISO-8859-9"></input> <input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699; ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1"></input> <input type="hidden" name="hl" value="tr"></input> </td></tr></table> </form> </center> <a href="http://sitene-kod-ekle.tr.gg/Ana-Sayfa.htm" _fcksavedurl="http://sitene-kod-ekle.tr.gg/Ana-Sayfa.htm">google </a> <!-- Search Google -->



Resim Yükleme Kodu


Kod:
<iframe scrolling=no frameborder=0 width=360 height=450 src="http://www.yukle.tc/web.php"></iframe>
Mesaj24.05.2009, 14:02 (UTC)    
Mesaj konusu:

Bu Kod paylaşımımızda ise sizlere sağ tık menüyü eklemeni için sizler için uyarladık .. bunun amacı sitenizin görselliğini arttırmak ve de sağ tık yasağı gibi denebilir ama sağ tıklayınca menü açılınca daha bir güzel oluyor görsel açıdan . bu da ziyaretçilerinizin hoşuna gidebilir. neyse lafım uzatmayım aşağıdaki kodu istediğini zyere ekleyin ve tsağ tık zevkini çıkarın işte kod

Kod:
<style type="text/css">
<!--

/* Context menu Script- © Mini-mekan (www.mini-mekan.tr.gg) Upload Zamanı: 24/05/2009
Kodun Düzenlenmesi tamamen ,  http://www.mini-mekan.tr.gg  '  a Aittir .. */

.skin0{
position:absolute;
width:165px;
border:2px solid black;
background-color:menu;
font-family:Verdana;
line-height:20px;
cursor:default;
font-size:14px;
z-index:100;
visibility:hidden;
}

.menuitems{
padding-left:10px;
padding-right:10px;
}
--></style>
<div id="ie5menu" class="skin0" display:none="" onClick_fckprotectedatt=" onClick="jumptoie5(event)"" onMouseout_fckprotectedatt=" onMouseout="lowlightie5(event)"" onMouseover_fckprotectedatt=" onMouseover="highlightie5(event)"">
<div class="menuitems" url="http://www.mini-mekan.tr.gg">Mini-Mekan</div>
<div class="menuitems" url="http://mini-mekan.tr.gg/Web-Dersleri.htm" target="newwin">Web Dersleri</div>
<div class="menuitems" url="http://mini-mekan.tr.gg/photoshop-dersleri.htm">Photohop Dersleri</div>
<div class="menuitems" url="http://mini-mekan.tr.gg/PcDersleri.htm">Pc Dersleri</div>
<div class="menuitems" url="http://mini-mekan.tr.gg/Eglence.htm">Eğlence</div>
<div class="menuitems" url="http://mini-mekan.tr.gg/html-kodlar.htm">Html Kodlar</div>
<FCK:hr  />
<div class="menuitems" url="mailto:dynamicdrive( at )yahoo.com">Email Us</div>
</div>
<script language="JavaScript1.2">

//set this variable to 1 if you wish the URLs of the highlighted menu to be displayed in the status bar
var display_url=0

var ie5=document.all&&document.getElementById
var ns6=document.getElementById&&!document.all
if (ie5||ns6)
var menuobj=document.getElementById("ie5menu")

function showmenuie5(e){
//Find out how close the mouse is to the corner of the window
var rightedge=ie5? document.body.clientWidth-event.clientX : window.innerWidth-e.clientX
var bottomedge=ie5? document.body.clientHeight-event.clientY : window.innerHeight-e.clientY

//if the horizontal distance isn't enough to accomodate the width of the context menu
if (rightedge<menuobj.offsetWidth)
//move the horizontal position of the menu to the left by it's width
menuobj.style.left=ie5? document.body.scrollLeft+event.clientX-menuobj.offsetWidth : window.pageXOffset+e.clientX-menuobj.offsetWidth
else
//position the horizontal position of the menu where the mouse was clicked
menuobj.style.left=ie5? document.body.scrollLeft+event.clientX : window.pageXOffset+e.clientX

//same concept with the vertical position
if (bottomedge<menuobj.offsetHeight)
menuobj.style.top=ie5? document.body.scrollTop+event.clientY-menuobj.offsetHeight : window.pageYOffset+e.clientY-menuobj.offsetHeight
else
menuobj.style.top=ie5? document.body.scrollTop+event.clientY : window.pageYOffset+e.clientY

menuobj.style.visibility="visible"
return false
}

function hidemenuie5(e){
menuobj.style.visibility="hidden"
}

function highlightie5(e){
var firingobj=ie5? event.srcElement : e.target
if (firingobj.className=="menuitems"||ns6&&firingobj.parentNode.className=="menuitems"){
if (ns6&&firingobj.parentNode.className=="menuitems") firingobj=firingobj.parentNode //up one node
firingobj.style.backgroundColor="highlight"
firingobj.style.color="white"
if (display_url==1)
window.status=event.srcElement.url
}
}

function lowlightie5(e){
var firingobj=ie5? event.srcElement : e.target
if (firingobj.className=="menuitems"||ns6&&firingobj.parentNode.className=="menuitems"){
if (ns6&&firingobj.parentNode.className=="menuitems") firingobj=firingobj.parentNode //up one node
firingobj.style.backgroundColor=""
firingobj.style.color="black"
window.status=''
}
}

function jumptoie5(e){
var firingobj=ie5? event.srcElement : e.target
if (firingobj.className=="menuitems"||ns6&&firingobj.parentNode.className=="menuitems"){
if (ns6&&firingobj.parentNode.className=="menuitems") firingobj=firingobj.parentNode
if (firingobj.getAttribute("target"))
window.open(firingobj.getAttribute("url"),firingobj.getAttribute("target"))
else
window.location=firingobj.getAttribute("url")
}
}

if (ie5||ns6){
menuobj.style.display=''
document.oncontextmenu=showmenuie5
document.onclick=hidemenuie5
}

</script>

______________
Mesaj24.05.2009, 14:57 (UTC)    
Mesaj konusu: PUNİSHER ARKA PLAN TAVSİYE EDİLİR

Kod:
<style type="text/css"> body {background-color:; background-image:url(http://www.rockincodes.com/graphics/layouts/punisher.jpg); background-position:Top Center; background-attachment:fixed; background-repeat:repeat-y;} table table table td.text table table div img {visibility:visible;} table table table td.text table table div { background-image:none;} div table tbody tr td a, div table tbody tr td input, div table tbody tr td font {visibility: hidden} div table tbody, div table tbody td {background-color: !important;} div div table table tr td {background-color:transparent !important;} div div table {postion: absolute; top: 1px; text-align: center;} div table tbody tr td a.navbar, div table tbody tr td form input, div table tbody tr td a img, div table tbody tr td div a {visibility: visible !important; display: inline !important;} table tbody td table tbody tr td.text table table, table tbody td table tbody tr td.text table table tbody td.text {visibility: visible;} table, td {padding: none !important;} body {background-color:transparent} body table {background-color:transparent} body table td {background-color: transparent;} body table table {background-color: !imporant} table tbody table tbody td, table tbody table tbody table {border: none;} table tbody table tbody table table {background-color: !important; border: none; padding: none;} table tbody table tbody table table td {background-color:; padding: 2px;} table tbody table tbody table table td.text {background-color: transparent !important;} table tbody td table tbody tr td.text table td.text table {border: none;} table tbody td table tbody tr td.text table td.text {background-color: !important; border: none;} table tbody td table tbody tr td.text table table {border: none;} table table table table table {background-color: transparent;} body {text-align: center !important;} .blacktext12 {visibility: hidden} .orangetext15, .lightbluetext8, .whitetext12, .nametext, .btext, .redtext, .redbtext{color:661B0F;font-size:16px;font-weight:bold;text-decoration:none;font-style:normal;font-family:trebuchet ms,Verdana,arial,verdana,sans-serif;} .redbtext.shadowed { filter: shadow( color=blue, direction=135 ); } body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited{color:8C1E11;font-size:8pt;font-weight:normal;text-decoration:none;font-weight:normal;font-style:normal;font-family:trebuchet ms,Verdana,arial,verdana,sans-serif;} a, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited{color:661B0F;font-size:8pt;font-weight:bold;text-decoration:none;font-style:normal;font-family:trebuchet ms,Verdana,arial,verdana,sans-serif;} a:hover, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.searchlinkSmall:hover, a.searchlinkSmall:active{color:8C1E11;font-size:8pt;font-weight:bold;text-decoration:underline ;font-style:normal;font-family:trebuchet ms,Verdana,arial,verdana,sans-serif;} td.text td.text table table td img {width:260px; max-width:260px; width:auto;} td.text td.text table table td a img {width:90px; max-width:260px; width:auto;} td.text td.text table table td div img {width:80px;} html td.text td.text table table td img {width:260px;} html td.text td.text table table td a img {width:90px;} html td.text td.text table table td div img {width:80px;} table table table td {vertical-align:top ! important;} span.blacktext12 { visibility:visible !important; background-color:transparent; background-image:url("http://www.rockincodes.com/graphics/layouts/punishernetwork.jpg"); background-repeat:no-repeat; background-position:center center; font-size:0px; letter-spacing:-0.5px; width:435px; height:75px; display:block !important; border:1px; border-color:ffffff; } span.blacktext12 img {display:none; border-width:1; border-color:ffffff; } .img { border-width:1; border-color:ffffff; } </style> <a rel="nofollow" href="http://www.rockincodes.com/" _fcksavedurl="http://www.rockincodes.com/" _fcksavedurl="http://www.rockincodes.com/" _fcksavedurl="http://www.rockincodes.com/" target="_blank"><img src="http://www.rockincodes.com/support.gif" _fcksavedurl="http://www.rockincodes.com/support.gif" _fcksavedurl="http://www.rockincodes.com/support.gif" _fcksavedurl="http://www.rockincodes.com/support.gif" alt="My Space Codes" style="position:absolute; left:0px; top: 0px;" border="0"></a> Get your own free cool template at <a rel="nofollow" href="http://www.rockincodes.com/graphics/layouts/" _fcksavedurl="http://www.rockincodes.com/graphics/layouts/" _fcksavedurl="http://www.rockincodes.com/graphics/layouts/" _fcksavedurl="http://www.rockincodes.com/graphics/layouts/" target="_blank">MySpace Layouts</a><br>
Mesaj25.05.2009, 07:20 (UTC)    
Mesaj konusu:

Sayfanıza Kaç Kere Girildiğini Gösteren Kod

Örnek:Bu Sayfaya 5 Kere Girdiler

Not:Her Sayfa İçin Geçerli Değildir Sadece Koyduğunuz Sayfa İçin Geçerlidir.Yani bir çeşit çoğul hit sayaçı.



Kod:
<!--- TurkplaneT Kod Başlangıcı --->

<script language="Javascript"><!--
// www.necroshine.tk
function getCookieVal (offset) {
  var endstr = document.cookie.indexOf (";", offset);  if (endstr == -1)
    endstr = document.cookie.length;
  return unescape(document.cookie.substring(offset, endstr));}
function GetCookie (name) {  var arg = name + "=";  var alen = arg.length;
  var clen = document.cookie.length;  var i = 0;  while (i < clen) {
    var j = i + alen;    if (document.cookie.substring(i, j) == arg)
      return getCookieVal (j);    i = document.cookie.indexOf(" ", i) + 1;
    if (i == 0)       break;  }  return null;}function SetCookie (name, value) {
  var argv = SetCookie.arguments;  var argc = SetCookie.arguments.length;
  var expires = (argc > 2) ? argv[2] : null;
  var path = (argc > 3) ? argv[3] : null;
  var domain = (argc > 4) ? argv[4] : null;
  var secure = (argc > 5) ? argv[5] : false;
  document.cookie = name + "=" + escape (value) +
    ((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +
    ((path == null) ? "" : ("; path=" + path)) +
    ((domain == null) ? "" : ("; domain=" + domain)) +
    ((secure == true) ? "; secure" : "");}function DeleteCookie(name) {
  var exp = new Date();  FixCookieDate (exp); // Mac Bug için düzeltme
  exp.setTime (exp.getTime() - 1);  // cookies geçmişi
  var cval = GetCookie (name);  if (cval != null)
    document.cookie = name + "=" + cval + "; expires=" + exp.toGMTString();}
var expdate = new Date();var num_visits;
expdate.setTime(expdate.getTime() + (5*24*60*60*1000));
if (!(num_visits = GetCookie("num_visits")))  num_visits = 0;num_visits++;
SetCookie("num_visits",num_visits,expdate);//--></script> <script language="Javascript"><!--
document.write("<font size=3 face=tahoma><b>"+num_visits+"</b></face> kere bu sayfaya girdiler.");//-->
</script>

<!--- TurkplaneT Kod Sonu --->



İyi Çalışmalar Wink
______________
Mesaj26.05.2009, 14:40 (UTC)    
Mesaj konusu: Sitene Facebook profilini ekle

Alıntıdır'Webmaster Hitly'....

Önizleme


Öncelikle Facebook a giriş yapıyoruz.... ( http://www.facebook.com/home.php)
Daha Sonra BURAYA TIKLAYINLARA Profil kartınızın kodunu alıyorsunuz...
Eğer Profil kartınızı düzenlemek istiyorsanız BURAYA TIKLAYINIZ....
______________
Html kodların en iyisini forum sitelerinde yayınlama benim görevimdir Smile
Mesaj29.05.2009, 16:13 (UTC)    
Mesaj konusu: Sitene Müzik haberleri ekle

Sitene Müzik haberleri ekle Kayan yazı tarzında

Kod:
<!-- www.dinLeFm.com Müzik Haberleri KOD BAŞLANGICI -->
<script language=JavaScript src=http://www.dinlefm.com/modules.php?op=modload&name=HaberBasliklari&file=index&ac=scroller&ac2=5&ac3=0></script>
<!-- www.dinLeFm.com Müzik Haberleri KOD BİTİSİ -->
Mesaj29.05.2009, 21:08 (UTC)    
Mesaj konusu:

Arkadaşlar gerçekten görebileceğiniz en kral oyun kodları

tavsiye ederim, mutlaka deneyin.

sağdaki menüye oyun kodları, iframesiz, hilesiz, logosuz, reklamsız vs.

Kod:
<table border="0" width="100%" id="table1" style="border-collapse: collapse">
   <tr>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
   </tr>
   <tr>
      <td>&nbsp;</td>
      <td width="156">
      <table border="0" width="100%" id="table2" style="border-collapse: collapse">
         <tr>
            <td align="center">

<select onchange="if (this.options[this.selectedIndex].value != 'null') { window.open(this.options[this.selectedIndex].value,'resim','width=970,height=650,resizable=yes,scrollbars=yes,top=0,left=0') }" size="1" name="select" style="font-family: Arial; font-size: 10pt; width: 155; height: 22">   
<option selected>Araba Oyunları</option>
<option> </option>   
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/alferomeo_modifiye.htm"> 80 Gün </option>   
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/amerika_trucks.htm"> Amerika Trucks </option>   
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/araba_kurtar.htm"> Araba Kurtar </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/araba_tuning.htm"> Araba Tuning </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/arac_cekici.htm"> Araç Çekici </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/audi_q7_modifiye.htm"> Audi Q7 Modifiye </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/avrupa_trucks.htm"> Avrupa Trucks </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/bmw_dizayn.htm"> Bmw Dizayn </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/buz_arabasi.htm"> Buz Arabası </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/cadillac_modifiye.htm"> Cadillac Modifiye </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/carpisan_araba.htm"> Çarpışan Araba </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/cilgin_arabalar.htm"> Çılgın Arabalar </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/colde_macera.htm"> Çölde Macera </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/dag_jipleri.htm"> Dağ Jipleri </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/dev_teker_plajda.htm"> Dev Teker Plajda </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/dev_teker_sehirde.htm"> Dev Teker Şehirde </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/drag_racer.htm"> Drag Racer </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/faf_yarisi.htm"> Faf Yarışı </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/ferrari_modifiye.htm"> Ferrari Modifiye </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/flash_modifiye.htm"> Flash Modifiye </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/gallardo_modifiye.htm"> Gallardo Modifiye </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/hizli_yaris.htm"> Hızlı Yarış </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/inanilmaz_show.htm">İnanılmaz Şov  </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/jam_araba_yarisi.htm"> Jam Araba Yarışı </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/kafa_kafaya_yaris.htm"> Kafa Kafaya Yarış </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/kirmizi_hundai.htm"> Kırmızı Hundai </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/klasik_araba_modifiye.htm"> Klasik Araba Modifiye </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/maybach_modifiye.htm"> Maybach Modifiye </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/minik_araba_dizayn.htm"> Minik Araba Dizayn </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/monster_truck_modifiye.htm"> Monster Truck Modifiye </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/pagani_zonda_modifiye.htm"> Pagani Zonda Modifiye </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/porsch_modife_08.htm"> Porsch Modifiye </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/rural_racer.htm"> Rural racer </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/sim_taksi.htm"> Sim Taksi </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/super_araba_modifiye.htm"> Süper Araba Modifiye </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/tir_kullan.htm"> Tır Kullan </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/tir_modifiye.htm"> Tır Modifiye </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/tracking_turkey.htm"> Tracking Turkey </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/transparker.htm"> Transparker </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/yuklu_kamyon.htm"> Yüklü Kamyon </option>
<option value="http://resimvideo.110mb.com/oyun/araba_oyunlari/zorlu_yaris.htm"> Zorlu Yarış </option>
<option> ------------------------------------ </option>   

</select></td>
         </tr>
         <tr>
            <td align="center">

<select onchange="if (this.options[this.selectedIndex].value != 'null') { window.open(this.options[this.selectedIndex].value,'resim','width=970,height=650,resizable=yes,scrollbars=yes,top=0,left=0') }" size="1" name="select14" style="font-family: Arial; font-size: 10pt; width: 155; height: 22">   
<option selected>Araba Parketme</option>
<option> </option>   
<option value="http://resimvideo.110mb.com/oyun/parketme_oyunlari/arabani_parket.swf.htm"> Arabanı Parket</option>
<option value="http://resimvideo.110mb.com/oyun/parketme_oyunlari/arabani_parket_2.swf.htm"> Arabanı Parket 2</option>
<option value="http://resimvideo.110mb.com/oyun/parketme_oyunlari/cilgin_park.swf.htm"> Çılgın Park</option>
<option value="http://resimvideo.110mb.com/oyun/parketme_oyunlari/ed_araba_parket.swf.htm"> ED Araba Parket</option>
<option value="http://resimvideo.110mb.com/oyun/parketme_oyunlari/hizli_parkci.swf.htm"> Hızlı Parkçı</option>
<option value="http://resimvideo.110mb.com/oyun/parketme_oyunlari/park_krali.swf.htm"> Park Kralı</option>
<option value="http://resimvideo.110mb.com/oyun/parketme_oyunlari/park_ustasi.swf.htm"> Park Ustası</option>
<option value="http://resimvideo.110mb.com/oyun/parketme_oyunlari/park_yeri_ac.swf.htm"> Park Yeri Aç</option>
<option value="http://resimvideo.110mb.com/oyun/parketme_oyunlari/park_yeri_bul.swf.htm"> Park yeri Bul</option>
<option> ------------------------------------ </option>   

</select></td>
         </tr>
         <tr>
            <td align="center">

<select onchange="if (this.options[this.selectedIndex].value != 'null') { window.open(this.options[this.selectedIndex].value,'resim','width=970,height=650,resizable=yes,scrollbars=yes,top=0,left=0') }" size="1" name="select0" style="font-family: Arial; font-size: 10pt; width: 155; height: 22">   
<option selected>Basketbol Oyunları</option>
<option> </option>   
<option value="http://resimvideo.110mb.com/oyun/basket_oyunlari/basket_potalari.swf.htm"> Basket Potaları </option>
<option value="http://resimvideo.110mb.com/oyun/basket_oyunlari/basket_turnuvasi.swf.htm"> Basket Turnuvası </option>
<option value="http://resimvideo.110mb.com/oyun/basket_oyunlari/basketball_shooting.swf.htm"> Basketball Shoting </option>
<option value="http://resimvideo.110mb.com/oyun/basket_oyunlari/potaci.swf.htm"> Potacı </option>
<option value="http://resimvideo.110mb.com/oyun/basket_oyunlari/shootin_hoops.swf.htm"> Shootin Hoops </option>
<option value="http://resimvideo.110mb.com/oyun/basket_oyunlari/super_basketci.swf.htm"> Süper Basketçi </option>
<option value="http://resimvideo.110mb.com/oyun/basket_oyunlari/teke_tek_basket.swf.htm"> Teke Tek Basket </option>
<option value="http://resimvideo.110mb.com/oyun/basket_oyunlari/ucluk_basket.swf.htm"> Üçlük Basket </option>
<option> ------------------------------------ </option>   

</select></td>
         </tr>
         <tr>
            <td align="center">

<select onchange="if (this.options[this.selectedIndex].value != 'null') { window.open(this.options[this.selectedIndex].value,'resim','width=970,height=650,resizable=yes,scrollbars=yes,top=0,left=0') }" size="1" name="select24" style="font-family: Arial; font-size: 10pt; width: 155; height: 22">   
<option selected>Batman Oyunları</option>   
<option> </option> 
<option value="http://resimvideo.110mb.com/oyun/batman_oyunlari/batkopek.htm"> Batköpek</option>   
<option value="http://resimvideo.110mb.com/oyun/batman_oyunlari/batman.htm"> Batman</option>   
<option value="http://resimvideo.110mb.com/oyun/batman_oyunlari/batman_2.htm"> Batman 2 </option>   
<option value="http://resimvideo.110mb.com/oyun/batman_oyunlari/batman_bot.htm">  Batman Bot </option>   
<option value="http://resimvideo.110mb.com/oyun/batman_oyunlari/batman_buz.htm">  Batman Buz </option>   
<option value="http://resimvideo.110mb.com/oyun/batman_oyunlari/batman_dinamik.htm">  Batman Dinamik </option>   
<option value="http://resimvideo.110mb.com/oyun/batman_oyunlari/batman_giydir.htm"> Batman Giydir </option>   
<option value="http://resimvideo.110mb.com/oyun/batman_oyunlari/batman_gotham.htm"> Batman Gotham </option>   
<option value="http://resimvideo.110mb.com/oyun/batman_oyunlari/batman_kac.htm"> Batman Kaç </option>   
<option value="http://resimvideo.110mb.com/oyun/batman_oyunlari/batmobil.htm"> Batmobil </option> 
<option> ------------------------------------ </option>   

</select></td>
         </tr>
         <tr>
            <td align="center">

<select onchange="if (this.options[this.selectedIndex].value != 'null') { window.open(this.options[this.selectedIndex].value,'resim','width=970,height=650,resizable=yes,scrollbars=yes,top=0,left=0') }" size="1" name="select23" style="font-family: Arial; font-size: 10pt; width: 155; height: 22">   
<option selected>Bilardo Oyunları</option>
<option> </option>   
<option value="http://resimvideo.110mb.com/oyun/bilardo_oyunlari/3dpool.swf.htm"> 3D Pool</option>
<option value="http://resimvideo.110mb.com/oyun/bilardo_oyunlari/3top_bilardo.swf.htm"> 3 Top Bilardo</option>
<option value="http://resimvideo.110mb.com/oyun/bilardo_oyunlari/8_top_bilardo.swf.htm"> 8 Top Bilardo</option>
<option value="http://resimvideo.110mb.com/oyun/bilardo_oyunlari/bilardo_antremani.swf.htm"> Bilardo Antremanı</option>
<option value="http://resimvideo.110mb.com/oyun/bilardo_oyunlari/bilardo_cekismesi.swf.htm"> Bilardo Çekişmesi</option>
<option value="http://resimvideo.110mb.com/oyun/bilardo_oyunlari/bilardo_pool.swf.htm"> Bilardo Pool</option>
<option value="http://resimvideo.110mb.com/oyun/bilardo_oyunlari/blast_bilardo.swf.htm"> Blast Bilardo</option>
<option value="http://resimvideo.110mb.com/oyun/bilardo_oyunlari/blast_bilardo5.swf.htm"> Blast Bilardo 5</option>
<option value="http://resimvideo.110mb.com/oyun/bilardo_oyunlari/blast_bilardo_2008.swf.htm"> Blast Bilardo 2008</option>
<option value="http://resimvideo.110mb.com/oyun/bilardo_oyunlari/deluxe_bilardo.swf.htm"> Deluxe Bilardo</option>
<option value="http://resimvideo.110mb.com/oyun/bilardo_oyunlari/lighting.swf.htm"> Lighting</option>
<option value="http://resimvideo.110mb.com/oyun/bilardo_oyunlari/minipool.swf.htm"> Minipool</option>
<option value="http://resimvideo.110mb.com/oyun/bilardo_oyunlari/parmak_bilardo.swf.htm"> Parmak Bilardo</option>
<option value="http://resimvideo.110mb.com/oyun/bilardo_oyunlari/tehlikeli_bilardo.swf.htm"> Tehlikeli Bilardo</option>
<option value="http://resimvideo.110mb.com/oyun/bilardo_oyunlari/ultime_bilardo.swf.htm"> Ultime Bilardo</option>
<option value="http://resimvideo.110mb.com/oyun/bilardo_oyunlari/verti_bilardo.swf.htm"> Verti Bilardo</option>
<option value="http://resimvideo.110mb.com/oyun/bilardo_oyunlari/yuvarlak_bilardo.swf.htm"> Yuvarlak Bilardo</option>
<option> ------------------------------------ </option>   

</select></td>
         </tr>
         <tr>
            <td align="center">

<select onchange="if (this.options[this.selectedIndex].value != 'null') { window.open(this.options[this.selectedIndex].value,'resim','width=970,height=650,resizable=yes,scrollbars=yes,top=0,left=0') }" size="1" name="select22" style="font-family: Arial; font-size: 10pt; width: 155; height: 22">   
<option selected>Bisiklet Oyunları</option>
<option> </option>   
<option value="http://resimvideo.110mb.com/oyun/bisiklet_oyunlari/bisiklet_yarisi.swf.htm"> Bisiklet Yarışı</option>
<option value="http://resimvideo.110mb.com/oyun/bisiklet_oyunlari/bisikletli_kiz_giydir.swf.htm"> Bisikletli Kız Giydir</option>
<option value="http://resimvideo.110mb.com/oyun/bisiklet_oyunlari/bmx_show.swf.htm"> Bmx Show</option>
<option value="http://resimvideo.110mb.com/oyun/bisiklet_oyunlari/dag_bisikleti.swf.htm"> Dağ Bisikleti</option>
<option value="http://resimvideo.110mb.com/oyun/bisiklet_oyunlari/hizli_bisikletci.swf.htm"> Hızlı Bisikletçi</option>
<option> ------------------------------------ </option>   

</select></td>
         </tr>
         <tr>
            <td align="center">

<select onchange="if (this.options[this.selectedIndex].value != 'null') { window.open(this.options[this.selectedIndex].value,'resim','width=970,height=650,resizable=yes,scrollbars=yes,top=0,left=0') }" size="1" name="select4" style="font-family: Arial; font-size: 10pt; width: 155; height: 22">   
<option selected>Boyama Oyunları</option>
<option> </option>   
<option value="http://resimvideo.110mb.com/oyun/boyama_oyunlari/araba_boyama.swf.htm"> Araba Boyama</option>
<option value="http://resimvideo.110mb.com/oyun/boyama_oyunlari/ev_boyama.swf.htm"> Ev Boyama</option>
<option value="http://resimvideo.110mb.com/oyun/boyama_oyunlari/horton_boyama_kitabi.swf.htm"> Horton Boyama Kitabı</option>
<option value="http://resimvideo.110mb.com/oyun/boyama_oyunlari/jonas_kardesleri_boyama.swf.htm"> Jonas Kardeşler</option>
<option value="http://resimvideo.110mb.com/oyun/boyama_oyunlari/kara_melek_boyama.swf.htm"> Kara Melek Boyama</option>
<option value="http://resimvideo.110mb.com/oyun/boyama_oyunlari/kucuk_fare.swf.htm"> Küçük fare</option>
<option value="http://resimvideo.110mb.com/oyun/boyama_oyunlari/narnia_boyama.swf.htm"> Narnia Boyama</option>
<option value="http://resimvideo.110mb.com/oyun/boyama_oyunlari/pick_ve_paint.swf.htm"> Pick ve Paint</option>
<option value="http://resimvideo.110mb.com/oyun/boyama_oyunlari/ruya_peri.swf.htm"> Rüya Peri</option>
<option value="http://resimvideo.110mb.com/oyun/boyama_oyunlari/tirnak_boyama.swf.htm"> Tırnak Boyama</option>
<option value="http://resimvideo.110mb.com/oyun/boyama_oyunlari/tiwilight_boyama.swf.htm"> Tiwilight Boyama</option>
<option> ------------------------------------ </option>   

</select></td>
         </tr>
         <tr>
            <td align="center">

<select onchange="if (this.options[this.selectedIndex].value != 'null') { window.open(this.options[this.selectedIndex].value,'resim','width=970,height=650,resizable=yes,scrollbars=yes,top=0,left=0') }" size="1" name="select5" style="font-family: Arial; font-size: 10pt; width: 155; height: 22">   
<option selected>Bubbles Oyunları</option>
<option> </option>   
<option value="http://resimvideo.110mb.com/oyun/bubbles_oyunlari/aqua_toplari.swf.htm"> Aqua Topları</option>
<option value="http://resimvideo.110mb.com/oyun/bubbles_oyunlari/bubbles.swf.htm"> Bubbles</option>
<option value="http://resimvideo.110mb.com/oyun/bubbles_oyunlari/crisis_toplari.swf.htm"> Crisis Topları</option>
<option value="http://resimvideo.110mb.com/oyun/bubbles_oyunlari/macig_balls.swf.htm"> Macig Balls</option>
<option value="http://resimvideo.110mb.com/oyun/bubbles_oyunlari/macig_toplar.swf.htm"> Macig Toplar</option>
<option value="http://resimvideo.110mb.com/oyun/bubbles_oyunlari/peri_toplari.swf.htm"> Peri Topları</option>
<option value="http://resimvideo.110mb.com/oyun/bubbles_oyunlari/renkli_bubbles.swf.htm"> Renkli Bubbles</option>
<option value="http://resimvideo.110mb.com/oyun/bubbles_oyunlari/yeni_bubbless.swf.htm"> Yeni Bubbles</option>
<option value="http://resimvideo.110mb.com/oyun/bubbles_oyunlari/yildiz_bubbles.swf.htm"> Yıldız Bubbles</option>
<option> ------------------------------------ </option>   

</select></td>
         </tr>
         <tr>
            <td align="center">

<select onchange="if (this.options[this.selectedIndex].value != 'null') { window.open(this.options[this.selectedIndex].value,'resim','width=970,height=650,resizable=yes,scrollbars=yes,top=0,left=0') }" size="1" name="select6" style="font-family: Arial; font-size: 10pt; width: 155; height: 22">   
<option selected>Dövüş Oyunları</option>
<option> </option>   
<option value="http://resimvideo.110mb.com/oyun/dovus_oyunlari/capoeira.swf.htm"> Capoeira</option>
<option value="http://resimvideo.110mb.com/oyun/dovus_oyunlari/fighting.swf.htm"> Fighting</option>
<option value="http://resimvideo.110mb.com/oyun/dovus_oyunlari/final_fight.swf.htm"> Final Fight</option>
<option value="http://resimvideo.110mb.com/oyun/dovus_oyunlari/jackiechan_gorev.swf.htm"> Jackiechan Görev</option>
<option value="http://resimvideo.110mb.com/oyun/dovus_oyunlari/jediler_kapisiyor.swf.htm"> Jediler Kapışıyor</option>
<option value="http://resimvideo.110mb.com/oyun/dovus_oyunlari/kickbox.swf.htm"> Kickbox</option>
<option value="http://resimvideo.110mb.com/oyun/dovus_oyunlari/king_of_fighter.swf.htm"> King Of Fighter</option>
<option value="http://resimvideo.110mb.com/oyun/dovus_oyunlari/kral_dovuscu.swf.htm"> Kral Dövüşcü</option>
<option value="http://resimvideo.110mb.com/oyun/dovus_oyunlari/kungfu_tranier.swf.htm"> Kungfu Tranier</option>
<option value="http://resimvideo.110mb.com/oyun/dovus_oyunlari/ninja_kaplumbagalar.swf.htm"> Ninja Kaplumbağalar</option>
<option value="http://resimvideo.110mb.com/oyun/dovus_oyunlari/sokak_dovusu.swf.htm"> Sokak Dövüşü</option>
<option value="http://resimvideo.110mb.com/oyun/dovus_oyunlari/street_fighter.swf.htm"> Street Fighter</option>
<option value="http://resimvideo.110mb.com/oyun/dovus_oyunlari/street_fighter2.swf.htm"> Street Fighter 2</option>
<option value="http://resimvideo.110mb.com/oyun/dovus_oyunlari/tribun_kavgasi.swf.htm"> Tribün Kavgası</option>
<option value="http://resimvideo.110mb.com/oyun/dovus_oyunlari/uzayli_dovuscu.swf.htm"> Uzaylı Dövüşü</option>
<option> ------------------------------------ </option>   

</select></td>
         </tr>
         <tr>
            <td align="center">

<select onchange="if (this.options[this.selectedIndex].value != 'null') { window.open(this.options[this.selectedIndex].value,'resim','width=970,height=650,resizable=yes,scrollbars=yes,top=0,left=0') }" size="1" name="select7" style="font-family: Arial; font-size: 10pt; width: 155; height: 22">   
<option selected>Futbol Oyunları</option>
<option> </option>   
<option value="http://resimvideo.110mb.com/oyun/futbol_oyunlari/avrupa_2008.swf.htm"> Avrupa 2008</option>
<option value="http://resimvideo.110mb.com/oyun/futbol_oyunlari/dunya_futbolu.swf.htm"> Dünya Futbolu</option>
<option value="http://resimvideo.110mb.com/oyun/futbol_oyunlari/frikik_kullan.swf.htm"> Frikik Kullan</option>
<option value="http://resimvideo.110mb.com/oyun/futbol_oyunlari/golcu.swf.htm"> Golcü</option>
<option value="http://resimvideo.110mb.com/oyun/futbol_oyunlari/kiz_serbest_vurus.swf.htm"> Kız Serbest Vuruş</option>
<option value="http://resimvideo.110mb.com/oyun/futbol_oyunlari/korner_atisleri.swf.htm"> Korner Atışları</option>
<option value="http://resimvideo.110mb.com/oyun/futbol_oyunlari/penalti_2.swf.htm"> Penaltı 2</option>
<option value="http://resimvideo.110mb.com/oyun/futbol_oyunlari/penalti_cekisme.swf.htm"> Penaltı Çekişmesi</option>
<option value="http://resimvideo.110mb.com/oyun/futbol_oyunlari/sektirme_yetenegi.swf.htm"> Sektirme Yeteneği</option>
<option value="http://resimvideo.110mb.com/oyun/futbol_oyunlari/super_penalti_cekisme.swf.htm"> Süper Penaltı</option>
<option value="http://resimvideo.110mb.com/oyun/futbol_oyunlari/zor_penalti.swf.htm"> Zor penaltı</option>
<option> ------------------------------------ </option>   

</select></td>
         </tr>
         <tr>
            <td align="center">

<select onchange="if (this.options[this.selectedIndex].value != 'null') { window.open(this.options[this.selectedIndex].value,'resim','width=970,height=650,resizable=yes,scrollbars=yes,top=0,left=0') }" size="1" name="select8" style="font-family: Arial; font-size: 10pt; width: 155; height: 22">   
<option selected>Giysi Oyunları</option>
<option> </option>   
<option value="http://resimvideo.110mb.com/oyun/giysi_oyunlari/3_kiz_giydir.swf.htm"> 3 Kız Giydir</option>
<option value="http://resimvideo.110mb.com/oyun/giysi_oyunlari/beni_bastan_yarat.swf.htm"> Beni Baştan yarat</option>
<option value="http://resimvideo.110mb.com/oyun/giysi_oyunlari/beni_bastan_yarat_2.swf.htm"> Beni Baştan Yarat 2</option>
<option value="http://resimvideo.110mb.com/oyun/giysi_oyunlari/cok_seker.swf.htm"> Çok Şeker</option>
<option value="http://resimvideo.110mb.com/oyun/giysi_oyunlari/elbise_giydir.swf.htm"> Elbise Giydir</option>
<option value="http://resimvideo.110mb.com/oyun/giysi_oyunlari/elbise_giydir_2.swf.htm"> Elbise Giydir 2</option>
<option value="http://resimvideo.110mb.com/oyun/giysi_oyunlari/elbise_giydir_3.swf.htm"> Elbise Giydir 3</option>
<option value="http://resimvideo.110mb.com/oyun/giysi_oyunlari/elbise_giydir_4.swf.htm"> Elbise Giydir 4</option>
<option value="http://resimvideo.110mb.com/oyun/giysi_oyunlari/elbise_giydir_5.swf.htm"> Elbise Giydir 5</option>
<option value="http://resimvideo.110mb.com/oyun/giysi_oyunlari/gelin_ve_damat.swf.htm"> Gelin ve Damat</option>
<option value="http://resimvideo.110mb.com/oyun/giysi_oyunlari/guzellik_evi.swf.htm"> Güzellik Evi</option>
<option value="http://resimvideo.110mb.com/oyun/giysi_oyunlari/plaj_modasi.swf.htm"> Plaj Modası</option>
<option value="http://resimvideo.110mb.com/oyun/giysi_oyunlari/suzi_yaz_giysileri.swf.htm"> Suzi Yaz Giysileri</option>
<option value="http://resimvideo.110mb.com/oyun/giysi_oyunlari/tatli_bebek.swf.htm"> Tatlı Bebek</option>
<option value="http://resimvideo.110mb.com/oyun/giysi_oyunlari/unluleri_giydir.swf.htm"> Ünlüleri Giydir</option>
<option> ------------------------------------ </option>   

</select></td>
         </tr>
         <tr>
            <td align="center">

<select onchange="if (this.options[this.selectedIndex].value != 'null') { window.open(this.options[this.selectedIndex].value,'resim','width=970,height=650,resizable=yes,scrollbars=yes,top=0,left=0') }" size="1" name="select9" style="font-family: Arial; font-size: 10pt; width: 155; height: 22">   
<option selected>Kağıt Oyunları</option>
<option> </option>   
<option value="http://resimvideo.110mb.com/oyun/iskanbil_oyunlari/bul_sariyi.swf.htm"> Bul Sarıyı</option>
<option value="http://resimvideo.110mb.com/oyun/iskanbil_oyunlari/hizli_sayilar.swf.htm"> Hızlı Sayılar</option>
<option value="http://resimvideo.110mb.com/oyun/iskanbil_oyunlari/hizli_sayilar2.swf.htm"> Hızlı Sayılar 2</option>
<option value="http://resimvideo.110mb.com/oyun/iskanbil_oyunlari/hizli_sayilar3.swf.htm"> Hızlı Sayılar 3</option>
<option value="http://resimvideo.110mb.com/oyun/iskanbil_oyunlari/kagit_fali.swf.htm"> Kağıt Falı</option>
<option value="http://resimvideo.110mb.com/oyun/iskanbil_oyunlari/melodi_solitaire.swf.htm"> Melodi Solitaire</option>
<option value="http://resimvideo.110mb.com/oyun/iskanbil_oyunlari/para_makinasi.swf.htm"> Para Makinası</option>
<option value="http://resimvideo.110mb.com/oyun/iskanbil_oyunlari/poker.swf.htm"> Poker</option>
<option value="http://resimvideo.110mb.com/oyun/iskanbil_oyunlari/poker_ustalari.swf.htm"> Poker Ustaları</option>
<option value="http://resimvideo.110mb.com/oyun/iskanbil_oyunlari/saray_fali.swf.htm"> Saray Falı</option>
<option value="http://resimvideo.110mb.com/oyun/iskanbil_oyunlari/solitaire.swf.htm"> Solitaire</option>
<option value="http://resimvideo.110mb.com/oyun/iskanbil_oyunlari/solitar.swf.htm"> Solitar</option>
<option value="http://resimvideo.110mb.com/oyun/iskanbil_oyunlari/yarimay_soliatire.swf.htm"> Yarım Solitaire</option>
<option> ------------------------------------ </option>   

</select></td>
         </tr>
         <tr>
            <td align="center">

<select onchange="if (this.options[this.selectedIndex].value != 'null') { window.open(this.options[this.selectedIndex].value,'resim','width=970,height=650,resizable=yes,scrollbars=yes,top=0,left=0') }" size="1" name="select10" style="font-family: Arial; font-size: 10pt; width: 155; height: 22">   
<option selected>Mahjong Oyunları</option>
<option> </option>   
<option value="http://resimvideo.110mb.com/oyun/mahjong_oyunlari/3d_mahjong.swf.htm"> 3D Mahjong</option>
<option value="http://resimvideo.110mb.com/oyun/mahjong_oyunlari/dunya_mahjong.swf.htm"> Dünya Mahjong</option>
<option value="http://resimvideo.110mb.com/oyun/mahjong_oyunlari/flash_tiles.swf.htm"> Flash Tiles</option>
<option value="http://resimvideo.110mb.com/oyun/mahjong_oyunlari/hayvanlarla_mahjong.swf.htm"> Hayvanlarla Mahjong</option>
<option value="http://resimvideo.110mb.com/oyun/mahjong_oyunlari/mahjong_palas.swf.htm"> Mahjong Palas</option>
<option value="http://resimvideo.110mb.com/oyun/mahjong_oyunlari/mahjong_ustasi.swf.htm"> Mahjong Ustası</option>
<option value="http://resimvideo.110mb.com/oyun/mahjong_oyunlari/mahjongg.swf.htm"> Mahjong</option>
<option value="http://resimvideo.110mb.com/oyun/mahjong_oyunlari/mahjongg_2.swf.htm"> Mahjong 2</option>
<option value="http://resimvideo.110mb.com/oyun/mahjong_oyunlari/mahjongg_3.swf.htm"> Mahjong 3</option>
<option value="http://resimvideo.110mb.com/oyun/mahjong_oyunlari/mahjongg_4.swf.htm"> Mahjong 4</option>
<option value="http://resimvideo.110mb.com/oyun/mahjong_oyunlari/mahjongg_yemek.swf.htm"> Mahjong Yemek</option>
<option value="http://resimvideo.110mb.com/oyun/mahjong_oyunlari/sihirli_taslar.swf.htm"> Sihirli Taşlar</option>
<option value="http://resimvideo.110mb.com/oyun/mahjong_oyunlari/super_mahjong.swf.htm"> Süper Mahjong</option>
<option> ------------------------------------ </option>   

</select></td>
         </tr>
         <tr>
            <td align="center">

<select onchange="if (this.options[this.selectedIndex].value != 'null') { window.open(this.options[this.selectedIndex].value,'resim','width=970,height=650,resizable=yes,scrollbars=yes,top=0,left=0') }" size="1" name="select11" style="font-family: Arial; font-size: 10pt; width: 155; height: 22">   
<option selected>Makyaj Oyunları</option>
<option> </option>   
<option value="http://resimvideo.110mb.com/oyun/makyaj_oyunlari/angelina.swf.htm"> Angelina</option>
<option value="http://resimvideo.110mb.com/oyun/makyaj_oyunlari/beyonce.swf.htm"> Beyonce</option>
<option value="http://resimvideo.110mb.com/oyun/makyaj_oyunlari/blake_lively.swf.htm"> Blake Lively</option>
<option value="http://resimvideo.110mb.com/oyun/makyaj_oyunlari/britney.swf.htm"> Britney</option>
<option value="http://resimvideo.110mb.com/oyun/makyaj_oyunlari/catterfield.swf.htm"> Catterfield</option>
<option value="http://resimvideo.110mb.com/oyun/makyaj_oyunlari/cinli.swf.htm"> Çinli</option>
<option value="http://resimvideo.110mb.com/oyun/makyaj_oyunlari/demi_lovato.swf.htm"> Demi Lovato</option>
<option value="http://resimvideo.110mb.com/oyun/makyaj_oyunlari/gercek_makyaj.swf.htm"> Gerçek Makyaj</option>
<option value="http://resimvideo.110mb.com/oyun/makyaj_oyunlari/gercek_makyaj2.swf.htm"> Gerçek Makyaj 2</option>
<option value="http://resimvideo.110mb.com/oyun/makyaj_oyunlari/gercek_makyaj3.swf.htm"> Gerçek Makyaj 3</option>
<option value="http://resimvideo.110mb.com/oyun/makyaj_oyunlari/gercek_makyaj4.swf.htm"> Gerçek Makyaj 4</option>
<option value="http://resimvideo.110mb.com/oyun/makyaj_oyunlari/hilarry_daf.swf.htm"> Hilarry Daf</option>
<option value="http://resimvideo.110mb.com/oyun/makyaj_oyunlari/katy_perry.swf.htm"> Katy Perry</option>
<option value="http://resimvideo.110mb.com/oyun/makyaj_oyunlari/lady_gaga.swf.htm"> Lady Gaga</option>
<option> ------------------------------------ </option>   

</select></td>
         </tr>
         <tr>
            <td align="center">

<select onchange="if (this.options[this.selectedIndex].value != 'null') { window.open(this.options[this.selectedIndex].value,'resim','width=970,height=650,resizable=yes,scrollbars=yes,top=0,left=0') }" size="1" name="select12" style="font-family: Arial; font-size: 10pt; width: 155; height: 22">   
<option selected>Mario Oyunları</option>
<option> </option>   
<option value="http://resimvideo.110mb.com/oyun/mario_oyunlari/en_super_mario.swf.htm"> En Süper Mario</option>
<option value="http://resimvideo.110mb.com/oyun/mario_oyunlari/en_super_mario_2.swf.htm"> En Süper Mario 2</option>
<option value="http://resimvideo.110mb.com/oyun/mario_oyunlari/maceraci_mario.swf.htm"> Maceracı Mario</option>
<option value="http://resimvideo.110mb.com/oyun/mario_oyunlari/mario_cather.swf.htm"> Mario Cather</option>
<option value="http://resimvideo.110mb.com/oyun/mario_oyunlari/mario_dunyasi.swf.htm"> Mario Dünyası</option>
<option value="http://resimvideo.110mb.com/oyun/mario_oyunlari/mario_tetris.swf.htm"> Mario Tetris</option>
<option value="http://resimvideo.110mb.com/oyun/mario_oyunlari/mario_world.swf.htm"> Mario World</option>
<option value="http://resimvideo.110mb.com/oyun/mario_oyunlari/mario_yildiz_avi.swf.htm"> Mario Yıldız Avı</option>
<option value="http://resimvideo.110mb.com/oyun/mario_oyunlari/sonic_mario.swf.htm"> Sonic Mario</option>
<option value="http://resimvideo.110mb.com/oyun/mario_oyunlari/super_mario.swf.htm"> Süper Mario</option>
<option value="http://resimvideo.110mb.com/oyun/mario_oyunlari/super_mario_flash.swf.htm"> Süper Mario Flash</option>
<option> ------------------------------------ </option>   

</select></td>
         </tr>
         <tr>
            <td align="center">

<select onchange="if (this.options[this.selectedIndex].value != 'null') { window.open(this.options[this.selectedIndex].value,'resim','width=970,height=650,resizable=yes,scrollbars=yes,top=0,left=0') }" size="1" name="select13" style="font-family: Arial; font-size: 10pt; width: 155; height: 22">   
<option selected>Motor Oyunları</option>
<option> </option>   
<option value="http://resimvideo.110mb.com/oyun/motor_oyunlari/cambaz_motor.swf.htm"> Cambaz Motor</option>
<option value="http://resimvideo.110mb.com/oyun/motor_oyunlari/cambaz_motor2.swf.htm"> Cambaz Motor 2</option>
<option value="http://resimvideo.110mb.com/oyun/motor_oyunlari/dagda_motor.swf.htm"> Dağda Motor</option>
<option value="http://resimvideo.110mb.com/oyun/motor_oyunlari/motor_show.swf.htm"> Motor Show</option>
<option value="http://resimvideo.110mb.com/oyun/motor_oyunlari/motor_stunt.swf.htm"> Motor Stunt</option>
<option value="http://resimvideo.110mb.com/oyun/motor_oyunlari/motor_yarisi.swf.htm"> Motor Yarışı</option>
<option value="http://resimvideo.110mb.com/oyun/motor_oyunlari/turbo_motor.swf.htm"> Turbo Motor</option>
<option value="http://resimvideo.110mb.com/oyun/motor_oyunlari/turbo_motor2.swf.htm"> Turbo Motor 2</option>
<option value="http://resimvideo.110mb.com/oyun/motor_oyunlari/turbo_motor3.swf.htm"> Turbo Motor 3</option>
<option value="http://resimvideo.110mb.com/oyun/motor_oyunlari/zor_motor.swf.htm"> Zor Motor</option>
<option> ------------------------------------ </option>   

</select></td>
         </tr>
         <tr>
            <td align="center">

<select onchange="if (this.options[this.selectedIndex].value != 'null') { window.open(this.options[this.selectedIndex].value,'resim','width=970,height=650,resizable=yes,scrollbars=yes,top=0,left=0') }" size="1" name="select26" style="font-family: Arial; font-size: 10pt; width: 155; height: 22">   
<option selected>Popüler Oyunlar</option>
<option> </option>   
<option value="http://resimvideo.110mb.com/oyun/popular_oyunlar/garson_kiz.swf.htm"> Garson Kız</option>
<option value="http://resimvideo.110mb.com/oyun/popular_oyunlar/hucum_bot.swf.htm"> Hücum Bot</option>
<option value="http://resimvideo.110mb.com/oyun/popular_oyunlar/kim500milyarister.swf.htm"> Kim 500 Milyar İster?</option>
<option value="http://resimvideo.110mb.com/oyun/popular_oyunlar/kizma_birader.swf.htm"> Kızma Birader</option>
<option value="http://resimvideo.110mb.com/oyun/popular_oyunlar/masa_tenisi.swf.htm"> Masa Tenisi</option>
<option value="http://resimvideo.110mb.com/oyun/popular_oyunlar/robot_resim.swf.htm"> Robot Resim</option>
<option value="http://resimvideo.110mb.com/oyun/popular_oyunlar/varmisin_yokmusun.swf.htm"> Varmısın Yokmusun?</option>
<option> ------------------------------------ </option>

</select></td>
         </tr>
         <tr>
            <td align="center">

<select onchange="if (this.options[this.selectedIndex].value != 'null') { window.open(this.options[this.selectedIndex].value,'resim','width=970,height=650,resizable=yes,scrollbars=yes,top=0,left=0') }" size="1" name="select15" style="font-family: Arial; font-size: 10pt; width: 155; height: 22">   
<option selected>Savaş Oyunları</option>
<option> </option>   
<option value="http://resimvideo.110mb.com/oyun/savas_oyunlari/1_dunya_savasi.swf.htm"> 1. Dünya Savaşı</option>
<option value="http://resimvideo.110mb.com/oyun/savas_oyunlari/a_blast.swf.htm"> A Blast</option>
<option value="http://resimvideo.110mb.com/oyun/savas_oyunlari/age_of_war.swf.htm"> Age Of War</option>
<option value="http://resimvideo.110mb.com/oyun/savas_oyunlari/drakojan_skier.swf.htm"> Drakojan Skier</option>
<option value="http://resimvideo.110mb.com/oyun/savas_oyunlari/ortacag_savasi.swf.htm"> Ortaçağ Savaşı</option>
<option value="http://resimvideo.110mb.com/oyun/savas_oyunlari/royal_airforce.swf.htm"> Royal Airforce</option>
<option value="http://resimvideo.110mb.com/oyun/savas_oyunlari/sea_of_fire.swf.htm"> Sea Of Fire</option>
<option value="http://resimvideo.110mb.com/oyun/savas_oyunlari/tiny_combat.swf.htm"> Tiny Combat</option>
<option> ------------------------------------ </option> 

</select></td>
         </tr>
         <tr>
            <td align="center">

<select onchange="if (this.options[this.selectedIndex].value != 'null') { window.open(this.options[this.selectedIndex].value,'resim','width=970,height=650,resizable=yes,scrollbars=yes,top=0,left=0') }" size="1" name="select16" style="font-family: Arial; font-size: 10pt; width: 155; height: 22">   
<option selected>Savunma Oyunları</option>
<option> </option>   
<option value="http://resimvideo.110mb.com/oyun/savunma_oyunlari/askeri_savunma.swf.htm"> Askeri Savunma</option>
<option value="http://resimvideo.110mb.com/oyun/savunma_oyunlari/atlantisi_savun.swf.htm"> Atlantisi Savunma</option>
<option value="http://resimvideo.110mb.com/oyun/savunma_oyunlari/canyon_savunma.swf.htm"> Canyon Savunma</option>
<option value="http://resimvideo.110mb.com/oyun/savunma_oyunlari/ciftlik_savunma.swf.htm"> Çiftlik Savunma</option>
<option value="http://resimvideo.110mb.com/oyun/savunma_oyunlari/dunyayi_savunma.swf.htm"> Dünyayı Savunma</option>
<option value="http://resimvideo.110mb.com/oyun/savunma_oyunlari/fanta_savunma.swf.htm"> Fanta Savunma</option>
<option value="http://resimvideo.110mb.com/oyun/savunma_oyunlari/gemini_koru.swf.htm"> Gemini Koru</option>
<option value="http://resimvideo.110mb.com/oyun/savunma_oyunlari/kale_koruma.swf.htm"> Kale Koruma</option>
<option value="http://resimvideo.110mb.com/oyun/savunma_oyunlari/koy_savunma.swf.htm"> Koy Koruma</option>
<option value="http://resimvideo.110mb.com/oyun/savunma_oyunlari/misyon_3.swf.htm"> Misyon 3</option>
<option value="http://resimvideo.110mb.com/oyun/savunma_oyunlari/otoban_savunma.swf.htm"> Otoban Savunma</option>
<option value="http://resimvideo.110mb.com/oyun/savunma_oyunlari/perim_savunma.swf.htm"> Perim Savunma</option>
<option value="http://resimvideo.110mb.com/oyun/savunma_oyunlari/satonu_savunma.swf.htm"> Satonu Savunma</option>
<option> ------------------------------------ </option> 

</select></td>
         </tr>
         <tr>
            <td align="center">

<select onchange="if (this.options[this.selectedIndex].value != 'null') { window.open(this.options[this.selectedIndex].value,'resim','width=970,height=650,resizable=yes,scrollbars=yes,top=0,left=0') }" size="1" name="select17" style="font-family: Arial; font-size: 10pt; width: 155; height: 22">   
<option selected>Sonic Oyunları</option>
<option> </option>   
<option value="http://resimvideo.110mb.com/oyun/sonic_oyunlari/mega_sonic.swf.htm"> Mega Sonic</option>
<option value="http://resimvideo.110mb.com/oyun/sonic_oyunlari/sonic.swf.htm"> Sonic</option>
<option value="http://resimvideo.110mb.com/oyun/sonic_oyunlari/sonic2.swf.htm"> Sonic 2</option>
<option value="http://resimvideo.110mb.com/oyun/sonic_oyunlari/sonic3.swf.htm"> Sonic 3</option>
<option value="http://resimvideo.110mb.com/oyun/sonic_oyunlari/sonic_demo.swf.htm"> Sonic Demo</option>
<option value="http://resimvideo.110mb.com/oyun/sonic_oyunlari/sonic_izland.swf.htm"> Sonic İzland</option>
<option value="http://resimvideo.110mb.com/oyun/sonic_oyunlari/sonic_kayak.swf.htm"> Sonic Kayak</option>
<option value="http://resimvideo.110mb.com/oyun/sonic_oyunlari/sonic_labirent.swf.htm"> Sonic Labirent</option>
<option value="http://resimvideo.110mb.com/oyun/sonic_oyunlari/sonic_tilki.swf.htm"> Sonic Tilki</option>
<option value="http://resimvideo.110mb.com/oyun/sonic_oyunlari/sonic_yap.swf.htm"> Sonic Yap</option>
<option value="http://resimvideo.110mb.com/oyun/sonic_oyunlari/sonic_yemek.swf.htm"> Sonic Yemek</option>
<option value="http://resimvideo.110mb.com/oyun/sonic_oyunlari/ucan_sonic.swf.htm"> Uçan Sonic</option>
<option> ------------------------------------ </option>   

</select></td>
         </tr>
         <tr>
            <td align="center">

<select onchange="if (this.options[this.selectedIndex].value != 'null') { window.open(this.options[this.selectedIndex].value,'resim','width=970,height=650,resizable=yes,scrollbars=yes,top=0,left=0') }" size="1" name="select18" style="font-family: Arial; font-size: 10pt; width: 155; height: 22">   
<option selected>Spiderman Oyunları</option>
<option> </option>   
<option value="http://resimvideo.110mb.com/oyun/orumcek_adam_oyunlari/orumcek_adam.swf.htm"> Örümcek Adam</option>
<option value="http://resimvideo.110mb.com/oyun/orumcek_adam_oyunlari/orumcek_adam_2.swf.htm"> Örümcek Adam 2</option>
<option value="http://resimvideo.110mb.com/oyun/orumcek_adam_oyunlari/orumcek_adam_3.swf.htm"> Örümcek Adam 3</option>
<option value="http://resimvideo.110mb.com/oyun/orumcek_adam_oyunlari/orumcek_adam_4.swf.htm"> Örümcek Adam 4</option>
<option value="http://resimvideo.110mb.com/oyun/orumcek_adam_oyunlari/orumcek_adam_memory.swf.htm"> Örümcek Adam Memory</option>
<option value="http://resimvideo.110mb.com/oyun/orumcek_adam_oyunlari/spiderman.swf.htm"> Spiderman</option>
<option value="http://resimvideo.110mb.com/oyun/orumcek_adam_oyunlari/spiderman_giydir.swf.htm"> Spiderman Giydir</option>
<option> ------------------------------------ </option>   

</select></td>
         </tr>
         <tr>
            <td align="center">

<select onchange="if (this.options[this.selectedIndex].value != 'null') { window.open(this.options[this.selectedIndex].value,'resim','width=970,height=650,resizable=yes,scrollbars=yes,top=0,left=0') }" size="1" name="select19" style="font-family: Arial; font-size: 10pt; width: 155; height: 22">   
<option selected>Yapboz Oyunları</option>
<option> </option>   
<option value="http://resimvideo.110mb.com/oyun/yapboz_oyunlari/adanali.swf.htm"> Adanalı</option>
<option value="http://resimvideo.110mb.com/oyun/yapboz_oyunlari/alpler.swf.htm"> Alpler</option>
<option value="http://resimvideo.110mb.com/oyun/yapboz_oyunlari/arka_siradakiler.swf.htm"> Arka Sıradakiler</option>
<option value="http://resimvideo.110mb.com/oyun/yapboz_oyunlari/bezbebek.swf.htm"> Bez Bebek</option>
<option value="http://resimvideo.110mb.com/oyun/yapboz_oyunlari/karisik.swf.htm"> Karışık Yapboz</option>
<option value="http://resimvideo.110mb.com/oyun/yapboz_oyunlari/prenses_perfinya.swf.htm"> Prenses Perfinya</option>
<option value="http://resimvideo.110mb.com/oyun/yapboz_oyunlari/resimli_yapboz.swf.htm"> Resimli Yapboz</option>
<option value="http://resimvideo.110mb.com/oyun/yapboz_oyunlari/selena.swf.htm"> Selena</option>
<option> ------------------------------------ </option>   

</select></td>
         </tr>
         <tr>
            <td align="center">

<select onchange="if (this.options[this.selectedIndex].value != 'null') { window.open(this.options[this.selectedIndex].value,'resim','width=970,height=650,resizable=yes,scrollbars=yes,top=0,left=0') }" size="1" name="select20" style="font-family: Arial; font-size: 10pt; width: 155; height: 22">   
<option selected>Zeka Oyunları</option>
<option> </option>   
<option value="http://resimvideo.110mb.com/oyun/3_unu_birlestirme/80_gun.htm"> 80 Gün </option>   
<option value="http://resimvideo.110mb.com/oyun/3_unu_birlestirme/9_surat.htm"> 9 Surat </option>   
<option value="http://resimvideo.110mb.com/oyun/3_unu_birlestirme/akil_oyunu.swf.htm"> Akıl Oyunu </option>
<option value="http://resimvideo.110mb.com/oyun/3_unu_birlestirme/amiral_batti.swf.htm"> Amiral Battı </option>
<option value="http://resimvideo.110mb.com/oyun/3_unu_birlestirme/atlantise_yolculuk.htm"> Atlantise Yolculuk </option>   
<option value="http://resimvideo.110mb.com/oyun/3_unu_birlestirme/deniz_mucevherleri.htm">  Deniz Mücevherleri </option>   
<option value="http://resimvideo.110mb.com/oyun/3_unu_birlestirme/korsan_diyamantlari.htm"> Korsan Diyamantları</option>   
<option value="http://resimvideo.110mb.com/oyun/3_unu_birlestirme/korsan_hazinesi.htm"> Korsan Hazinesi </option>   
<option value="http://resimvideo.110mb.com/oyun/3_unu_birlestirme/kraliyet_elmaslari.htm"> Kraliyet Elmasları </option>   
<option value="http://resimvideo.110mb.com/oyun/3_unu_birlestirme/misir_taslari.htm"> Mısır Taşları </option>   
<option value="http://resimvideo.110mb.com/oyun/3_unu_birlestirme/romaya_yolculuk.htm"> Romaya Yolculuk </option>   
<option value="http://resimvideo.110mb.com/oyun/3_unu_birlestirme/rox_taslari.htm"> Rox Taşları </option>
<option value="http://resimvideo.110mb.com/oyun/3_unu_birlestirme/satranc.swf.htm"> Satranç </option>   
<option value="http://resimvideo.110mb.com/oyun/3_unu_birlestirme/smiley_yapboz.htm"> Smiley Yapboz </option> 
<option value="http://resimvideo.110mb.com/oyun/3_unu_birlestirme/sos.swf.htm"> Sos Oyna </option>
<option value="http://resimvideo.110mb.com/oyun/3_unu_birlestirme/suratlari_guldur.htm"> Suratları Güldür </option>   
<option value="http://resimvideo.110mb.com/oyun/3_unu_birlestirme/uzay_tetrisi.htm"> Uzay Tetrisi </option>   
<option value="http://resimvideo.110mb.com/oyun/3_unu_birlestirme/x_bloklar.htm"> X Bloklar </option>
<option> ------------------------------------ </option>   

</select></td>
         </tr>
         <tr>
            <td align="center">

<select onchange="if (this.options[this.selectedIndex].value != 'null') { window.open(this.options[this.selectedIndex].value,'resim','width=970,height=650,resizable=yes,scrollbars=yes,top=0,left=0') }" size="1" name="select21" style="font-family: Arial; font-size: 10pt; width: 155; height: 22">   
<option selected>Zuma Oyunları</option>
<option> </option>   
<option value="http://resimvideo.110mb.com/oyun/zuma_oyunlari/zuma.swf.htm"> Zuma</option>
<option value="http://resimvideo.110mb.com/oyun/zuma_oyunlari/zuma2.swf.htm"> Zuma 2</option>
<option value="http://resimvideo.110mb.com/oyun/zuma_oyunlari/zuma3.swf.htm"> Zuma 3</option>
<option value="http://resimvideo.110mb.com/oyun/zuma_oyunlari/zuma4.swf.htm"> Zuma 4</option>
<option value="http://resimvideo.110mb.com/oyun/zuma_oyunlari/zuma_honey.swf.htm"> Zuma Honey</option>
<option value="http://resimvideo.110mb.com/oyun/zuma_oyunlari/zuma_sushi.swf.htm"> Zuma Sushi</option>
<option> ------------------------------------ </option>   

</select></td>
         </tr>
      </table>
      </td>
      <td>&nbsp;</td>
   </tr>
   <tr>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
   </tr>
</table>
Mesaj01.06.2009, 14:37 (UTC)    
Mesaj konusu:

Kodları kutu içine alma kodunu verirmisiniz
Mesaj01.06.2009, 16:55 (UTC)    
Mesaj konusu:

Sitene Bedava Sitem Haberleri
Manşet:
Kod:
Kod:
<iframe name="I1" width="380" height="237" marginwidth="1" marginheight="1" scrolling="no" border="0" frameborder="0" src="http://vvvv.wkhost.net/Haber1.html" target="_blank"><br /></iframe>



Resimli Üste Kayan:
Kod:
Kod:
<iframe style="width: 150px; height: 250px" marginwidth="0" marginheight="0" src="http://vvvv.wkhost.net/resimlikayan%5b1%5d.htm" frameborder="0"
scrolling="no"></iframe>


Küçük Sağdan Sola Kayan:
Kod:
Kod:
<tbody>
<tr>
<td><iframe marginwidth="0" marginheight="0" src="http://cybernavy.umlethosting.com/walk[1].html" frameborder="0" width="600" scrolling="no" height="30"></iframe></td>
</tr>
</tbody>
</table>



[/code]
Mesaj04.06.2009, 11:15 (UTC)    
Mesaj konusu:

bu kodları nereye yapıştırıyoruz arkadaşlar ben anlayamadım
Mesaj07.06.2009, 18:04 (UTC)    
Mesaj konusu: furkan

<a target=_blank href='http://www.yukle.tc'><img border='0' src='http://imageshack.us/img194/4355/headerf.gif'></a> <!-- Started Copyright © Celal ULUGTÜRKEN(__www.ulugturken.tr.gg__)-->



<style type="text/css">
!important; color: #FFFFFF !important;}#hfrecent_content {overflow:hidden;width:450px;height:155px;margin:10px 0 0 48px;font-weight:700;}#hfrecent_content a:link, #hfrecent_content a:visited {font-size:12px; font-family:Arial,Verdana;color:#FF7200;text-decoration:none;}#hfrecent_content a:hover {font-size:12px;font-family:Arial,Verdana;color:#5dcefa;}#hfrecent_content ul {list-style: none; margin: 0;padding: 5px 0 0 2px;float:left;}#hfrecent_content li {background:url(http://img.webme.com/pic/h/hackerfriend/tagblue.gif) no-repeat 3px 7px;list-style:none;line-height:25px;padding-left:20px;float:left;width:200px;overflow:hidden;}*{margin:0; padding:0;}html{height:100%; margin:0; padding:0}IMG{border:0px; padding:0; margin:0}.mnusp{z-index:100; position:fixed; bottom:0; BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/menu-bg.png"); width:100%; min-width:900px; height:35px}.nav{background:transparent; display:inline; font-size:12px}.nav ul{margin:0; padding:0; line-height:30px}.nav LI{margin:5px 0 5px 0; margin-right:2px; display:block; float:left; BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/menu-button.jpg") repeat-x 50% bottom}.nav LI A{cursor:default; color:#fff; display:block; float:left; text-decoration:none; width:71px; height:30px; text-align:center}.nav LI A:hover{color:#fff; BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/menu-button.jpg"); background-position:0 -60px}.nav li:hover{BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/menu-button.jpg"); background-position:0 -60px}.nvtl ul{margin:0; padding:0; line-height:30px}.nvtl LI{margin-right:2px; display:block; float:left; BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/menu-orb1.png") repeat-x bottom}.nvtl LI A{display:block; float:left; text-decoration:none; width:45px; height:35px; text-align:center}.nvtl LI A:hover{color:#fff; BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/menu-orb1.png"); background-position:0 0px}.nvtl li:hover{BACKGROUND:url("http://img.webme.com/pic/h/hackerfriend/menu-orb.png"); background-position:0 0px}.nvtl span{visibility:hidden}
#StartMenu{position:fixed; left:0px; bottom:30px; visibility:hidden; width:400px; height:261px}.SMTop{background:url("http://celalulugturken.sitemynet.com/start/images/smt-1.png") repeat-x; height:35px}.SMMiddle{background:url("http://celalulugturken.sitemynet.com/start/images/smm-1.png") repeat-y top; padding:0 12px 0 12px; height:222px; font-size:12px}.SMBottom{background:url("http://celalulugturken.sitemynet.com/start/images/smb-1.png") repeat-x top; height:4px}.SMSep{margin:2px 0 2px 6px}.SMsub{position:absolute; top:35px; float:left; background:url("http://celalulugturken.sitemynet.com/start/images/smlp.png"); width:226px; height:191px; color:#282828; font-size:12px}.SMsub A{text-decoration:none}.SMsub A:link{color:#282828}.SMsub A:visited{color:#282828}.SMsub A:active{color:#282828}.SMsub A:hover{color:#282828; text-decoration:none; cursor:pointer}.SMsub ul{margin:4px 0 0 4px; list-style-type:none}.SMsub li{cursor:default; margin:0 0 2px 0; padding:2px; height:32px; width:214px}.SMsub li a{display:block}.SMsub li a:hover{text-decoration:none; cursor:default; background:transparent}.SMsub li:hover{background:url("http://celalulugturken.sitemynet.com/start/images/smhvbg.png")}.SMsub li img{float:left; margin-right:5px}.SMsh{visibility:hidden}.SMSubDiv{margin:13px 8px 8px 14px}.SMap{overflow:auto; width:209px; height:148px; padding:0; margin:4px 0 0 4px}.SMap ul{margin:0; padding:0; list-style-type:none}.SMap li{margin:0; padding:0; width:191px; height:auto; border-bottom:1px #eee solid}.SMap li:hover{background:#D5EDF9}.SMap a{display:block}.SMap a:hover{text-decoration:none}.SMCats{overflow:auto; width:209px; height:148px; padding:0; margin:4px 0 0 4px}.SMCats ul{margin:0; padding:0; list-style-type:none}.SMCats li{margin:0; padding:0 0 0 6px; width:auto; height:auto}.SMCats li a:hover{background:#D5EDF9}.SMCats li a{border-bottom:1px #eee solid; margin-right:1px}.SMCats li:hover{background:none}/*.SMCats .cat-item a{display:inline}*/.SMCats .cat-item a:hover{text-decoration:underline; cursor:pointer}.SMTags a:hover{background:#D4EEFC}.SMsgbhr{cursor:default; position:absolute; top:155px; left:0px; margin:0; padding:4px 9px 4px 9px}.SMsgb{cursor:default; position:absolute; font-weight:bold; top:164px; left:4px; width:213px; height:18px; padding:5px 0px 0px 5px}.SMsgb:hover{background:url("http://celalulugturken.sitemynet.com/start/images/smhvsm.png")}.SMsgb img{vertical-align:text-top; margin-right:24px}.SMRight{float:right; width:140px; margin-top:28px}.SMAvatarB{position:absolute; top:30px; left:293px; width:61px; height:35px; background:url("http://celalulugturken.sitemynet.com/start/images/smavt-1.png")}.SMAvatar{position:absolute; top:7px; margin-left:48px}#StartBaloon{visibility:hidden; color:#222; padding:8px; position:fixed; bottom:36px; left:8px; background:url("http://celalulugturken.sitemynet.com/start/images/throbbg.png"); width:117px; height:18px}#StartBaloon img{vertical-align:middle}.navf{}.navf ul{margin:0; padding:0; line-height:30px}.navf LI{margin:5px 0 5px 0; margin-right:2px; display:block; float:left; BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/menu-feed.png") repeat-x 50% bottom}.navf LI A{display:block; float:left; text-decoration:none; width:24px; height:30px; text-align:center}.navf LI A:hover{color:#fff; BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/menu-feed.png"); background-position:0 -60px}.navf li:hover{BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/menu-feed.png"); background-position:0 -60px}.navf img{margin-top:7px}.menu-sep{BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/menu-sep.png"); margin:5px 3px 5px 3px; padding:0; width:10px; height:30px; float:left; color:#D2D1C6 }.SMRtPoCom{cursor:default; BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/smrtpocom.png"); position:absolute; bottom:42px; left:248px; width:125px; height:33px; line-height:33px; padding:0 0 0 8px; color:#FF0000; font-size: 11px;}.SMRtPoCom:hover{BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/smrthovb.png"); text-decoration:none; color:#fff}.SMRtDiv{position:absolute; bottom:79px; left:245px; width:140px; margin:0}.SMRtHov{display:block; width:125px; height:24px; margin:0 0 0 3px; padding:9px 0 0 8px; text-decoration:none; color:#fff}.SMRtHov:a {text-decoration:none; color:#fff; cursor:default}.SMRtHov:hover{BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/smrthov.png"); text-decoration:none; color:#fff; cursor:default}.SMAdmin{
color:#fff;
position:absolute;
left:245px;
width:140px;
margin:0;
font-size:11px;
}.SMRtPoComFl{color:#000; position:absolute; bottom:7px; left:379px; width:160px; margin:0; background:#F5F5F5 url("http://celalulugturken.sitemynet.com/start/images/smrtpocomfl.png") repeat-y; border:1px #BEBCC0 solid}.SMRtOptsFl{color:#000; position:absolute; top:40px; left:382px; width:140px; margin:0; background:url("http://celalulugturken.sitemynet.com/start/images/smrtpocomfl.png"); border:1px #BEBCC0 solid}.SMRtFlHd{font-weight:bold; padding:0 0 0 30px; }.SMRtFlOpt{list-style-type:none; margin:0; cursor:default}.SMRtFlOpt img{margin:0 6px 0 2px; vertical-align:middle; float: left}.SMRtFlOpt li{margin:1px 0 1px 0; padding:2px; height:18px; line-height:18px}.SMRtFlOpt li:hover{background:url("http://celalulugturken.sitemynet.com/start/images/smrtflhov.png")}.SMRtFlOpt li a{display:block}.SMRtFlOptInd li{padding-left:28px}.switchbutton{width:16px; height:16px; float:left; padding:0; margin:0px 2px 0px 0px; border:1px #888 solid}.voidb{border:1px #F00 solid}.liload{position:absolute; bottom:7px; float:right; width:140px}.liload a:hover{cursor:default}.LogAdmin{}.LogAdmin span{visibility:hidden}.LogAdmin ul{margin:0; padding:0; line-height:24px}.LogAdmin li{display:block; float:left; height:24px; line-height:24px}.LogAdmin LI A{display:block; float:left; text-decoration:none; height:24px; text-align:center}.logout{font-size:1px; background:transparent url("http://celalulugturken.sitemynet.com/start/images/logout.png") repeat-x bottom left; width:53px; height:24px}.logout:hover{background:transparent url("http://celalulugturken.sitemynet.com/start/images/logout.png"); background-position:0 -48px}.logout A{width:53px}.login{background:transparent url("http://celalulugturken.sitemynet.com/start/images/login.png") repeat-x bottom left; width:52px}.login:hover{background:transparent url("http://celalulugturken.sitemynet.com/start/images/login.png"); background-position:0 -48px}.login A{width:52px}.loggedout{font-size:5px; background:transparent url("http://celalulugturken.sitemynet.com/start/images/logged-out.png"); width:53px}.loggedin{font-size:5px; background:transparent url("http://celalulugturken.sitemynet.com/start/images/logged-in.png"); width:52px}.opts{background:transparent url("http://celalulugturken.sitemynet.com/start/images/smopts1.png") repeat-x bottom left; width:76px}.opts:hover{background:transparent url("http://celalulugturken.sitemynet.com/start/images/smopts1.png" ); background-position:0 -48px}.opts A{width:24px}div.mhov{z-index:10; position:absolute; bottom:0; left:-200px; visibility:hidden; color:#000; padding:8px; font-size:11px; width:158px; height:112px; float:left; background:url("http://celalulugturken.sitemynet.com/start/images/mhovbg1.png")}.mhov a{color:#000}.mhov h4 a{color:#000; text-decoration:none}.clock{float:right; color:#fff; height:30px; line-height:30px; padding:4px 7px 0 0}#header{CLEAR:both; WIDTH:900px; HEIGHT:150px}#bp{margin-left:20px; width:110px; height:110px}.bp{HEIGHT:150px; margin:2px 0 0 0}.bpt{MARGIN:0px auto; width:150px; height:19px; BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/lt-1.png")}.bpm{MARGIN:0px auto; width:150px; height:110px; BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/lm-1.png")}.bpb{MARGIN:0px auto; width:150px; height:21px; BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/lb-1.png")}span.tagcloud a{text-decoration:none; line-height:150%; text-align:justify}.avatar{float:left; margin:3px; background:#fff}.search{FLOAT:right; width:220px}.search P{padding:0; MARGIN:0; TEXT-ALIGN:right}.search-form{margin:0; padding:0 0 16px 0; position:relative}#SMSearchForm{position:absolute; margin:0px; top:195px; left:0}.search-text{position:absolute; top:0px; left:0px; font-style:italic; font-size:12px; width:165px; height:20px; border:0; padding:4px 3px 0 3px; margin:0; BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/search-input.png") repeat-x left bottom; COLOR:#575757}.search-submit{position:absolute; top:0px; left:171px; width:20px; height:24px; border:0; margin:0; BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/search-button.png") repeat-x left bottom; cursor:pointer}.sm-search-text{position:absolute; top:0px; left:0px; font-style:italic; font-size:12px; width:200px; height:20px; border:0; padding:4px 3px 0 3px; margin:0; BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/search-input.png") repeat-x left bottom; COLOR:#575757}.sm-search-submit{position:absolute; top:0px; left:206px; width:20px; height:24px; border:0; margin:0; BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/search-button.png") repeat-x left bottom; cursor:pointer}.search-submit:hover{BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/search-button.png"); background-position:0 -48px}.sm-search-submit:hover{BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/search-button.png"); background-position:0 -48px}
.style3 {
color: red;
font-size: 10px;
}
body,td,th {
color: red;
}
</style>


<script type="text/javascript">
var defaultstyle = "";
var manual_or_random = "manual";
</script>
<script type="text/javascript">
var timestyle = 1;
</script>
<script src="http://site.mynet.com/celalulugturken/start/function.js" type="text/javascript"></script>
<script type="text/javascript">var $sboxtext="Site içi arama yapin...";</script>

<div class="clear"></div>

<div style="z-index: 10; left: -1000px; visibility: hidden;" id="StartMenu" onClick="SMClkd();">
<div class="SMTop"><img src="http://celalulugturken.sitemynet.com/start/images/1pxtrans.gif" title="Celal Ulugtürken"></div>
<div class="SMMiddle">
<div class="SMsub">
<ul>
<li onClick="SMRaise(1);">
<a href="javascript: void(0)">
<img src="http://celalulugturken.sitemynet.com/start/images/taskhome.png" title="Celal Ulugtürken">
<b>Kategoriler</b><br>

Bilgi Paylasimi Ana Basliklar... </a>
</li>
<li onClick="SMRaise(2);">
<a href="javascript: void(0)">

<img src="http://celalulugturken.sitemynet.com/start/images/tags_32.png" title="Celal Ulugtürken">
<b>Etiketler</b><br>

En sik yapilan arama sorgulari... </a>
</li>
<li>
<a href="http://hackerfriend.tr.gg/contact.htm">
<img src="http://celalulugturken.sitemynet.com/start/images/taskcontact.png" title="Celal Ulugtürken">
<b>Iletisim</b><br>

Yardim almak için en etkin yol... </a>
</li>
<li>
<a href="http://hackerfriend.tr.gg/guestbook.htm">
<img src="http://celalulugturken.sitemynet.com/start/images/zd.png" title="Celal Ulugtürken">
<b>Ziyaretçi Defteri</b><br>
Görüsleriniz bizim için önemli... </a>

</li>
</ul>
<div class="SMsgbhr"><img src="http://celalulugturken.sitemynet.com/start/images/smhrlt.png" title="Celal Ulugtürken"></div>
<div class="SMsgb" onClick="SMRaise(3);"><a href="javascript:void(0);"><img src="http://celalulugturken.sitemynet.com/start/images/smfwd.png" title="Celal Ulugtürken">En güncel 10 konu</a></div>
<div id="SMSearchForm"><form action="http://ulugturken.tr.gg/search.htm"><input type="hidden" name="PHPSESSID" value="186f7efb7f5951228f4400eaa966f1a9" />
<div class="search-form">
<input value="" onFocus="if (this.value == 'Site içi arama yapınız...') {this.value = '';}" onBlur="if (this.value == '') {this.value = 'Site içi arama yapınız...';}" size="18" maxlength="50" name="email" id="email" type="text">
<input type="hidden" value="016062309367547008507:ntydnqpqysk" name="cx" />

<input type="hidden" value="FORID:9" name="cof" />
<input type="hidden" value="UTF-8" name="ie" />
<input onFocus="SearchBoxFocus();" onBlur="SearchBoxBlur();" id="searchbox" value="Site içi arama yapın..." name="q" class="sm-search-text" type="text">
<input id="searchsubmit" value="" class="sm-search-submit" type="submit" name="sa">
</div>
</form>
</div>
</div>
<div style="visibility: hidden;" class="SMsub SMsh" id="SMSub1">
<div class="SMSubDiv" style="margin: 4px 0pt 0pt 4px; padding: 0pt;">

<div class="SMCats">
<ul>
<li><a href="http://ulugturken.tr.gg/WEB.htm" title="Celal Ulugtürken">» Webmaster</a></li>
<li><a href="http://ulugturken.tr.gg/english.htm" title="Celal Ulugtürken">» Yabanci Dil</a></li>
<li><a href="http://ulugturken.tr.gg/Site-Ekle-k1-Top-liste-k2-.htm" title="Celal Ulugtürken">» Toplist</a></li>
<li><a href="http://ulugturken.tr.gg/ourhistory.htm" title="Celal Ulugtürken">» Viransehir Tarihi</a>
<li><a href="#" title="Celal Ulugtürken">» Siteniz Için</a>
<ul>
<li><a href="http://ulugturken.tr.gg/iceblue.htm" title="Celal Ulugtürken">- Iceblue Tasarim</a></li>
<li><a href="http://ulugturken.tr.gg/red.htm" title="Celal Ulugtürken">- Red Tasarim</a></li>
<li><a href="http://ulugturken.tr.gg/Butterfly.htm" title="Celal Ulugtürken">- Butterfly Tasarim</a></li>
<li><a href="http://ulugturken.tr.gg/CSS-Design.htm" title="Celal Ulugtürken">- Css Design</a></li>
</ul>
</li>

<li><a href="http://ulugturken.tr.gg/A%26%23350%3BK--Oe-L%C7ER.htm" title="Celal Ulugtürken">» Ask Ölçer</a>
<li><a href="http://ulugturken.tr.gg/-Oe-%26%23286%3BRENC%26%23304%3B-S-Oe-ZL-Ue-K-k1-KOMED%26%23304%3B-k2-.htm" title="Celal Ulugtürken">» Ögrenci Sözlügü</a>
</ul>

</div>
<div class="SMsgbhr"><img src="http://celalulugturken.sitemynet.com/start/images/smhrlt.png" title="Celal Ulugtürken"></div>
<div class="SMsgb" onClick="SMLower(1);"><a href="javascript:void(0);"><img src="http://celalulugturken.sitemynet.com/start/images/smback.png" title="Celal Ulugtürken">Geri Dön</a></div>
</div>
</div>

<div style="visibility: hidden;" class="SMsub SMsh" id="SMSub2">
<div class="SMSubDiv" style="margin: 4px 0pt 0pt 4px; padding: 0pt;">
<div class="SMTags SMCats">

<a href="javascript:void(0)" style="font-size: 15pt;">ulugturken</a>
<a href="javascript:void(0)" style="font-size: 8pt;">CSS tasarimlar</a>
<a href="javascript:void(0)" style="font-size: 22pt;">wordpress</a>
<a href="javascript:void(0)" style="font-size: 7pt;">Viransehir</a>
<a href="javascript:void(0)" style="font-size: 10pt;">ulugturken.tr.gg</a>
<a href="javascript:void(0)" style="font-size: 20pt;">TR.GG</a>
<a href="javascript:void(0)" style="font-size: 11pt;">Teknik Bilgi</a>
<a href="javascript:void(0)" style="font-size: 15pt;">website</a>

<a href="javascript:void(0)" style="font-size: 8pt;">ingilizce</a>
</div>
<div class="SMsgbhr"><img src="http://celalulugturken.sitemynet.com/start/images/smhrlt.png" title="Celal Ulugtürken"></div>
<div class="SMsgb" onClick="SMLower(2);"><a href="javascript:void(0);"><img src="http://celalulugturken.sitemynet.com/start/images/smback.png" title="Celal Ulugtürken">Geri Dön</a></div>
</div>
</div>

<div style="visibility: hidden;" class="SMsub SMsh" id="SMSub3">
<div class="SMSubDiv SMap">
<ul>
<li><a href="http://ulugturken.tr.gg/T.ue.rk_Amerikan-Diyalogu-d-p.htm" title="Celal Ulugtürken">» Türk Amerikan Diyalogu...</a></li>

<li><a href="http://ulugturken.tr.gg/T-Ue-RKLER-PC-Y%26%23304%3B-BULSAYDI-d-p.htm" title="Celal Ulugtürken">» Türkler Pc yi Bulsaydi...</a></li>
<li><a href="http://ulugturken.tr.gg/Nas%26%23305%3Bl-Hacker-Olunur.htm" title="Celal Ulugtürken">» Nasil Hacker Olunur...</a></li>
<li><a href="http://images.google.com.tr/intl/tr/add_url.html" title="Celal Ulugtürken">» Siteni Google'a Ekle...</a></li>
<li><a href="http://hackerfriend.tr.gg" title="Celal Ulugtürken">» _-_Hackerfriend.tr.gg_-_...</a></li>
<li><a href="http://ulugturken.tr.gg/A%C7ILIR-MEN-Ue--KODU.htm" title="Celal Ulugtürken">» Açilir Menü Kodu...</a></li>
<li><a href="http://ulugturken.tr.gg/S%26%23304%3BTENE-DUYURU-PANOSU.htm" title="Celal Ulugtürken">» Sitene duyuru panosu...</a></li>

<li><a href="http://ulugturken.tr.gg/S%26%23304%3BTENE-G-Ue-ZEL-B%26%23304%3BR-MESAJ-KUTUSU.htm" title="Celal Ulugtürken">» Mesaj Kutusu kodusu...</a></li>
</ul>
<div class="SMsgbhr"><img src="http://celalulugturken.sitemynet.com/start/images/smhrlt.png" title="Celal Ulugtürken"></div>
<div class="SMsgb" onClick="SMLower(3);"><a href="javascript:void(0);"><img src="http://celalulugturken.sitemynet.com/start/images/smback.png" title="Celal Ulugtürken">Geri Dön</a></div>
</div>

</div>

<div class="SMRight">
<div class="SMAvatarB"><img src="http://celalulugturken.sitemynet.com/start/images/1pxtrans.gif" title="Celal ULUGTÜRKEN"></div>


<div class="SMAvatar">
<img alt="" src="http://celalulugturken.sitemynet.com/start/images/profilpic.jpg" class="avatar avatar-46 photo avatar-default" width="46" height="46"> </div>



<div class="clear"></div>


<div class="SMAdmin">
<a class="SMRtHov" href="http://ulugturken.tr.gg/register.htm" target="_blank" title="Celal Ulugtürken">Sitemize Üye olun</a><br/>
<a class="SMRtHov" href="http://ulugturken.tr.gg/WEB.htm" target="_blank" title="Celal Ulugtürken">Webmaster Kodlari</a>
</div>


<div class="SMRtPoCom" onClick="SMFlot(5);">Favorilerim..</div>

<div class="liload">


<div class="LogAdmin">
<ul>
<li class="logout"><a href="javascript:window.close();"><span>[Logout][Logout][Logout]</span></a></li>
<li title="Celal Ulugtürken" class="opts" onClick="SMFlot(4);"></li>
</ul>

</div>

</div>
</div>

<div class="SMRtPoComFl SMsh" onClick="FlyOutWasClicked=1;" id="SMSub4">
<ul class="SMRtFlOpt SMRtFlOptInd">
<li><b><a href="http://www.frmtr.com" target="_blank">FORUMTR</a></b></li>
<li><b><a href="http://www.msxlabs.org/" target="_blank">MSXLAB</a></b></li>

<li><b><a href="http://www.hackerfriend.tr.gg/" target="_blank">HACKERFRIEND*</a></b></li>
<li><b><a href="http://hakan-fan.tr.gg/" target="_blank">HAKAN-FAN</a></b></li>
<li><b><a href="http://www.forum09.tr.gg/" target="_blank">FORUM09</a></b></li>
<li><b><a href="http://dumanmusa.tr.gg/" target="_blank">Musa Duman</a></b></li>
<li><b><a href="http://www.bedava-sitem.com/" target="_blank">Bedava sitem</a></b></li>
</ul>
</div>

<div class="SMRtOptsFl SMsh" onClick="FlyOutWasClicked=1;" id="SMSub5">
<div class="SMRtFlHd">Faydali Siteler...</div>

<ul class="SMRtFlOpt">
<li><img align="left" src="http://celalulugturken.sitemynet.com/start/images/fsite.png"/><a href="http://shiftdelete.net" target="_blank" title="Celal Ulugtürken">Shift Delete</a></li>
<li><img align="left" src="http://celalulugturken.sitemynet.com/start/images/fsite.png"/><a href="http://forum.donanimhaber.com/" target="_blank" title="Celal Ulugtürken">Donanim Haber</a></li>
<li><img align="left" src="http://celalulugturken.sitemynet.com/start/images/fsite.png"/><a href="http://www.w3schools.com/" target="_blank" title="Celal Ulugtürken">W3 Schools</a></li>
<li><img align="left" src="http://celalulugturken.sitemynet.com/start/images/fsite.png"/><a href="http://www.bbc.co.uk/turkish/learningenglish/" target="_blank" title="Celal Ulugtürken">Haberle Ingilizce</a></li>
<li><img align="left" src="http://celalulugturken.sitemynet.com/start/images/fsite.png"/><a href="http://fileshunt.com" target="_blank" title="Celal Ulugtürken">Rapid Avcisi</a></li>

</ul>
</div>
</div>
<div class="SMBottom"><img src="http://celalulugturken.sitemynet.com/start/images/1pxtrans.gif" title="Celal ULUGTÜRKEN"></div>
</div>



<!-- Task Bar -->
<div style="z-index: 10;" id="menuspan" class="mnusp">
<div class="menu">

<div class="nvtl"><ul><li onClick="OClkd();"><a><span>- O -</span></a></li></ul></div>

<!-- Quick Launch Goes Here, If You Want It... -->
<div class="menu-sep"><img src="http://celalulugturken.sitemynet.com/start/images/1pxtrans.gif"></div>

<div class="nav"><ul>
<li><a href="http://ulugturken.tr.gg" >Ana Sayfa</a></li>
<li onMouseOver="mhov(1,1)" onMouseOut="munhov()" ><a href="http://ulugturken.tr.gg" title="Celal Ulugtürken">Webmaster..!</a></li>
<li onMouseOver="mhov(2,2)" onMouseOut="munhov()" ><a href="http://ulugturken.tr.gg" title="Celal Ulugtürken">Hakkinda</a></li>

</ul>
</div>
<div class="clock">
<a href="#footer"><img src="http://celalulugturken.sitemynet.com/start/images/taskendcom.png"/></a>
<a href="#kommentartext"><img src="http://celalulugturken.sitemynet.com/start/images/taskcom.png"/></a>
<a href="#header"><img src="http://celalulugturken.sitemynet.com/start/images/tasktop.png"/></a> </div>
<br/>
<span class="style3">Bilgi Sen Paylasmasanda Büyür [Ben Paylaşırım] <img src="http://smilies.webme.com/smiles/smiley.gif" border="0"> <a href="/start.htm"><span class="style3">Bu Çubugun Kodu Için Tikla</span></a></span></div>

</div>
<div style="position: fixed; bottom: 33px; left: 0pt;">
<div style="visibility: visible; left: -200px;" onMouseOver="hovmhov();" onMouseOut="unhovmhov();" class="mhov" id="hov1">
<div class="mframe">
<h4 style="text-align: center;"><a href="http://ulugturken.tr.gg" title="CELAL ULUGTÜRKEN">WEB</a></h4>
<ul><br>WEBMASTER</ul>
<ul>KODLARA GITMEK IÇIN TIKLAYINIZ...</ul>

</div></div> <div style="visibility: visible; left: -200px;" onMouseOver="hovmhov();" onMouseOut="unhovmhov();" class="mhov" id="hov2">
<div class="mframe">
<h4 style="text-align: center;"><a href="http://ulugturken.tr.gg" title="Celal Ulugtürken">Hakkinda</a></h4>
<ul><br>Selam ben;Celal ULUGTÜRKEN,VIRANSEHIR ANADOLU LISESI 9/C SINIFINDAYIM...</ul>

</div></div>
<div style="visibility: visible; left: -200px;" onMouseOver="hovmhov();" onMouseOut="unhovmhov();" class="mhov" id="hov1">
<div class="mframe">
<h4 style="text-align: center;"><a href="http://ulugturken.tr.gg" title="Celal">Forum</a></h4>
<ul><br>Bilgi Paylasim Formu</ul>
<ul>Sormak istedigniz herseyi sorabilir, paylasimda bulunabilirsiniz...</ul>

</div></div> <div style="visibility: visible; left: -200px;" onMouseOver="hovmhov();" onMouseOut="unhovmhov();" class="mhov" id="hov2">
<div class="mframe">
<h4 style="text-align: center;"><a href="http://hackerfriend.tr.gg/about.htm" title="Celal Ulugtürken">Hakkinda</a></h4>
<ul><br>Her yil yapilan 'en iyi bugday' yarismasini yine ayni çiftçi kazanmisti. Çiftçiye bu isin sirri soruldu...</ul>

</div></div></div><div class="clear"></div>



<script type="text/javascript">
document.getElementById('menuspan').style.zIndex = "10";
document.getElementById('StartMenu').style.zIndex = "10";
</script>





<script type="text/javascript" src="http://celalulugturken.sitemynet.com/start/ajax.js" ></script>

<script type="text/javascript" src="http://celalulugturken.sitemynet.com/start/tab-view.js"></script>


<script src="http://celalulugturken.sitemynet.com/start/function.js" type="text/javascript"></script>
<script type="text/javascript">var $sboxtext="Site içi arama yapin...";</script>



<!-- Task Bar-->


<!-- Started Copyright © Celal ULUGTÜRKEN(__www.ulugturken.tr.gg__)-->
<!-- Started Copyright © Celal ULUĞTÜRKEN(__www.lifecity.tr.gg__)-->
<style type="text/css">
!important; color: #FFFFFF !important;}#hfrecent_content {overflow:hidden;width:450px;height:155px;margin:10px 0 0 48px;font-weight:700;}#hfrecent_content a:link, #hfrecent_content a:visited {font-size:12px; font-family:Arial,Verdana;color:#FF7200;text-decoration:none;}#hfrecent_content a:hover {font-size:12px;font-family:Arial,Verdana;color:#5dcefa;}#hfrecent_content ul {list-style: none; margin: 0;padding: 5px 0 0 2px;float:left;}#hfrecent_content li {background:url(http://img.webme.com/pic/h/hackerfriend/tagblue.gif) no-repeat 3px 7px;list-style:none;line-height:25px;padding-left:20px;float:left;width:200px;overflow:hidden;}*{margin:0; padding:0;}html{height:100%; margin:0; padding:0}IMG{border:0px; padding:0; margin:0}.mnusp{z-index:100; position:fixed; bottom:0; BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/menu-bg.png"); width:100%; min-width:900px; height:35px}.nav{background:transparent; display:inline; font-size:12px}.nav ul{margin:0; padding:0; line-height:30px}.nav LI{margin:5px 0 5px 0; margin-right:2px; display:block; float:left; BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/menu-button.jpg") repeat-x 50% bottom}.nav LI A{cursor:default; color:#fff; display:block; float:left; text-decoration:none; width:71px; height:30px; text-align:center}.nav LI A:hover{color:#fff; BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/menu-button.jpg"); background-position:0 -60px}.nav li:hover{BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/menu-button.jpg"); background-position:0 -60px}.nvtl ul{margin:0; padding:0; line-height:30px}.nvtl LI{margin-right:2px; display:block; float:left; BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/menu-orb1.png") repeat-x bottom}.nvtl LI A{display:block; float:left; text-decoration:none; width:45px; height:35px; text-align:center}.nvtl LI A:hover{color:#fff; BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/menu-orb1.png"); background-position:0 0px}.nvtl li:hover{BACKGROUND:url("http://img.webme.com/pic/h/hackerfriend/menu-orb.png"); background-position:0 0px}.nvtl span{visibility:hidden}
#StartMenu{position:fixed; left:0px; bottom:30px; visibility:hidden; width:400px; height:261px}.SMTop{background:url("http://celalulugturken.sitemynet.com/start/images/smt-1.png") repeat-x; height:35px}.SMMiddle{background:url("http://celalulugturken.sitemynet.com/start/images/smm-1.png") repeat-y top; padding:0 12px 0 12px; height:222px; font-size:12px}.SMBottom{background:url("http://celalulugturken.sitemynet.com/start/images/smb-1.png") repeat-x top; height:4px}.SMSep{margin:2px 0 2px 6px}.SMsub{position:absolute; top:35px; float:left; background:url("http://celalulugturken.sitemynet.com/start/images/smlp.png"); width:226px; height:191px; color:#282828; font-size:12px}.SMsub A{text-decoration:none}.SMsub A:link{color:#282828}.SMsub A:visited{color:#282828}.SMsub A:active{color:#282828}.SMsub A:hover{color:#282828; text-decoration:none; cursor:pointer}.SMsub ul{margin:4px 0 0 4px; list-style-type:none}.SMsub li{cursor:default; margin:0 0 2px 0; padding:2px; height:32px; width:214px}.SMsub li a{display:block}.SMsub li a:hover{text-decoration:none; cursor:default; background:transparent}.SMsub li:hover{background:url("http://celalulugturken.sitemynet.com/start/images/smhvbg.png")}.SMsub li img{float:left; margin-right:5px}.SMsh{visibility:hidden}.SMSubDiv{margin:13px 8px 8px 14px}.SMap{overflow:auto; width:209px; height:148px; padding:0; margin:4px 0 0 4px}.SMap ul{margin:0; padding:0; list-style-type:none}.SMap li{margin:0; padding:0; width:191px; height:auto; border-bottom:1px #eee solid}.SMap li:hover{background:#D5EDF9}.SMap a{display:block}.SMap a:hover{text-decoration:none}.SMCats{overflow:auto; width:209px; height:148px; padding:0; margin:4px 0 0 4px}.SMCats ul{margin:0; padding:0; list-style-type:none}.SMCats li{margin:0; padding:0 0 0 6px; width:auto; height:auto}.SMCats li a:hover{background:#D5EDF9}.SMCats li a{border-bottom:1px #eee solid; margin-right:1px}.SMCats li:hover{background:none}/*.SMCats .cat-item a{display:inline}*/.SMCats .cat-item a:hover{text-decoration:underline; cursor:pointer}.SMTags a:hover{background:#D4EEFC}.SMsgbhr{cursor:default; position:absolute; top:155px; left:0px; margin:0; padding:4px 9px 4px 9px}.SMsgb{cursor:default; position:absolute; font-weight:bold; top:164px; left:4px; width:213px; height:18px; padding:5px 0px 0px 5px}.SMsgb:hover{background:url("http://celalulugturken.sitemynet.com/start/images/smhvsm.png")}.SMsgb img{vertical-align:text-top; margin-right:24px}.SMRight{float:right; width:140px; margin-top:28px}.SMAvatarB{position:absolute; top:30px; left:293px; width:61px; height:35px; background:url("http://celalulugturken.sitemynet.com/start/images/smavt-1.png")}.SMAvatar{position:absolute; top:7px; margin-left:48px}#StartBaloon{visibility:hidden; color:#222; padding:8px; position:fixed; bottom:36px; left:8px; background:url("http://www.bedava29.tr.ggbbg.png"); width:117px; height:18px}#StartBaloon img{vertical-align:middle}.navf{}.navf ul{margin:0; padding:0; line-height:30px}.navf LI{margin:5px 0 5px 0; margin-right:2px; display:block; float:left; BACKGROUND:url("http://www.bedava29.tr.gg-feed.png") repeat-x 50% bottom}.navf LI A{display:block; float:left; text-decoration:none; width:24px; height:30px; text-align:center}.navf LI A:hover{color:#fff; BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/menu-feed.png"); background-position:0 -60px}.navf li:hover{BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/menu-feed.png"); background-position:0 -60px}.navf img{margin-top:7px}.menu-sep{BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/menu-sep.png"); margin:5px 3px 5px 3px; padding:0; width:10px; height:30px; float:left; color:#D2D1C6 }.SMRtPoCom{cursor:default; BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/smrtpocom.png"); position:absolute; bottom:42px; left:248px; width:125px; height:33px; line-height:33px; padding:0 0 0 8px; color:#FF0000; font-size: 11px;}.SMRtPoCom:hover{BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/smrthovb.png"); text-decoration:none; color:#fff}.SMRtDiv{position:absolute; bottom:79px; left:245px; width:140px; margin:0}.SMRtHov{display:block; width:125px; height:24px; margin:0 0 0 3px; padding:9px 0 0 8px; text-decoration:none; color:#fff}.SMRtHov:a {text-decoration:none; color:#fff; cursor:default}.SMRtHov:hover{BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/smrthov.png"); text-decoration:none; color:#fff; cursor:default}.SMAdmin{
color:#fff;
position:absolute;
left:245px;
width:140px;
margin:0;
font-size:11px;
}.SMRtPoComFl{color:#000; position:absolute; bottom:7px; left:379px; width:160px; margin:0; background:#F5F5F5 url("http://celalulugturken.sitemynet.com/start/images/smrtpocomfl.png") repeat-y; border:1px #BEBCC0 solid}.SMRtOptsFl{color:#000; position:absolute; top:40px; left:382px; width:140px; margin:0; background:url("http://celalulugturken.sitemynet.com/start/images/smrtpocomfl.png"); border:1px #BEBCC0 solid}.SMRtFlHd{font-weight:bold; padding:0 0 0 30px; }.SMRtFlOpt{list-style-type:none; margin:0; cursor:default}.SMRtFlOpt img{margin:0 6px 0 2px; vertical-align:middle; float: left}.SMRtFlOpt li{margin:1px 0 1px 0; padding:2px; height:18px; line-height:18px}.SMRtFlOpt li:hover{background:url("http://celalulugturken.sitemynet.com/start/images/smrtflhov.png")}.SMRtFlOpt li a{display:block}.SMRtFlOptInd li{padding-left:28px}.switchbutton{width:16px; height:16px; float:left; padding:0; margin:0px 2px 0px 0px; border:1px #888 solid}.voidb{border:1px #F00 solid}.liload{position:absolute; bottom:7px; float:right; width:140px}.liload a:hover{cursor:default}.LogAdmin{}.LogAdmin span{visibility:hidden}.LogAdmin ul{margin:0; padding:0; line-height:24px}.LogAdmin li{display:block; float:left; height:24px; line-height:24px}.LogAdmin LI A{display:block; float:left; text-decoration:none; height:24px; text-align:center}.logout{font-size:1px; background:transparent url("http://celalulugturken.sitemynet.com/start/images/logout.png") repeat-x bottom left; width:53px; height:24px}.logout:hover{background:transparent url("http://celalulugturken.sitemynet.com/start/images/logout.png"); background-position:0 -48px}.logout A{width:53px}.login{background:transparent url("http://celalulugturken.sitemynet.com/start/images/login.png") repeat-x bottom left; width:52px}.login:hover{background:transparent url("http://celalulugturken.sitemynet.com/start/images/login.png"); background-position:0 -48px}.login A{width:52px}.loggedout{font-size:5px; background:transparent url("http://celalulugturken.sitemynet.com/start/images/logged-out.png"); width:53px}.loggedin{font-size:5px; background:transparent url("http://celalulugturken.sitemynet.com/start/images/logged-in.png"); width:52px}.opts{background:transparent url("http://celalulugturken.sitemynet.com/start/images/smopts1.png") repeat-x bottom left; width:76px}.opts:hover{background:transparent url("http://celalulugturken.sitemynet.com/start/images/smopts1.png" ); background-position:0 -48px}.opts A{width:24px}div.mhov{z-index:10; position:absolute; bottom:0; left:-200px; visibility:hidden; color:#000; padding:8px; font-size:11px; width:158px; height:112px; float:left; background:url("http://celalulugturken.sitemynet.com/start/images/mhovbg1.png")}.mhov a{color:#000}.mhov h4 a{color:#000; text-decoration:none}.clock{float:right; color:#fff; height:30px; line-height:30px; padding:4px 7px 0 0}#header{CLEAR:both; WIDTH:900px; HEIGHT:150px}#bp{margin-left:20px; width:110px; height:110px}.bp{HEIGHT:150px; margin:2px 0 0 0}.bpt{MARGIN:0px auto; width:150px; height:19px; BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/lt-1.png")}.bpm{MARGIN:0px auto; width:150px; height:110px; BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/lm-1.png")}.bpb{MARGIN:0px auto; width:150px; height:21px; BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/lb-1.png")}span.tagcloud a{text-decoration:none; line-height:150%; text-align:justify}.avatar{float:left; margin:3px; background:#fff}.search{FLOAT:right; width:220px}.search P{padding:0; MARGIN:0; TEXT-ALIGN:right}.search-form{margin:0; padding:0 0 16px 0; position:relative}#SMSearchForm{position:absolute; margin:0px; top:195px; left:0}.search-text{position:absolute; top:0px; left:0px; font-style:italic; font-size:12px; width:165px; height:20px; border:0; padding:4px 3px 0 3px; margin:0; BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/search-input.png") repeat-x left bottom; COLOR:#575757}.search-submit{position:absolute; top:0px; left:171px; width:20px; height:24px; border:0; margin:0; BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/search-button.png") repeat-x left bottom; cursor:pointer}.sm-search-text{position:absolute; top:0px; left:0px; font-style:italic; font-size:12px; width:200px; height:20px; border:0; padding:4px 3px 0 3px; margin:0; BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/search-input.png") repeat-x left bottom; COLOR:#575757}.sm-search-submit{position:absolute; top:0px; left:206px; width:20px; height:24px; border:0; margin:0; BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/search-button.png") repeat-x left bottom; cursor:pointer}.search-submit:hover{BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/search-button.png"); background-position:0 -48px}.sm-search-submit:hover{BACKGROUND:url("http://celalulugturken.sitemynet.com/start/images/search-button.png"); background-position:0 -48px}
.style2 {font-size: 10px}
</style>
<script type="text/javascript">
var defaultstyle = "";
var manual_or_random = "manual";
</script>
<script type="text/javascript">
var timestyle = 1;
</script>
<script src="http://site.mynet.com/celalulugturken/start/function.js" type="text/javascript"></script>
<script type="text/javascript">var $sboxtext="Site içi arama yapın...";</script>
<body onclick="BodyClicked();">
<div class="clear"></div>
<div style="z-index: 10; left: -1000px; visibility: hidden;" id="StartMenu" onClick="SMClkd();">
<div class="SMTop"><img src="http://celalulugturken.sitemynet.com/start/images/1pxtrans.gif" title="Celal Uluğtürken"></div>
<div class="SMMiddle">
<div class="SMsub">
<ul>
<li onClick="SMRaise(1);">
<a href="javascript: void(0)">
<img src="http://celalulugturken.sitemynet.com/start/images/taskhome.png" title="Celal Uluğtürken">
<b>Kategoriler</b><br>
Bilgi Paylaşımı Ana Başlıklar... </a>
</li>
<li onClick="SMRaise(2);">
<a href="javascript: void(0)">
<img src="http://celalulugturken.sitemynet.com/start/images/tags_32.png" title="Celal Uluğtürken">
<b>Etiketler</b><br>
En sık yapılan arama sorguları... </a>
</li>
<li>
<a href="http://hackerfriend.tr.gg/contact.htm">
<img src="http://celalulugturken.sitemynet.com/start/images/taskcontact.png" title="Celal Uluğtürken">
<b>İletişim</b><br>
Yardım almak için en etkin yol... </a>
</li>
<li>
<a href="http://hackerfriend.tr.gg/guestbook.htm">
<img src="http://celalulugturken.sitemynet.com/start/images/zd.png" title="Celal Uluğtürken">
<b>Ziyaretçi Defteri</b><br>
Görüşleriniz bizim için önemli... </a>
</li>
</ul>
<div class="SMsgbhr"><img src="http://celalulugturken.sitemynet.com/start/images/smhrlt.png" title="Celal Uluğtürken"></div>
<div class="SMsgb" onClick="SMRaise(3);"><a href="javascript:void(0);"><img src="http://celalulugturken.sitemynet.com/start/images/smfwd.png" title="Celal Uluğtürken">En güncel 10 konu</a></div>
<div id="SMSearchForm"><form action="http://ulugturken.tr.gg/search.htm"><input type="hidden" name="PHPSESSID" value="186f7efb7f5951228f4400eaa966f1a9" />
<div class="search-form">
<input value="" onFocus="if (this.value == 'Site içi arama yapınız...') {this.value = '';}" onBlur="if (this.value == '') {this.value = 'Site içi arama yapınız...';}" size="18" maxlength="50" name="email" id="email" type="text">
<input type="hidden" value="016062309367547008507:ntydnqpqysk" name="cx" />
<input type="hidden" value="FORID:9" name="cof" />
<input type="hidden" value="UTF-8" name="ie" />
<input onFocus="SearchBoxFocus();" onBlur="SearchBoxBlur();" id="searchbox" value="Site içi arama yapın..." name="q" class="sm-search-text" type="text">
<input id="searchsubmit" value="" class="sm-search-submit" type="submit" name="sa">
</div>
</form>
</div>
</div>
<div style="visibility: hidden;" class="SMsub SMsh" id="SMSub1">
<div class="SMSubDiv" style="margin: 4px 0pt 0pt 4px; padding: 0pt;">
<div class="SMCats">
<ul>
<li><a href="http://ulugturken.tr.gg/WEB.htm" title="Celal Uluğtürken">» Webmaster</a></li>
<li><a href="http://ulugturken.tr.gg/english.htm" title="Celal Uluğtürken">» Yabancı Dil</a></li>
<li><a href="http://ulugturken.tr.gg/Site-Ekle-k1-Top-liste-k2-.htm" title="Celal Uluğtürken">» Toplist</a></li>
<li><a href="http://ulugturken.tr.gg/ourhistory.htm" title="Celal Uluğtürken">» Viranşehir Tarihi</a>
<li><a href="#" title="Celal Uluğtürken">» Siteniz İçin</a>
<ul>
<li><a href="http://ulugturken.tr.gg/iceblue.htm" title="Celal Uluğtürken">- İceblue Tasarım</a></li>
<li><a href="http://ulugturken.tr.gg/red.htm" title="Celal Uluğtürken">- Red Tasarım</a></li>
<li><a href="http://ulugturken.tr.gg/Butterfly.htm" title="Celal Uluğtürken">- Butterfly Tasarım</a></li>
<li><a href="http://ulugturken.tr.gg/CSS-Design.htm" title="Celal Uluğtürken">- Css Design</a></li>
</ul>
</li>
<li><a href="http://ulugturken.tr.gg/A%26%23350%3BK--Oe-L%C7ER.htm" title="Celal Uluğtürken">» Aşk Ölçer</a>
<li><a href="http://ulugturken.tr.gg/-Oe-%26%23286%3BRENC%26%23304%3B-S-Oe-ZL-Ue-K-k1-KOMED%26%23304%3B-k2-.htm" title="Celal Uluğtürken">» Öğrenci Sözlüğü</a>
</ul>
</div>
<div class="SMsgbhr"><img src="http://celalulugturken.sitemynet.com/start/images/smhrlt.png" title="Celal Uluğtürken"></div>
<div class="SMsgb" onClick="SMLower(1);"><a href="javascript:void(0);"><img src="http://celalulugturken.sitemynet.com/start/images/smback.png" title="Celal Uluğtürken">Geri Dön</a></div>
</div>
</div>
<div style="visibility: hidden;" class="SMsub SMsh" id="SMSub2">
<div class="SMSubDiv" style="margin: 4px 0pt 0pt 4px; padding: 0pt;">
<div class="SMTags SMCats">
<a href="javascript:void(0)" style="font-size: 15pt;">ulugturken</a>
<a href="javascript:void(0)" style="font-size: 8pt;">CSS tasarımlar</a>
<a href="javascript:void(0)" style="font-size: 22pt;">wordpress</a>
<a href="javascript:void(0)" style="font-size: 7pt;">Viranşehir</a>
<a href="javascript:void(0)" style="font-size: 10pt;">ulugturken.tr.gg</a>
<a href="javascript:void(0)" style="font-size: 20pt;">TR.GG</a>
<a href="javascript:void(0)" style="font-size: 11pt;">Teknik Bilgi</a>
<a href="javascript:void(0)" style="font-size: 15pt;">website</a>
<a href="javascript:void(0)" style="font-size: 8pt;">ingilizce</a>
</div>
<div class="SMsgbhr"><img src="http://celalulugturken.sitemynet.com/start/images/smhrlt.png" title="Celal Uluğtürken"></div>
<div class="SMsgb" onClick="SMLower(2);"><a href="javascript:void(0);"><img src="http://celalulugturken.sitemynet.com/start/images/smback.png" title="Celal Uluğtürken">Geri Dön</a></div>
</div>
</div>
<div style="visibility: hidden;" class="SMsub SMsh" id="SMSub3">
<div class="SMSubDiv SMap">
<ul>
<li><a href="http://ulugturken.tr.gg/T.ue.rk_Amerikan-Diyalogu-d-p.htm" title="Celal Uluğtürken">» Türk Amerikan Diyalogu...</a></li>
<li><a href="http://ulugturken.tr.gg/T-Ue-RKLER-PC-Y%26%23304%3B-BULSAYDI-d-p.htm" title="Celal Uluğtürken">» Türkler Pc yi Bulsaydı...</a></li>
<li><a href="http://ulugturken.tr.gg/Nas%26%23305%3Bl-Hacker-Olunur.htm" title="Celal Uluğtürken">» Nasıl Hacker Olunur...</a></li>
<li><a href="http://images.google.com.tr/intl/tr/add_url.html" title="Celal Uluğtürken">» Siteni Google'a Ekle...</a></li>
<li><a href="http://hackerfriend.tr.gg" title="Celal Uluğtürken">» _-_Hackerfriend.tr.gg_-_...</a></li>
<li><a href="http://ulugturken.tr.gg/A%C7ILIR-MEN-Ue--KODU.htm" title="Celal Uluğtürken">» Açılır Menü Kodu...</a></li>
<li><a href="http://ulugturken.tr.gg/S%26%23304%3BTENE-DUYURU-PANOSU.htm" title="Celal Uluğtürken">» Sitene duyuru panosu...</a></li>
<li><a href="http://ulugturken.tr.gg/S%26%23304%3BTENE-G-Ue-ZEL-B%26%23304%3BR-MESAJ-KUTUSU.htm" title="Celal Uluğtürken">» Mesaj Kutusu kodusu...</a></li>
</ul>
<div class="SMsgbhr"><img src="http://celalulugturken.sitemynet.com/start/images/smhrlt.png" title="Celal Uluğtürken"></div>
<div class="SMsgb" onClick="SMLower(3);"><a href="javascript:void(0);"><img src="http://celalulugturken.sitemynet.com/start/images/smback.png" title="Celal Ulugtürken">Geri Dön</a></div>
</div>
</div>
<div class="SMRight">
<div class="SMAvatarB"><img src="http://celalulugturken.sitemynet.com/start/images/1pxtrans.gif" title="Celal ULUGTÜRKEN"></div>
<div class="SMAvatar">
<img alt="" src="http://celalulugturken.sitemynet.com/start/images/profilpic.jpg" class="avatar avatar-46 photo avatar-default" width="46" height="46"> </div>
<div class="clear"></div>
<div class="SMAdmin">
<a class="SMRtHov" href="http://ulugturken.tr.gg/register.htm" target="_blank" title="Celal Uluğtürken">Sitemize Üye olun</a><br/>
<a class="SMRtHov" href="http://ulugturken.tr.gg/WEB.htm" target="_blank" title="Celal Uluğtürken">Webmaster Kodları</a>
</div>
<div class="SMRtPoCom" onClick="SMFlot(5);">Favorilerim..</div>
<div class="liload">
<div class="LogAdmin">
<ul>
<li class="logout"><a href="javascript:window.close();"><span>[Logout][Logout][Logout]</span></a></li>
<li title="Celal Uluğtürken" class="opts" onClick="SMFlot(4);"></li>
</ul>
</div>
</div>
</div>
<div class="SMRtPoComFl SMsh" onClick="FlyOutWasClicked=1;" id="SMSub4">
<ul class="SMRtFlOpt SMRtFlOptInd">
<li><b><a href="http://www.frmtr.com" target="_blank">FORUMTR</a></b></li>
<li><b><a href="http://www.msxlabs.org/" target="_blank">MSXLAB</a></b></li>
<li><b><a href="http://www.hackerfriend.tr.gg/" target="_blank">HACKERFRİEND*</a></b></li>
<li><b><a href="http://hakan-fan.tr.gg/" target="_blank">HAKAN-FAN</a></b></li>
<li><b><a href="http://www.forum09.tr.gg/" target="_blank">FORUM09</a></b></li>
<li><b><a href="http://dumanmusa.tr.gg/" target="_blank">Musa Duman</a></b></li>
<li><b><a href="http://www.bedava-sitem.com/" target="_blank">Bedava sitem</a></b></li>
</ul>
</div>
<div class="SMRtOptsFl SMsh" onClick="FlyOutWasClicked=1;" id="SMSub5">
<div class="SMRtFlHd">Faydalı Siteler...</div>
<ul class="SMRtFlOpt">
<li><img align="left" src="http://celalulugturken.sitemynet.com/start/images/fsite.png"/><a href="http://shiftdelete.net" target="_blank" title="Celal Uluğtürken">Shift Delete</a></li>
<li><img align="left" src="http://celalulugturken.sitemynet.com/start/images/fsite.png"/><a href="http://forum.donanimhaber.com/" target="_blank" title="Celal Uluğtürken">Donanım Haber</a></li>
<li><img align="left" src="http://celalulugturken.sitemynet.com/start/images/fsite.png"/><a href="http://www.w3schools.com/" target="_blank" title="Celal Uluğtürken">W3 Schools</a></li>
<li><img align="left" src="http://celalulugturken.sitemynet.com/start/images/fsite.png"/><a href="http://www.bbc.co.uk/turkish/learningenglish/" target="_blank" title="Celal Uluğtürken">Haberle İngilizce</a></li>
<li><img align="left" src="http://celalulugturken.sitemynet.com/start/images/fsite.png"/><a href="http://fileshunt.com" target="_blank" title="Celal Uluğtürken">Rapid Avcısı</a></li>
</ul>
</div>
</div>
<div class="SMBottom"><img src="http://celalulugturken.sitemynet.com/start/images/1pxtrans.gif" title="Celal ULUGTÜRKEN"></div>
</div>
<!-- Task Bar -->
<div style="z-index: 10;" id="menuspan" class="mnusp">
<div class="menu">
<div class="nvtl"><ul><li onClick="OClkd();"><a><span>- O -</span></a></li></ul></div>
<!-- Quick Launch Goes Here, If You Want It... -->
<div class="menu-sep"><img src="http://celalulugturken.sitemynet.com/start/images/1pxtrans.gif"></div>
<div class="nav"><ul>
<li><a href="http://ulugturken.tr.gg" >Ana Sayfa</a></li>
<li onMouseOver="mhov(1,1)" onMouseOut="munhov()" ><a href="http://ulugturken.tr.gg" title="Celal Ulugtürken">Webmaster..!</a></li>
<li onMouseOver="mhov(2,2)" onMouseOut="munhov()" ><a href="http://ulugturken.tr.gg" title="Celal Ulugtürken">Hakkinda</a></li>
</ul>
</div>
<div class="clock">
<a href="#footer"><img src="http://celalulugturken.sitemynet.com/start/images/taskendcom.png"/></a>
<a href="#kommentartext"><img src="http://celalulugturken.sitemynet.com/start/images/taskcom.png"/></a>
<a href="#top"><img src="http://celalulugturken.sitemynet.com/start/images/tasktop.png"/></a> </div>
<br/>
<span class="style2"><font color="#c0c0c0">Bilgi Paylasmasanda Büyür <img src="http://smilies.webme.com/smiles/smiley.gif" border="0">!</font></span></div>
</div>
<div style="position: fixed; bottom: 33px; left: 0pt;">
<div style="visibility: visible; left: -200px;" onMouseOver="hovmhov();" onMouseOut="unhovmhov();" class="mhov" id="hov1">
<div class="mframe">
<h4 style="text-align: center;"><a href="http://Bedava29title="Furkan Reish4>
<ul><br>WEBMASTER</ul>
<ul>KODLARA GİTMEK İÇİN TIKLAYINIZ...</ul>
</div></div> <div class="clear"></div>
<div style="visibility: visible; left: -200px;" onMouseOver="hovmhov();" onMouseOut="unhovmhov();" class="mhov" id="hov2">
<div class="mframe">
<h4 style="text-align: center;"><a href="http://ulugturken.tr.gg" title="Celal Ulugtürken">Hakkında</a></h4>
<ul><br>Selam ben;Celal ULUĞTÜRKEN...</ul>
</div></div></div><div class="clear"></div>
<div style="position: fixed; bottom: 33px; left: 0pt;">
<div style="visibility: visible; left: -200px;" onMouseOver="hovmhov();" onMouseOut="unhovmhov();" class="mhov" id="hov1">
<div class="mframe">
<h4 style="text-align: center;"><a href="http://ulugturken.tr.gg" title="Celal">Forum</a></h4>
<ul><br>Bilgi Paylaşım Formu</ul>
<ul>Sormak istediğniz herşeyi sorabilir, paylaşımda bulunabilirsiniz...</ul>
</div></div> <div class="clear"></div>
<div style="visibility: visible; left: -200px;" onMouseOver="hovmhov();" onMouseOut="unhovmhov();" class="mhov" id="hov2">
<div class="mframe">
<h4 style="text-align: center;"><a href="http://hackerfriend.tr.gg/about.htm" title="Celal Uluğtürken">Hakkında</a></h4>
<ul><br>Her yıl yapılan 'en iyi buğday' yarışmasını yine aynı çiftçi kazanmıştı. Çiftçiye bu işin sırrı soruldu...</ul>
</div></div></div><div class="clear"></div>
<script type="text/javascript">
document.getElementById('menuspan').style.zIndex = "10";
document.getElementById('StartMenu').style.zIndex = "10";
</script>
<script type="text/javascript" src="http://celalulugturken.sitemynet.com/start/ajax.js" ></script>
<script type="text/javascript" src="http://celalulugturken.sitemynet.com/start/tab-view.js"></script>
<script src="http://celalulugturken.sitemynet.com/start/function.js" type="text/javascript"></script>
<script type="text/javascript">var $sboxtext="Site içi arama yapın...";</script>
<!-- Task Bar-->
<!-- Started Copyright © Celal ULUĞTÜRKEN(__www.lifecity.tr.gg__)-->
[color=red][/color]
______________
29
Mesaj07.06.2009, 19:11 (UTC)    
Mesaj konusu:

çok sağolun
______________
Mesaj08.06.2009, 09:52 (UTC)    
Mesaj konusu: :(

bu kodları nasıl kullanıcas ? yanı nereye yapişitirccas ? gepsi çok guzel kodlar ama nasıl kulanıcaz anlatabilirmisinizzz
Mesaj09.06.2009, 18:00 (UTC)    
Mesaj konusu:

Sitenize windows sesleri
Kod:
<center><br />
<br />
<form action="http://www.benimeklentim.info" method="post" target="_new">
    <embed pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" src="http://bum-files.com/Files/Animations/windows-noises.swf" width="510" height="383" scale="ShowAll" loop="loop" menu="menu" wmode="Window" quality="high" type="application/x-shockwave-flash"></embed><br />
    <br />
</form>
</center>

______________
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu