function open_invit(){
window.location='http://video-beur.kelma.org';
}
function start_medina(){
setTimeout('open_invit()',5000);
}  


