function jqueryInit(){
	init_rating();
	jQuery('div.rating > img').bind('click', submitRating);
}
jQuery(jqueryInit);
