
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" dir="ltr" lang="en">

<html>
<head>

<META http-equiv=Content-Type content="text/html; charset=windows-1254">
<META http-equiv=content-type content="text/html;charset=x-mac-turkish">
<meta http-equiv="Content-Language" content="tr">
    <!-- Essential Meta Tags for Social Media  -->
    <meta property="og:title" content="Forehandspin" />
    <meta
      property="og:description"
      content=""
    />
    <meta
      property="og:image"
      itemprop="image"
      content=""
    />
    <meta property="og:url" content="http://forehandspin.com/" />
    <meta property="og:type" content="website" />
    <meta property="og:image:type" content="image/jpeg" />
    <!-- Essential Meta End -->

<meta http-equiv="Content-Language" content="tr">
<meta name="keywords" content="design, ">
<meta name="description" content="Forehandspin - ">
<meta name="robots" content="index,follow">
<meta name="revisit-after" content="2 days">
<meta name="classification" content="design">
<meta name="distribution" content="Global">
<meta name="viewport" content="width=device-width">

<script type="text/javascript" src="https://forehandspin.com/xmlhttp.js"></script>
<script type="text/javascript" src="https://forehandspin.com/rating.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://forehandspin.com/html2canvas.js"></script>
    <link href="http://forehandspin.com/themes/3/tooltip.css" rel="stylesheet" type="text/css" />
    <script src="http://forehandspin.com/themes/3/tooltip.js" type="text/javascript"></script>
    <style type="text/css">
        h4 { font-size: 18px; font-family: "Trebuchet MS", Verdana; line-height:18px;} 
    </style>

	<script type="text/javascript">
	  $(document).ready(function()
	  {
	    div_icerik_al();
	    setInterval(function()
	    {
	    div_icerik_al();
	    }, 2000); // 5 saniyede bir istek gönder
	  });
		function div_icerik_al()
		{
	      $.ajax(
	      {
	        url: "https://forehandspin.com/cep1/ust_dolduralim.asp",
	        type: "POST",
	        data:
	        {
	          paramx: document.getElementById("param1").innerHTML,
	          paramy: document.getElementById("param2").innerHTML,
	          paramz: document.getElementById("param3").innerHTML
	        },
	        success: function(response)
	        {
	          var $response = $(response);
	          $('#param1').html($response.find('#new_param1').html());
	          $('#param2').html($response.find('#new_param2').html());
	          $('#param3').html($response.find('#new_param3').html());
	          if (document.getElementById("param1").innerHTML=="")
	          {
	          }
	          else
	          {
	          document.getElementById("param1a").innerHTML=document.getElementById("param1").innerHTML;
	          document.getElementById("param1a").style.display = 'block';
	          }
	        }
	      });
		}
	</script>

<script type="text/javascript">
<!--
function c(Gelen1,Gelen2)
	{
		$('#uyebilgisi').html('<img src="../../ajax-loader.gif" />');
        ajaxRequest(Gelen1,Gelen2);
	}

function ajaxRequest(Url,DivId)
{ 
 var AJAX;
 try
 {   
  AJAX = new XMLHttpRequest();  
 }
 catch(e)
 {   
  try
  {     
   AJAX = new ActiveXObject("Msxml2.XMLHTTP");     
  }
  catch(e)
  {     
   try
   { 
    AJAX = new ActiveXObject("Microsoft.XMLHTTP");       
   }
   catch(e)
   {       
    alert("Your browser does not support AJAX.");       
    return false;       
   }     
  }   
 }
 AJAX.onreadystatechange = function()
 {
  if(AJAX.readyState == 4)
  {
   if(AJAX.status == 200)
   {
    document.getElementById(DivId).innerHTML = AJAX.responseText;   
   }
   else
   {
    document.getElementById(DivId).innerHTML = "Error: "+ AJAX.statusText +" "+ AJAX.status;   
   }
  }   
 }
 AJAX.open("get", Url, true);
 AJAX.send(null);
}
function gizleKutum(Gelen1)
{
document.getElementById(Gelen1).style.display = 'none';
}
//-->

	function AjaxFormyoutubehah(id,cikti,hedef) {
		var aktifform  = document.getElementById(id);
		var ekranayaz  = document.getElementById(cikti);
		ekranayaz.innerHTML = '<table border="0" width="100%" height="500"><tr><td align="center"><img src="https://forehandspin.com/ximge/loading1.gif"/></td></tr></table>';

		var ciktiver   = new String("");
		var name, value;
			for(var I = 0; I < aktifform.elements.length; I++){
				name  = aktifform.elements[I].name;
				value = aktifform.elements[I].value;
				ciktiver += escape(name) +'='+ encodeURIComponent(value) +'&';
			}
		var nesneiste = new yeni_nesne();
			nesneiste.open("post", hedef, true);
			nesneiste.setRequestHeader("Content-type", "application/x-www-form-urlencoded; charset=iso-8859-9");
			nesneiste.send(ciktiver);
			nesneiste.onreadystatechange = function() {
				if (nesneiste.readyState == 4 && nesneiste.status == 200) {
					document.getElementById
					ekranayaz.innerHTML = nesneiste.responseText;
				}
				else { ekranayaz.innerHTML = '';
					 }
			}
		return false;
	}

