C'est pourquoi l'homme quittera son père et sa mère, et s'attachera à sa femme, et ils seront Une Seule Chair.
Dans un temps où le sens du mariage est perdu, où beaucoup de gens ont perdu leurs repères,
il y a un besoin urgent de revenir aux Saintes Écritures, la Bible,afin de trouver la Pensée du Créateur de l'institution du Mariage.
Site inscrit depuis le 06/12/2008
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|8933',{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: 18 });
// 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
});
});