<!--
function changeRating(type, id, rating)
{
	window.open( '/user_ratings.php?t=' + type + '&id=' + id + '&r=' + rating, "Updating", "width=1,height=1,status,scrollbars,resizable,screenX=5000,screenY=5000,left=5000,top=5000");
	window.location.reload();
}
-->