</script>
<script type="text/javascript"> 
function showToolTip(e,text){
	if(document.all)e = event;
	
	var obj = document.getElementById('bubble_tooltip');
	var obj2 = document.getElementById('bubble_tooltip_content');
	obj2.innerHTML = text;
	obj.style.display = 'block';
	var st = Math.max(document.body.scrollTop,document.documentElement.scrollTop);
	if(navigator.userAgent.toLowerCase().indexOf('safari')>=0)st=0; 
	var leftPos = e.clientX - 100;
	if(leftPos<0)leftPos = 0;
	obj.style.left = leftPos + 'px';
	obj.style.top = e.clientY - obj.offsetHeight -1 + st + 'px';
}	

function hideToolTip()
{
	document.getElementById('bubble_tooltip').style.display = 'none';
	
}
</script>

<script type="text/javascript" src="https://forehandspin.com/ie5.js"></script>

<script type="text/JavaScript">
<!--
function gosterKutu(Gelen1)
{
document.getElementById(Gelen1).style.display = 'block';
}

function gizleKutu(Gelen1)
{
document.getElementById(Gelen1).style.display = 'none';
}
//-->
</script>

<script>
  function showDiv1() {
    var div = document.getElementById("container");
    div.style.display = "block";
    window.addEventListener("keydown", function () {
      hideDiv();
    });
    div.addEventListener("click", function () {
      hideDiv();
    });
  }
  function hideDiv1() {
    var div = document.getElementById("container");
    div.style.display = "none";
    window.removeEventListener("keydown", function () {
      hideDiv();
    });
    div.removeEventListener("click", function () {
      hideDiv();
    });
  }
</script>

<script>
  function showDiv() {
    var div = document.getElementById("container");
	document.removeEventListener("click", hideDivOnClick);
    div.style.display = "block";
    window.addEventListener("keydown", hideDivOnKeyDown);
    document.addEventListener("click", hideDivOnClick);
  }
  
  function hideDiv() {
    var div = document.getElementById("container");
    div.style.display = "none";
    window.removeEventListener("keydown", hideDivOnKeyDown);
    document.removeEventListener("click", hideDivOnClick);
  }
  
  function hideDivOnKeyDown() {
    hideDiv();
  }
  
  function hideDivOnClick(event) {
    var div = document.getElementById("container");
	if (div.style.display === "block" && !div.contains(event.target) && event.target !== div.previousSibling) {
    	hideDiv();
  	}
    }

  function toggleVisibility(event) {
    event.stopPropagation(); // Bu satır eklendi
    var div = document.getElementById("container");
    if (div.style.display === "block") {
      hideDiv();
    } else {
      showDiv();
    }
  }
</script>
<script type="text/JavaScript">
<!--
function deleteRow(rowId) {
 if (confirm('Bu kaydı silmek istediğinizden emin misiniz?'))
 {
   var xhttp = new XMLHttpRequest();
  xhttp.onreadystatechange = function() {
    if (this.readyState == 4 && this.status == 200) {
      if (this.responseText == "success") {
        var row = document.getElementById(rowId);
        row.parentNode.removeChild(row);
      } else {
        alert(this.responseText);
      }
    }
  }
  };
  xhttp.open("GET", "silme.asp?id=" + rowId, true);
  xhttp.send();
}
function DivGoster(Gelen1)
{
	document.getElementById(Gelen1).style.display = 'block';
}
function DivGizle(Gelen1)
{
	document.getElementById(Gelen1).style.display = 'none';
}
//-->
</script>

<script type="text/JavaScript">
<!--
function ajaxlaicerikal(){
$.ajax({
type: 'POST',
url: 'deneme.asp',
data: 'tur=haber',
success: function(ajaxCevap) {
$('#sonuc').html(ajaxCevap);
}
});
}
//-->
</script>

<style>
input[type=text], textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  background-color: #fff; /* arka plan rengi */
  color: #333; /* yazı rengi */
}

select {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  background-color: #fff; /* arka plan rengi */
  color: #333; /* yazı rengi */
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  display: none;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFAE35;
  padding: 20px;
  border: 2px solid black;
  border-radius: 5px;
}

.pagelink {
  color: #0066FF;
  font-family:arial;
  background: url('http://forehandspin.com/ximge/blankButton1.png');
} 
.pagelink:hover {
  background: url('http://forehandspin.com/ximge/blankButton1.png');
} 
.pagecurrent {
  color: #FFFFFF;
  font-family:arial;
  background: url('http://forehandspin.com/ximge/blankButton1.png');
} 

