 function ajaxpulse(ajaxURL,whatDiv){
      var xmlhttp=false;
      if (!xmlhttp && typeof XMLHttpRequest!='undefined') {
            xmlhttp = new XMLHttpRequest();
      } else if (window.ActiveXObject) {
            xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
      }
      xmlhttp.open("GET", ajaxURL, true);
      xmlhttp.onreadystatechange=function() {
            if (xmlhttp.readyState==4) {
                  if ( xmlhttp.responseText == "" ) {
                  } else {
                        ajaxResponse = xmlhttp.responseText;
                        document.getElementById(whatDiv).innerHTML = ajaxResponse;
                  }                                   
            }
      }
      xmlhttp.send(null);
}


function changepicover(arg){
	
	 if(arg == 1){
	 document["vot1"].src = "http://www.eminiclip.ro/img/greenstar.jpg";
	 }else if(arg == 2){
	  document["vot1"].src = "http://www.eminiclip.ro/img/greenstar.jpg";
	 document["vot2"].src = "http://www.eminiclip.ro/img/greenstar.jpg";
	 }
	 else if(arg == 3){
	  document["vot1"].src = "http://www.eminiclip.ro/img/greenstar.jpg";
	 document["vot2"].src = "http://www.eminiclip.ro/img/greenstar.jpg";
	 document["vot3"].src = "http://www.eminiclip.ro/img/greenstar.jpg";
	 }
	 else if(arg == 4){
	  document["vot1"].src = "http://www.eminiclip.ro/img/greenstar.jpg";
	 document["vot2"].src = "http://www.eminiclip.ro/img/greenstar.jpg";
	 document["vot3"].src = "http://www.eminiclip.ro/img/greenstar.jpg";
	 document["vot4"].src = "http://www.eminiclip.ro/img/greenstar.jpg";
	 }
	 else if(arg == 5){
	
	   document["vot1"].src = "http://www.eminiclip.ro/img/greenstar.jpg";
	 document["vot2"].src = "http://www.eminiclip.ro/img/greenstar.jpg";
	 document["vot3"].src = "http://www.eminiclip.ro/img/greenstar.jpg";
	 document["vot4"].src = "http://www.eminiclip.ro/img/greenstar.jpg";
	 document["vot5"].src = "http://www.eminiclip.ro/img/greenstar.jpg";
	 }
 }
 function changepicout(arg){
	 if(arg == 1){
	 document["vot1"].src = "http://www.eminiclip.ro/img/greystar.jpg";
	 }else if(arg == 2){
	 document["vot1"].src = "http://www.eminiclip.ro/img/greystar.jpg";
	 document["vot2"].src = "http://www.eminiclip.ro/img/greystar.jpg";
	 }
	 else if(arg == 3){
	 document["vot1"].src = "http://www.eminiclip.ro/img/greystar.jpg";
	 document["vot2"].src = "http://www.eminiclip.ro/img/greystar.jpg";
	 document["vot3"].src = "http://www.eminiclip.ro/img/greystar.jpg";
	 }
	 else if(arg == 4){
	  document["vot1"].src = "http://www.eminiclip.ro/img/greystar.jpg";
	 document["vot2"].src = "http://www.eminiclip.ro/img/greystar.jpg";
	 document["vot3"].src = "http://www.eminiclip.ro/img/greystar.jpg";
	 document["vot4"].src = "http://www.eminiclip.ro/img/greystar.jpg";
	 }
	 else if(arg == 5){
	   document["vot1"].src = "http://www.eminiclip.ro/img/greystar.jpg";
	 document["vot2"].src = "http://www.eminiclip.ro/img/greystar.jpg";
	 document["vot3"].src = "http://www.eminiclip.ro/img/greystar.jpg";
	 document["vot4"].src = "http://www.eminiclip.ro/img/greystar.jpg";
	 document["vot5"].src = "http://www.eminiclip.ro/img/greystar.jpg";
	 }
 }

