function sendRateFunction(obj){
	if(typeof plusone_vote == 'function')
		plusone_vote(obj);
	if(typeof sendRate == 'function')
		sendRate();
}

