var sMax;var holder;var preSet;var rated;var xmlhttp;function rating(a){sMax=5;if(!rated){s=a;for(i=1;i<=sMax;i++){if(i<=s){document.getElementById(i).className="on"}else{document.getElementById(i).className=""}}}}function off(a){if(!rated){if(!preSet){for(i=1;i<=sMax;i++){document.getElementById(i).className=""}}else{rating(preSet)}}}function rateIt(d){if(!rated){var f=document.getElementById("rateMe").removeAttribute("onmouseout",0);preSet=d;rated=1;rating(d);var b=document.location.href;var g=b.lastIndexOf("-");var e=b.substring(g+1);var c=document.location.href;createCookie(c,d,1,document.domain);var a="http://"+document.domain+"/sitevotes.aspx?rate="+d+"&strid="+e;xmlhttp=XmlHttpObject();xmlhttp.open("GET",a,true);xmlhttp.onreadystatechange=getrating;xmlhttp.send(null)}}function XmlHttpObject(){if(window.XMLHttpRequest){return new XMLHttpRequest()}if(window.ActiveXObject){return new ActiveXObject("Microsoft.XMLHTTP")}alert("Your browser does not support AJAX!");return}function getrating(){if(xmlhttp.readyState==4){var c=xmlhttp.responseText;if(c!=""){var b=c;var a=b.split("-")[0];var d=b.split("-")[1];document.getElementById("total").innerHTML="Total Votes : "+a;document.getElementById("ctl00_ContentPlaceHolder1_hf_ts").value=d;onMouseOut1()}}}function onMouseOut1(){var f=document.getElementById("ctl00_ContentPlaceHolder1_hf_ts").value;var d=f.split(".")[0];var a=f.split(".")[1];var b=0;for(i=1;i<=d;i++){b=b+1;document.getElementById(b).className="on"}if(a<=5&&a!=0){b=b+1;document.getElementById(b).className="half"}else{if(a>=5){b=b+1;document.getElementById(b).className="on"}}var e=b;for(var c=1;c<=(5-e);c++){b=b+1;document.getElementById(b).className=""}}function createCookie(c,e,f,d){if(f){var b=new Date();b.setTime(b.getTime()+(f*24*60*60*1000));var a="; expires="+b.toGMTString()}else{var a=""}document.cookie=c+"="+e+a+"; path=/;domain=."+d+""};
