// JavaScript Document
window.onload=function(){
	if(!NiftyCheck()) return;
	Rounded("div.citas","#f8f8f8","#ededed");
}
function pintar(q,i) {
	for(a = 0; a <=q; a++) {
		if(a != 0) {
			document.getElementById('i'+a+i).src='images/star.1.gif';
		}
	}
}

function despintar(q,i) {
	for(a = q +1 ; a <= 5; a++) {
		if(a != 0) {
		document.getElementById('i'+a+i).src='images/star.0.gif';
		}
	}
}
function votar(q,i) {
	document.getElementById('id').value = i;
	document.getElementById('voto').value = q;
	document.forms.item(0).submit();
}

