function getcookie(url)
{var cookieValue="";var search="sikhadi2"+ url+"=";if(document.cookie.length>0){offset=document.cookie.indexOf(search);if(offset!=-1){offset+=search.length;end=document.cookie.indexOf(";",offset);if(end==-1)end=document.cookie.length;cookieValue=unescape(document.cookie.substring(offset,end))}}
return cookieValue;}
function main(){var movie=document.getElementById('movie').value;if(getcookie(movie)==1){var movie=document.getElementById('movie').value;$.ajax({type:'post',url:'/vote/thanks.php',data:'movie='+movie,success:function(msg){$('div#vote_result').html(msg);}});}else{$.ajax({type:'post',url:'/vote/menu.php',success:function(msg){$('div#show').html(msg);}});}}
function vote(vote){var movie=document.getElementById('movie').value;$.ajax({type:'post',url:'/vote/voting.php',data:'vote='+vote+'&movie='+movie,success:function(msg){$('div#vote_result').html(msg);}});}
var i=0;function yorums(){var movie=document.getElementById('movie').value;i++;a=i%2;$.ajax({type:'post',url:'http://www.sikhadi.com/comment.php',data:'url='+movie,success:function(msg){if(a==1){$('div#yorums').slideDown('normal');$('div#yorum-giris-frame').slideDown('normal');}else{$('div#yorums').slideUp('normal');$('div#yorum-giris-frame').slideUp('normal');}
$('div#yorums').html(msg);}});}
function yorums_reflesh(){var movie=document.getElementById('movie').value;$.ajax({type:'post',url:'http://www.sikhadi.com/comment.php',data:'url='+movie,success:function(msg){$('div#yorums').html(msg);}});}
function yorums2(start){var movie=document.getElementById('movie').value;$.ajax({type:'post',url:'http://www.sikhadi.com/comment.php',data:'url='+movie+'&start='+start,success:function(msg){$('div#yorums').html(msg);}});}
function sayac(obj){var maxlimit=255;var txt=document.getElementById(obj).value;if(txt.length<=maxlimit){document.getElementById(obj).value=txt;document.getElementById('kalan').innerHTML=maxlimit- txt.length;}else{document.getElementById(obj).value=txt.substring(0,maxlimit);}}
