function eventualRedirect(redirectTo, timeoutPeriod)
{
	setTimeout("location.href = redirectTo;",timeoutPeriod);
}
function Sakincali(str)
{
var xmlHttp;
var divelement = document.getElementById("Mesaj");

try{
// Firefox, Opera 8.0+, Safari
xmlHttp=new XMLHttpRequest();
xmlHttp.overrideMimeType("text/html; charset=windows-1254"); /*TO DISPLAY HEBREW CHARACTERS*/
}
catch (e){
// Internet Explorer
try{
xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");
xmlHttp.setRequestHeader('Accept-Charset', 'windows-1254;q=0.7,*;q=0.7');
}
catch (e){
try{
xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");
}
catch (e){
alert("Your browser does not support AJAX!");
return false;
}
}
}

xmlHttp.onreadystatechange=function()
  {
  if (xmlHttp.readyState==4 && xmlHttp.status==200)
    {
    divelement.innerHTML= xmlHttp.responseText;
    }
  }
xmlHttp.open("POST","/sakincali.asp?id="+str,true);
xmlHttp.send();
}

function Fb(str){
location.href = 'http://www.facebook.com/sharer.php?u=' + encodeURIComponent(str);
}


    /* Modified to support Opera */
    function bookmarksite(title, url) {
        if (window.sidebar) // firefox
            window.sidebar.addPanel(title, url, "");
        else if (window.opera && window.print) { // opera
            var elem = document.createElement('a');
            elem.setAttribute('href', url);
            elem.setAttribute('title', title);
            elem.setAttribute('rel', 'sidebar');
            elem.click();
        }
        else if (document.all)// ie
            window.external.AddFavorite(url, title);
    }
function tiklandi()
{
yukluyorFunc();
document.getElementById('aramabuton').disabled=1;
//document.forms['searchform'].submit();
//this.disabled=1;
//this.form.submit();
document.getElementById('tag').disabled=1;
var gidecek = document.getElementById('tag').value;
location.href = 'http://www.fotografara.com/?tag='+gidecek;
document.getElementById('tag').value=document.getElementById('tag').value+' aranıyor, lütfen bekleyiniz.';
eventualRedirect(redirectTo='http://www.fotografara.com/?ok=1&tag='+gidecek,timeoutPeriod='10000');

}
function yukluyorFunc() {

           $("#yukluyor").width("0");
           $("#yukluyor").animate({ width: "420px" }, { queue: false, duration: 12000 })

};

var i=0;

function sonraki()
{
document.getElementById('buyukfoto2').src='/js/loading.gif';

if (document.getElementById('toplam').value==i) i=0;
i=i+1;
document.getElementById('buyukfoto').src=document.getElementById('buyukfoto'+i).value;
document.getElementById('sagtaraf').innerHTML=document.getElementById('sagtaraf'+i).value;
};

function onceki()
{
document.getElementById('buyukfoto').src='/js/loading.gif';
i=i-1;
if (i==-1) i=parseInt(document.getElementById('toplam').value);
if (i==0) i=parseInt(document.getElementById('toplam').value);
//alert(i);

document.getElementById('buyukfoto').src=document.getElementById('buyukfoto'+i).value;
document.getElementById('sagtaraf').innerHTML=document.getElementById('sagtaraf'+i).value;
	
};
