this.boxmachain = function() {
	if ($.browser.msie && $.browser.version.substr(0,1)<7) {

		//window.open("http://www.peugeot-amitie.ch" + $(e).attr('src'), 'warning', 'width=585,height=400,scrollbars=no');
		return false;
		
	}
	else
	{

	$('<div id="blackbox" style="z-index:1000000; display:none; position:fixed; top:0; left:0; right:0; bottom:0; background: url(http://www.bluesys.ch/img/b90.png);"><div style="width:500px;font-size:13px;height:120px;background:#8d8858;padding:30px;position: absolute; left: 50%; margin: 50px 0 0 -290px;"><p>Notre système de paiement est actuellement en maintenance pour en améliorer ses performances.<br /><br />Nous vous remercions de votre patience.<br /><br />Cliquez sur la fen&ecirc;tre pour fermer ce message.</p></div></div>').prependTo('body').fadeIn(1100)
	$('#blackbox').click(function(){ $(this).fadeOut('slow') }).css('cursor', 'pointer')
	$('#blackbox img').click(function(){ $(this).parent().fadeOut('slow') }).css('cursor', 'pointer')
	}
}

$(document).ready(function (){
	$('.warning').click(function() {
		boxmachain()
	});
})