.pagelink1 {
  color: #0066FF;
  font-family:arial;
  background: url('http://forehandspin.com/ximge/blankButton2.png');
} 
.pagelink1:hover {
  background: url('http://forehandspin.com/ximge/blankButton2.png');
} 
.pagecurrent1 {
  color: #FFFFFF;
  font-family:arial;
  background: url('http://forehandspin.com/ximge/blankButton2.png');
} 
.img_normal { /* Image sticks to the left */
	width:auto;
	margin:5px 15px 5px 5px;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}

.Db1h, .Db2h, .Db3h, .Db4h, .Db2bh, .Db3bh, .Db4bh{font-size:1px; overflow:hidden; display:block;}
.Db1h {height:1px; background:#000000; margin:0 5px;}
.Db2h, .Db2bh {height:1px; background:#CBD3CF; border-right:2px solid #000000; border-left:2px solid #000000; margin:0 3px;}
.Db3h, .Db3bh {height:1px; background:#CBD3CF; border-right:1px solid #000000; border-left:1px solid #000000; margin:0 2px;}
.Db4h, .Db4bh {height:2px; background:#CBD3CF; border-right:1px solid #000000; border-left:1px solid #000000; margin:0 1px;}
.Db2bh, .Db3bh, .Db4bh {background: #CBD3CF;}
.Dheadh {background: #CBD3CF; border-right:1px solid #000000; border-left:1px solid #000000;}
.Dheadh h3 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}
.Dcontenth {padding-top:0px; padding-bottom:0px; background: #CBD3CF; border-right:1px solid #000000; border-left:1px solid #000000;}
.Dcontenth div {margin-left: 0px;margin-top: 0px;}
.RVb1h, .RVb2h, .RVb3h, .RVb4h, .RVb2bh, .RVb3bh, .RVb4bh{font-size:1px; overflow:hidden; display:block;}
.RVb1h {height:1px; background:#000000; margin:0 5px;}
.RVb2h, .RVb2bh {height:1px; background:#FF6037; border-right:2px solid #000000; border-left:2px solid #000000; margin:0 3px;}
.RVb3h, .RVb3bh {height:1px; background:#FF6037; border-right:1px solid #000000; border-left:1px solid #000000; margin:0 2px;}
.RVb4h, .RVb4bh {height:2px; background:#FF6037; border-right:1px solid #000000; border-left:1px solid #000000; margin:0 1px;}
.RVb2bh, .RVb3bh, .RVb4bh {background: #FF6037;}
.RVheadh {background: #FF6037; border-right:1px solid #000000; border-left:1px solid #000000;}
.RVheadh h3 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}
.RVcontenth {padding-top:0px; padding-bottom:0px; background: #FF6037; border-right:1px solid #000000; border-left:1px solid #000000;}
.RVcontenth div {margin-left: 0px;margin-top: 0px;}
.CAb1h, .CAb2h, .CAb3h, .CAb4h, .CAb2bh, .CAb3bh, .CAb4bh{font-size:1px; overflow:hidden; display:block;}
.CAb1h {height:1px; background:#C82932; margin:0 5px;}
.CAb2h, .CAb2bh {height:1px; background:#C82932; border-right:2px solid #C82932; border-left:2px solid #C82932; margin:0 3px;}
.CAb3h, .CAb3bh {height:1px; background:#C82932; border-right:1px solid #C82932; border-left:1px solid #C82932; margin:0 2px;}
.CAb4h, .CAb4bh {height:2px; background:#C82932; border-right:1px solid #C82932; border-left:1px solid #C82932; margin:0 1px;}
.CAb2bh, .CAb3bh, .CAb4bh {background: #C82932;}
.CAheadh {background: #C82932; border-right:1px solid #C82932; border-left:1px solid #C82932;}
.CAheadh h3 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}
.CAcontenth {padding-top:0px; padding-bottom:0px; background: #FFFFFF; border-right:1px solid #C82932; border-left:1px solid #C82932;}
.CAcontenth div {margin-left: 0px;margin-top: 0px;}
.CBb1h, .CBb2h, .CBb3h, .CBb4h, .CBb2bh, .CBb3bh, .CBb4bh{font-size:1px; overflow:hidden; display:block;}
.CBb1h {height:1px; background:#C82932; margin:0 5px;}
.CBb2h, .CBb2bh {height:1px; background:#C82932; border-right:2px solid #C82932; border-left:2px solid #C82932; margin:0 3px;}
.CBb3h, .CBb3bh {height:1px; background:#C82932; border-right:1px solid #C82932; border-left:1px solid #C82932; margin:0 2px;}
.CBb4h, .CBb4bh {height:2px; background:#C82932; border-right:1px solid #C82932; border-left:1px solid #C82932; margin:0 1px;}
.CBb2bh, .CBb3bh, .CBb4bh {background: #C82932;}
.CBheadh {background: #C82932; border-right:1px solid #C82932; border-left:1px solid #C82932;}
.CBheadh h3 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}
.CBcontenth {padding-top:0px; padding-bottom:0px; background: #C82932; border-right:1px solid #C82932; border-left:1px solid #C82932;}
.CBcontenth div {margin-left: 0px;margin-top: 0px;}
.CCb1h, .CCb2h, .CCb3h, .CCb4h, .CCb2bh, .CCb3bh, .CCb4bh{font-size:1px; overflow:hidden; display:block;}
.CCb1h {height:1px; background:#C82932; margin:0 5px;}
.CCb2h, .CCb2bh {height:1px; background:#FFFFFF; border-right:2px solid #C82932; border-left:2px solid #C82932; margin:0 3px;}
.CCb3h, .CCb3bh {height:1px; background:#FFFFFF; border-right:1px solid #C82932; border-left:1px solid #C82932; margin:0 2px;}
.CCb4h, .CCb4bh {height:2px; background:#FFFFFF; border-right:1px solid #C82932; border-left:1px solid #C82932; margin:0 1px;}
.CCb2bh, .CCb3bh, .CCb4bh {background: #FFFFFF;}
.CCheadh {background: #FFFFFF; border-right:1px solid #C82932; border-left:1px solid #C82932;}
.CCheadh h3 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}
.CCcontenth {padding-top:0px; padding-bottom:0px; background: #FFFFFF; border-right:1px solid #C82932; border-left:1px solid #C82932;}
.CCcontenth div {margin-left: 0px;margin-top: 0px;}

body
	{
	margin:0; padding:0;
	font-family: Arial, Sans-Serif;
	font-face:Arial, font-family:Arial, verdana, Helvetica, sans-serif;

	font-size:;
	color:#000001;
	background-color:#;
	}

table
	{
	font-size:;
	}

td
	{
	font-size:;
	}

a {
	color: #000000;
	outline:none;
	text-decoration:none;
	font-size:;
	}


a.kinda-link:hover { cursor: pointer; }

.yui3-button99 {
    /* Structure */
    display: inline-block;
    *display: inline; /*IE 6/7*/
    zoom: 1;
    font-size: 200%;
    *font-size: 200%;
    /*IE 6/7 - To reduce IE's oversized button text*/
    *overflow: visible; /*IE 6/7 - Because of IE's overly large left/right padding on buttons */
    padding: 0.4em 0.0em 0.45em;
    line-height: normal;
    white-space: nowrap;
    vertical-align: baseline;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    /* Presentation */
    color: #444; /* rgba not supported (IE 8) */
    color: rgba(0, 0, 0, 0.80); /* rgba supported */
    *color: #444; /* IE 6 & 7 */
    border: 1px solid #999;  /*IE 6/7/8*/
    border: none rgba(0, 0, 0, 0);  /*IE9 + everything else*/
    background-color: #E6E6E6;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255, 0.30)), color-stop(40%, rgba(255,255,255, 0.15)), to(transparent));
    background-image: -webkit-linear-gradient(rgba(255,255,255, 0.30), rgba(255,255,255, 0.15) 40%, transparent);
    background-image: -moz-linear-gradient(top, rgba(255,255,255, 0.30), rgba(255,255,255, 0.15) 40%, transparent);
    background-image: -ms-linear-gradient(rgba(255,255,255, 0.30), rgba(255,255,255, 0.15) 40%, transparent);
    background-image: -o-linear-gradient(rgba(255,255,255, 0.30), rgba(255,255,255, 0.15) 40%, transparent);
    background-image: linear-gradient(rgba(255,255,255, 0.30), rgba(255,255,255, 0.15) 40%, transparent);
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0, 0.25) inset, 0 2px 0 rgba(255,255,255, 0.30) inset, 0 1px 2px rgba(0,0,0, 0.15);
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0, 0.25) inset, 0 2px 0 rgba(255,255,255, 0.30) inset, 0 1px 2px rgba(0,0,0, 0.15);
    box-shadow: 0 0 0 1px rgba(0,0,0, 0.25) inset, 0 2px 0 rgba(255,255,255, 0.30) inset, 0 1px 2px rgba(0,0,0, 0.15);

    /* Transitions */
    -webkit-transition: 0.1s linear -webkit-box-shadow;
    -moz-transition: 0.1s linear -moz-box-shadow;
    -ms-transition: 0.1s linear box-shadow;
    -o-transition: 0.1s linear box-shadow;
    transition: 0.1s linear box-shadow;
	width:100%;
}

.yui3-button99-hover,
.yui3-button99:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#26000000', GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0,0,0, 0.05)), to(rgba(0,0,0, 0.15)));
    background-image: -webkit-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.15));
    background-image: -moz-linear-gradient(top, transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.15));
    background-image: -ms-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.15));
    background-image: -o-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.15));
    background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.15));
}

.yui3-button1 {
    /* Structure */
    display: inline-block;
    *display: inline; /*IE 6/7*/
    zoom: 1;
    font-size: 100%;
    *font-size: 100%;
    /*IE 6/7 - To reduce IE's oversized button text*/
    *overflow: visible; /*IE 6/7 - Because of IE's overly large left/right padding on buttons */
    padding: 0.4em 0.0em 0.45em;
    line-height: normal;
    white-space: nowrap;
    vertical-align: baseline;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
	width:100%;
    /* Presentation */
    color: #444; /* rgba not supported (IE 8) */
    color: rgba(0, 0, 0, 0.80); /* rgba supported */
    *color: #444; /* IE 6 & 7 */
    border: 1px solid #999;  /*IE 6/7/8*/
    border: none rgba(0, 0, 0, 0);  /*IE9 + everything else*/
    background-color: #E6E6E6;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255, 0.30)), color-stop(40%, rgba(255,255,255, 0.15)), to(transparent));
    background-image: -webkit-linear-gradient(rgba(255,255,255, 0.30), rgba(255,255,255, 0.15) 40%, transparent);
    background-image: -moz-linear-gradient(top, rgba(255,255,255, 0.30), rgba(255,255,255, 0.15) 40%, transparent);
    background-image: -ms-linear-gradient(rgba(255,255,255, 0.30), rgba(255,255,255, 0.15) 40%, transparent);
    background-image: -o-linear-gradient(rgba(255,255,255, 0.30), rgba(255,255,255, 0.15) 40%, transparent);
    background-image: linear-gradient(rgba(255,255,255, 0.30), rgba(255,255,255, 0.15) 40%, transparent);
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0, 0.25) inset, 0 2px 0 rgba(255,255,255, 0.30) inset, 0 1px 2px rgba(0,0,0, 0.15);
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0, 0.25) inset, 0 2px 0 rgba(255,255,255, 0.30) inset, 0 1px 2px rgba(0,0,0, 0.15);
    box-shadow: 0 0 0 1px rgba(0,0,0, 0.25) inset, 0 2px 0 rgba(255,255,255, 0.30) inset, 0 1px 2px rgba(0,0,0, 0.15);

    /* Transitions */
    -webkit-transition: 0.1s linear -webkit-box-shadow;
    -moz-transition: 0.1s linear -moz-box-shadow;
    -ms-transition: 0.1s linear box-shadow;
    -o-transition: 0.1s linear box-shadow;
    transition: 0.1s linear box-shadow;
}

.yui3-button1-hover,
.yui3-button1:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#26000000', GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0,0,0, 0.05)), to(rgba(0,0,0, 0.15)));
    background-image: -webkit-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.15));
    background-image: -moz-linear-gradient(top, transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.15));
    background-image: -ms-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.15));
    background-image: -o-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.15));
    background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.15));
}

.yui3-button1a {
    /* Structure */
    display: inline-block;
    *display: inline; /*IE 6/7*/
    zoom: 1;
    font-size: 100%;
    *font-size: 100%;
    /*IE 6/7 - To reduce IE's oversized button text*/
    *overflow: visible; /*IE 6/7 - Because of IE's overly large left/right padding on buttons */
    padding: 0.4em 0.0em 0.45em;
    line-height: normal;
    white-space: nowrap;
    vertical-align: baseline;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
	width:100%;
    /* Presentation */
    color: #444; /* rgba not supported (IE 8) */
    color: rgba(0, 0, 0, 0.80); /* rgba supported */
    *color: #444; /* IE 6 & 7 */
    border: 1px solid #999;  /*IE 6/7/8*/
    border: none rgba(0, 0, 0, 0);  /*IE9 + everything else*/
    background-color: #17102C;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255, 0.30)), color-stop(40%, rgba(255,255,255, 0.15)), to(transparent));
    background-image: -webkit-linear-gradient(rgba(255,255,255, 0.30), rgba(255,255,255, 0.15) 40%, transparent);
    background-image: -moz-linear-gradient(top, rgba(255,255,255, 0.30), rgba(255,255,255, 0.15) 40%, transparent);
    background-image: -ms-linear-gradient(rgba(255,255,255, 0.30), rgba(255,255,255, 0.15) 40%, transparent);
    background-image: -o-linear-gradient(rgba(255,255,255, 0.30), rgba(255,255,255, 0.15) 40%, transparent);
    background-image: linear-gradient(rgba(255,255,255, 0.30), rgba(255,255,255, 0.15) 40%, transparent);
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0, 0.25) inset, 0 2px 0 rgba(255,255,255, 0.30) inset, 0 1px 2px rgba(0,0,0, 0.15);
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0, 0.25) inset, 0 2px 0 rgba(255,255,255, 0.30) inset, 0 1px 2px rgba(0,0,0, 0.15);
    box-shadow: 0 0 0 1px rgba(0,0,0, 0.25) inset, 0 2px 0 rgba(255,255,255, 0.30) inset, 0 1px 2px rgba(0,0,0, 0.15);

    /* Transitions */
    -webkit-transition: 0.1s linear -webkit-box-shadow;
    -moz-transition: 0.1s linear -moz-box-shadow;
    -ms-transition: 0.1s linear box-shadow;
    -o-transition: 0.1s linear box-shadow;
    transition: 0.1s linear box-shadow;
}

.yui3-button1a-hover,
.yui3-button1a:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#26000000', GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0,0,0, 0.05)), to(rgba(0,0,0, 0.15)));
    background-image: -webkit-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.15));
    background-image: -moz-linear-gradient(top, transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.15));
    background-image: -ms-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.15));
    background-image: -o-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.15));
    background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.15));
}


