
function wpa_get_elm(v,o){return((typeof(o)=='object'?o:document).getElementById(v));}
function wpa_get_elm_s(o){return((typeof(o)=='object'?o:wpa_get_elm(o)).style);}
function wpa_agent(v){return(Math.max(navigator.userAgent.toLowerCase().indexOf(v),0));}
function wpa_ab_pos(o){var o=(typeof(o)=='object'?o:wpa_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 wpa_xy(e,v){var o=wpa_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);}
wpa_star={};wpa_star.mouse=function(e,o){if(wpa_star.stop||isNaN(wpa_star.stop)){wpa_star.stop=0;document.onmousemove=function(e){var n=wpa_star.num;var p=wpa_ab_pos(wpa_get_elm('wpa_star'+n)),x=wpa_xy(e),oX=x.X-p.X,oY=x.Y-p.Y;wpa_star.num=o.id.substr(8);if(oX<1||oX>84||oY<0||oY>19){wpa_star.stop=1;wpa_star.revert();}else{wpa_get_elm_s('wpa_star_cur'+n).width=oX+'px';wpa_get_elm_s('wpa_star_user'+n).color='#111';wpa_get_elm('wpa_star_user'+n).innerHTML=Math.round(oX/84*100)+'%';}};}};wpa_star.update=function(e,o,type){var n=wpa_star.num,v=parseInt(wpa_get_elm('wpa_star_user'+n).innerHTML);n=o.id.substr(8);wpa_get_elm('wpa_star_cur'+n).title=v;wpa_star_submit(v,type);};wpa_star.revert=function(){var n=wpa_star.num,v=parseInt(wpa_get_elm('wpa_star_cur'+n).title);wpa_get_elm_s('wpa_star_cur'+n).width=Math.round(v*84/100)+'px';wpa_get_elm('wpa_star_user'+n).innerHTML=(v>0?Math.round(v)+'%':'');wpa_get_elm('wpa_star_user'+n).style.color='#888';document.onmousemove='';};wpa_star.num=0;function wpa_star_submit(vote,type){if(wpa_get_cookie('wpa_vote_'+type)){alert('Ups! You have voted for this one');}else{wpa_set_cookie('wpa_vote_'+type,'yes',350,'/','','');try{xhanch_dat_post={"vote":vote.toString(),"type":encodeURIComponent(type)};if(!wpa_ajax_query("rating.php",xhanch_dat_post))
setTimeout("wpa_star_submit("+vote.toString()+", '"+type+"')",1000);}catch(e){}}}