
function wp_manga_get_elm(v,o){return((typeof(o)=='object'?o:document).getElementById(v));}
function wp_manga_get_elm_s(o){return((typeof(o)=='object'?o:wp_manga_get_elm(o)).style);}
function wp_manga_agent(v){return(Math.max(navigator.userAgent.toLowerCase().indexOf(v),0));}
function wp_manga_ab_pos(o){var o=(typeof(o)=='object'?o:wp_manga_get_elm(o)),z={X:0,Y:0};while(o!=null){z.X+=o.offsetLeft;z.Y+=o.offsetTop;o=o.offsetParent;};return(z);}
function wp_manga_xy(e,v){var o=wp_manga_agent('msie')?{'X':event.clientX+document.documentElement.scrollLeft,'Y':event.clientY+document.documentElement.scrollTop}:{'X':e.pageX,'Y':e.pageY};return(v?o[v]:o);}
wp_manga_star={};wp_manga_star.mouse=function(e,o){if(wp_manga_star.stop||isNaN(wp_manga_star.stop)){wp_manga_star.stop=0;document.onmousemove=function(e){var n=wp_manga_star.num;var p=wp_manga_ab_pos(wp_manga_get_elm('wp_manga_star'+n)),x=wp_manga_xy(e),oX=x.X-p.X,oY=x.Y-p.Y;wp_manga_star.num=o.id.substr(13);if(oX<1||oX>84||oY<0||oY>19){wp_manga_star.stop=1;wp_manga_star.revert();}else{wp_manga_get_elm_s('wp_manga_star_cur'+n).width=oX+'px';wp_manga_get_elm_s('wp_manga_star_user'+n).color='#111';wp_manga_get_elm('wp_manga_star_user'+n).innerHTML=Math.round(oX/84*100)+'%';}};}};wp_manga_star.update=function(e,o,type){var n=wp_manga_star.num,v=parseInt(wp_manga_get_elm('wp_manga_star_user'+n).innerHTML);n=o.id.substr(13);wp_manga_get_elm('wp_manga_star_cur'+n).title=v;wp_manga_star_submit(v,type);};wp_manga_star.revert=function(){var n=wp_manga_star.num,v=parseInt(wp_manga_get_elm('wp_manga_star_cur'+n).title);wp_manga_get_elm_s('wp_manga_star_cur'+n).width=Math.round(v*84/100)+'px';wp_manga_get_elm('wp_manga_star_user'+n).innerHTML=(v>0?Math.round(v)+'%':'');wp_manga_get_elm('wp_manga_star_user'+n).style.color='#888';document.onmousemove='';};wp_manga_star.num=0;function wp_manga_star_submit(vote,type){if(wp_manga_get_cookie('wp_manga_vote_'+type)){alert('Ups! You have voted for this one');}else{wp_manga_set_cookie('wp_manga_vote_'+type,'yes',350,'/','','');try{xhanch_dat_post={"vote":vote.toString(),"type":encodeURIComponent(type)};if(!wp_manga_ajax_query("rating.php",xhanch_dat_post))
setTimeout("wp_manga_star_submit("+vote.toString()+", '"+type+"')",1000);}catch(e){}}}