.yui3-buttonX1 {
    /* Structure */
    display: inline-block;
    *display: inline; /*IE 6/7*/
    zoom: 1;
    font-size: 180%;
    *font-size: 180%;
    /*IE 6/7 - To reduce IE's oversized button text*/
    *overflow: visible; /*IE 6/7 - Because of IE's overly large left/right padding on buttons */
    padding: 0.4em 0.0em 0.45em;
    line-height: normal;
    white-space: nowrap;
    vertical-align: baseline;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
	width:100%;
    /* Presentation */
    color: #444; /* rgba not supported (IE 8) */
    color: rgba(0, 0, 0, 0.80); /* rgba supported */
    *color: #444; /* IE 6 & 7 */
    border: 1px solid #999;  /*IE 6/7/8*/
    border: none rgba(0, 0, 0, 0);  /*IE9 + everything else*/
    background-color: #E6E6E6;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255, 0.30)), color-stop(40%, rgba(255,255,255, 0.15)), to(transparent));
    background-image: -webkit-linear-gradient(rgba(255,255,255, 0.30), rgba(255,255,255, 0.15) 40%, transparent);
    background-image: -moz-linear-gradient(top, rgba(255,255,255, 0.30), rgba(255,255,255, 0.15) 40%, transparent);
    background-image: -ms-linear-gradient(rgba(255,255,255, 0.30), rgba(255,255,255, 0.15) 40%, transparent);
    background-image: -o-linear-gradient(rgba(255,255,255, 0.30), rgba(255,255,255, 0.15) 40%, transparent);
    background-image: linear-gradient(rgba(255,255,255, 0.30), rgba(255,255,255, 0.15) 40%, transparent);
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0, 0.25) inset, 0 2px 0 rgba(255,255,255, 0.30) inset, 0 1px 2px rgba(0,0,0, 0.15);
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0, 0.25) inset, 0 2px 0 rgba(255,255,255, 0.30) inset, 0 1px 2px rgba(0,0,0, 0.15);
    box-shadow: 0 0 0 1px rgba(0,0,0, 0.25) inset, 0 2px 0 rgba(255,255,255, 0.30) inset, 0 1px 2px rgba(0,0,0, 0.15);

    /* Transitions */
    -webkit-transition: 0.1s linear -webkit-box-shadow;
    -moz-transition: 0.1s linear -moz-box-shadow;
    -ms-transition: 0.1s linear box-shadow;
    -o-transition: 0.1s linear box-shadow;
    transition: 0.1s linear box-shadow;
}
.yui3-buttonX1-hover,
.yui3-buttonX1:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#26000000', GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0,0,0, 0.05)), to(rgba(0,0,0, 0.15)));
    background-image: -webkit-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.15));
    background-image: -moz-linear-gradient(top, transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.15));
    background-image: -ms-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.15));
    background-image: -o-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.15));
    background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.15));
}


