
/* - ++resource++diggmedia/digg.js - */
/**
 * Use this method to add a valutation
 * @param {Object} value
 */
function myDigg(value){
	var context_url = location.href;
	jq.get(context_url + "/@@digg.view", {voto:value}, function(value, textStatus){
		location.reload()
	});
}


