Bessorah est un recueil en ligne de ressources proposés et publiés par les membres de ce site! Le but étant l'édification, l'encouragement, et la consolation des chrétiens, dans l'attente du retour du Fils de Dieu, Jésus le Christ.
Bessorah: en hébreu l'expression "habessorah", הבשורה, désigne l'Evangile...
Site inscrit depuis le 16/01/2010
new Starbox('ratig_elmt1', 4, { overlay: 'pointy.png', className: 'pointy', onRate:function(element, info) {
var UpdateRating = new Ajax.Request('/modules/rating/?n='+info.rated+'&vars=HitList|site_nbvote|site_pointsvote|Cle|10113',{method: 'get'});
var indicator = element.down('.indicator');
indicator.update('Vous avez voté ' + info.rated + '/' + '5');
window.setTimeout(function() { indicator.update('Merci pour votre vote') }, 2000);
new Effect.Highlight(indicator);
}, indicator: '1 vote', total: 1 });
// attach the custom events on DOM loaded
document.observe('dom:loaded', function() {
$w('1').each(function(demo) {
$('ratig_elmt' + demo).observe('starbox:changed', starboxChangedText) // observe the mouseover
.observe('starbox:rated', starboxRatedText) // observe the click
.observe('starbox:left', starboxLeftText); // observe the mouseout
});
});