.warning{
    background-color:#FAF55F;
}

.success1{
    background-color:#17102C;
    color:#FFFFFF;
}

.success2{
    background-color:#FFFF66;
    background-color:#99CCFF;
    color:white;
}

.error{
    background-color:#C43C35;
    color:white;
}

.error1{
    background-color:#CC3300;
    color:white;
}

.notice{
    background-color:#1B7AE0;
    color:white;
}
</style>
</head>

<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">
    <div id="param1"></div>
    <div id="param2"></div>
    <div id="param3"></div>
<table border="0" width="100%" cellspacing="0" cellpadding="0">

	<tr>
		<td align="center" width="25%" bgcolor="#0066FF" height="45">
			<a href="https://forehandspin.com/cep1/default.asp">
				<font size="5"><b>
				Misafir.150106067
				</b></font>
			</a>
		<td align="center" width="25%" bgcolor="#FFCC00" height="45">
			<a href="https://forehandspin.com/cep1/tournaments.asp">
				<font size="5"><b>TOURNAMENTS</b></font>
			</a>
		</td>
		<td align="center" width="25%" bgcolor="#8C3521" height="45">
			<a href="https://forehandspin.com/cep1/matches.asp">
				<font size="5"><b>MY MATCHES</b></font>
			</a>
		</td>
		<td align="center" width="25%" bgcolor="#008000" height="45">
			<a href="https://forehandspin.com/cep1/tumrat.asp">
				<font size="5"><b>RATINGS</b></font>
			</a>
		</td>
	</tr>

	<tr>
		<td colspan="4" align="center">
		
			<table border="0" width="900" cellspacing="0" cellpadding="0">
				<tr>
					<td align="center" width="5">
						<img src="https://forehandspin.com/cep1/resim1/5pixel.png" border="0">
					</td>
					<td align="center">
