
function wpm_get_elm(v,o){return((typeof(o)=='object'?o:document).getElementById(v));}
function wpm_get_elm_s(o){return((typeof(o)=='object'?o:wpm_get_elm(o)).style);}
function wpm_agent(v){return(Math.max(navigator.userAgent.toLowerCase().indexOf(v),0));}
function wpm_ab_pos(o){var o=(typeof(o)=='object'?o:wpm_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 wpm_xy(e,v){var o=wpm_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);}
wpm_star={};wpm_star.mouse=function(e,o){if(wpm_star.stop||isNaN(wpm_star.stop)){wpm_star.stop=0;document.onmousemove=function(e){var n=wpm_star.num;var p=wpm_ab_pos(wpm_get_elm('wpm_star'+n)),x=wpm_xy(e),oX=x.X-p.X,oY=x.Y-p.Y;wpm_star.num=o.id.substr(8);if(oX<1||oX>84||oY<0||oY>19){wpm_star.stop=1;wpm_star.revert();}else{wpm_get_elm_s('wpm_star_cur'+n).width=oX+'px';wpm_get_elm_s('wpm_star_user'+n).color='#111';wpm_get_elm('wpm_star_user'+n).innerHTML=Math.round(oX/84*100)+'%';}};}};wpm_star.update=function(e,o,type){var n=wpm_star.num,v=parseInt(wpm_get_elm('wpm_star_user'+n).innerHTML);n=o.id.substr(8);wpm_get_elm('wpm_star_cur'+n).title=v;wpm_star_submit(v,type);};wpm_star.revert=function(){var n=wpm_star.num,v=parseInt(wpm_get_elm('wpm_star_cur'+n).title);wpm_get_elm_s('wpm_star_cur'+n).width=Math.round(v*84/100)+'px';wpm_get_elm('wpm_star_user'+n).innerHTML=(v>0?Math.round(v)+'%':'');wpm_get_elm('wpm_star_user'+n).style.color='#888';document.onmousemove='';};wpm_star.num=0;function wpm_star_submit(vote,type){if(wpm_get_cookie('wpm_vote_'+type)){alert('Ups! You have voted for this one');}else{wpm_set_cookie('wpm_vote_'+type,'yes',350,'/','','');try{xhanch_dat_post={"vote":vote.toString(),"type":encodeURIComponent(type)};if(!wpm_ajax_query("rating.php",xhanch_dat_post))
setTimeout("wpm_star_submit("+vote.toString()+", '"+type+"')",1000);}catch(e){}}}
