function noartbox() {
	$('#noartnothere').html('<img src="/images/front_noart_ps_link.png" id="front_noart_ps_link" alt="Parissportifs.com" />');
	$('#noartnothere').show();
	$('#front_noart_ps_link').css('cursor','pointer');
	$('#front_noart_ps_link').click(function(){
		window.open('http://www.parissportifs.com/pronostics-sportifs/');
	});
}
$(document).ready(function() {
	$('#noartnothere').html('<img src="/images/front_noart_ps_link.png" id="front_noart_ps_link" alt="Parissportifs.com" />');
	$('#noartnothere').show();
	$('#front_noart_ps_link').css('cursor','pointer');
	$('#front_noart_ps_link').click(function(){
		window.open('http://www.parissportifs.com/pronostics-sportifs/');
	});
	$('.pronos_jour_link a').click(function(){
		setTimeout("noartbox();",100);
	})
})