<br>
<div style="overflow: auto;height:400px;width:730px;position:fixed; display:none; border: 1px solid #000000; border-radius: 20px; box-shadow: 2px 2px 5px #888; padding: 10px;" id="param1a" class="popup-content">
</div>

		<table border='0' width="98%" cellspacing="0" cellpadding="0">
			<tr>
				<td align="center">
					<b class='RVb1h'></b><b class='RVb2h'></b><b class='RVb3h'></b><b class='RVb4h'></b><div class='RVheadh'><div align='center'></div></div><div class='RVcontenth'><div>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
	<tr>
		<td width="5">
			
		</td>
		<td width="5">
			<a width="130" href="https://forehandspin.com/cep1/default.asp"><img src="https://forehandspin.com/vav4.png"></a>
		</td>
		<td width="10"></td>
		<td width="10">
			
				<b><font size="6">Misafir.150106067</font></b>
			
		</td>
		<td width="10"></td>
		<td><font color="#800080"><b></b></font></td>
		<td width="10">&nbsp;&nbsp;</td>
		<td width="30" align="right">
			<div id="div_7A"></div>
		</td>
		<td width="70" align="right">
			<div id="youtubekodlari"></div>
			<div id="div_7"></div>
		</td>
		<td align="right" valign="top">
																			<table border="0" cellspacing="0" cellpadding="0">
																		<tr>
																			<td>
																				
																				<a href="?OLAY=0&SITELANG=ru">
																					<img border="1" width="100" src="https://forehandspin.com/images/flags/ru1.gif">
																				</a>
																			</td>
																			<td width="4"></td>
																			<td>
																				
																				<a href="?OLAY=0&SITELANG=us">
																					<img border="1" width="100" src="https://forehandspin.com/images/flags/us2.gif">
																				</a>
																			</td>
																			<td width="4"></td>
																			<td>
																				
																				<a href="?OLAY=0&SITELANG=tr">
																					<img border="1" width="100" src="https://forehandspin.com/images/flags/tr2.gif">
																				</a>
																			</td>
																			<td width="4"></td>
																		</tr>
																	</table>

		</td>
		<td width="5"></td>
	</tr>
