Guadadvent c'est un site chrétien Adventiste pour l'évangélisation par internet. Nous proposons la vigile matinale, la leçon de l'Ecole du Sabbat , de la musique mp3 et midi, la bible en ligne en audio , et de nombreuses ressources pour ceux qui sont à la recherche de Dieu. Jésus revient bientôt, nous prechons le message des 3 Anges
Site inscrit depuis le 31/01/2008
new Starbox('ratig_elmt1', 4.5, { 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|8027',{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: '#{total} votes (note : #{average}/5)', total: 107 });
// 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
});
});