Event.observe(window,'load',function(){
	Event.observe('mb06','click',function(e){
		Event.stop(e);
		if (top.frames.lenght!=0){
			top.location='http://carrieres.nouveli.com'; 
			//window.open('http://carrieres.nouveli.com');
		}
		//$('recrutement').href='http://carrieres.nouveli.com';
		//window.location='http://carrieres.nouveli.com';
		//window.close();
		//window.open('http://carrieres.nouveli.com');
	});
});

function rediCarrieres(e){

	//e.stop();
	Event.stop($('mb06'));
	if (top.frames.lenght!=0){
		top.location='http://carrieres.nouveli.com'; 
		//window.open('http://carrieres.nouveli.com');
	}	

}