</table>


		<table border='0' width="98%" cellspacing="0" cellpadding="0">
			<tr>
				<td width="5" align="left"></td>
				<td width="10" align="left">
					
					<a class='yui3-button1 alert' href='https://forehandspin.com/cep1/default.asp'><font size="5">&nbsp;Üye Giriş&nbsp;</font></a>
				</td>
				<td width="10" align="left">
				<td width="10" align="center">
					<a href="lostpassword.asp" class='yui3-button1 alert'><font size="5">&nbsp;Kayıp Şifre??&nbsp;</font></a>
				</td>
				<td width="10" align="left">
				<td width="10" align="center">
					
					<a href="https://forehandspin.com/cep1/newuser.asp?OLAY=0" class='yui3-button1 alert' href='https://forehandspin.com/cep1/newuser.asp?OLAY=0'><font size="5">&nbsp;Yeni Üyelik&nbsp;</font></a>
				</td>
				<td></td>
				<td width="5"></td>
			</tr>
		</table>
		</div></div><b class='RVb4bh'></b><b class='RVb3bh'></b><b class='RVb2bh'></b><b class='RVb1h'></b>
				</td>
			</tr>
		</table>
		
	<div align="center" id="lostpassword1" name="lostpassword1" style="display:none;">
	<br><br>
	<table border='0' cellspacing="0" cellpadding="0">
		<tr>
			<td align="center">
			<b class='CAb1h'></b><b class='CAb2h'></b><b class='CAb3h'></b><b class='CAb4h'></b><div class='CAheadh'><div align='center'>
			<font size="5" color="#FFFFFF"><i><b>LOST PASSWORD</b></i></font>
			</div></div><div class='CAcontenth'><div>
			<br>
			<form method="POST" action="default.asp?UyeIslem=LostPassword1">
				<div align="center">
					<table border="0" style="border-width: 0px">
						<tr>
							<td width="20"></td>
							<td align="center">
								<font face="Verdana" style="font-size: 24pt; font-weight:700">Mail Adresi :</font><font size="6">
								<br>
								</font>
								<input type="text" name="mailadresi" id="mailadresi" size="20" style="font-family: Verdana; font-size: 24pt">
								<br><br>
							</td>
							<td width="20"></td>
						</tr>
						<tr>
							<td width="20"></td>
							<td align="center">
								<table border="0">
									<tr>
										<td><input class="yui3-button success1" type="reset" value="Formu Temizle" style="font-family: Verdana; font-size: 24pt; font-weight: bold"></td>
										<td><input class="yui3-button success1" type="submit" value="Maili Gönder" style="font-family: Verdana; font-size: 24pt; font-weight: bold"></td>
									</tr>
								</table>
							</td>
							<td width="20"></td>
						</tr>
					</table>
				</div>
			</form>
			<br>
			</div></div><b class='CAb4bh'></b><b class='CAb3bh'></b><b class='CAb2bh'></b><b class='CAb1h'></b>
			</td>
		</tr>
	</table>
	</div>
</head>

<div align="center">
<br>
<form class="niceform" id=arama name=arama0 ACTION="newuser.asp?OLAY=1" METHOD="POST" align="center">
	<div align="center">
		<center>
			<table width="800" border="0" cellpadding="2" style="border-collapse: collapse" bordercolor="#111111" cellspacing="2">
				<tr>
					<td valign="middle" align="right" class="smboldno" height="22">
						<b class='CAb1h'></b><b class='CAb2h'></b><b class='CAb3h'></b><b class='CAb4h'></b><div class='CAheadh'><div align='center'></div></div><div class='CAcontenth'><div>
						<table border="0" cellspacing="1" width="100%" id="table1">
							<tr>
								<td width="20"></td>
								<td width="97%" height="16" align="justify">
									<p align="justify"><font face="Arial" size="2"></font><font face="Arial" size="6">Forehandspin üyeliği tamamen ücretsizdir.</font></p>
									<p align="justify">
									<font face="Arial" size="6">Forehandspin üyelik şartlarında tek 
									taraflı olarak dilediği zaman değişiklikler yapabilir veya üyeliği sona 
									erdirebilir. Bu işlemler nedeni ile üyeler hiçbir hak talep edemezler.</font></p>
									<p align="justify">
									<font face="Arial" size="6">Üyelik hizmetlerinde olan site içi üyelerle 
									mesajlaşma bölümünde genel ahlaka aykırı hareket edenler, diğer üyeleri 
									gereksiz yere rahatsız edenler üyelikten çıkarılabilirler. Bu konuda 
									Forehandspin tek taraflı işlemler yapabilir.</font></p>
									<p align="justify">
									<font face="Arial" size="6">Üye olan kişiler bu şartları kabul etmiş 
									sayılırlar.</font></p>
									<p align="justify"><font face="Arial" size="6">Üyelik Formunu doldurup 
									gönderdiğiniz zaman email adresinizin doğru olup olmadığını kontrol 
									amacı ile bir onay maili gönderilecektir. Bu onay mailinde yazan linki 
									çalıştırarak üye kayıt işleminizi tamamlayınız. Onaylama işleminden 
									sonra sistem tarafından üye kaydınıza ait bilgiler email adresinize 
									gönderilecektir.</font><font size="6"> </font>
									<p align="justify"><font face="Arial" size="6">Site login işlemleri için email adresi ve şifre bilgileri isemektedir. Ayrıca rating listelerinin tutulması için AD SOYAD bilgilerinizi ve ŞEHİR bilgilerinizi girmeniz gerekiyor. Bu bilgiler rating listelerinde yayınlanabilir. Üye olan kişiler ad soyad ve şehir bilgilerinin yayınlanmasını kabul etmişlerdir.</font>
								</td>
								<td width="20"></td>
						  	</tr>
							<tr>
								<td width="20"></td>
								<td align="right" height="27">
									<br>
									<input type='image' width="200" src='https://forehandspin.com/ximge/resim1/devam1.png' onmouseover="this.src='https://forehandspin.com/ximge/resim1/devam2.png'" onmouseout="this.src='https://forehandspin.com/ximge/resim1/devam1.png'" value='Devam' alt='Devam' name="qw1" border="0">
								</td>
								<td width="20"></td>
							</tr>
						 </table>
						</div></div><b class='CAb4bh'></b><b class='CAb3bh'></b><b class='CAb2bh'></b><b class='CAb1h'></b>
					</td>
				</tr>
			</table>
		</center>
	</div>
</form>

</div>

<script type="text/javascript">
	function handleEvent()
	{
	var handleEvent = event.srcElement;
	}
</script>

<script>
function placeIt(obj)
{
	setTimeout("placeIt(obj)",500);
}

</script>
					</td>
					<td align="center" width="5">
						<img src="https://forehandspin.com/cep1/resim1/5pixel.png" border="0">
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
