/*
Jean-Luc MARTIN - Copyright SOFETEC 2009 ****** CARRE ******
*/

var nbimagec3= 30;
var widthc3;
var heightc3;
var urlc3;
var altec3;
numimagec3= Math.round(Math.random()*(nbimagec3-1)+1);
htmlc3 = '';
Annonc3 = '';
/*
Adverline  Normal 
*/

if (numimagec3 > 0 && numimagec3 <= 30)
{
	Annonc3 = 'Adverline';
	htmlc3 = '<script charset="ISO-8859-1" type="text/javascript" src="http://adnext.fr/richmedia.adv?popunderid=6579&tag=3&s=all"></script>';
}     

/*
<!-- ValueClick Media 120x600 and 160x600 SkyScraper CODE for machpro.fr -->
*/

/*if (numimagec3 > 15 && numimagec3 <= 30)
{
	Annonc3 = 'ValueClic';
	htmlc3 = '<script type="text/JavaScript" src="http://media.fastclick.net/w/get.media?sid=29574&m=6&tp=8&d=j&t=s"></script>';
    htmlc3 = htmlc3 + '<noscript><a href="http://media.fastclick.net/w/click.here?sid=29574&m=6&c=1" target="_top">'
	htmlc3 = htmlc3 + '<img src="http://media.fastclick.net/w/get.media?sid=29574&m=6&tp=8&d=s&c=1" width=300 height=250 border=1></a></noscript>';
}*/

/*
Réseau Specific Media Skyscrapper
*/

/*
if (numimagec3 >= 1000 && numimagec3 <= 30)
{
	Annonc3 = 'Specific';
	htmlc3 = '<SCRIPT type="text/JavaScript" SRC="http://www.machpro.fr/_pub/specific/_specific_carre.js"></SCRIPT>'
}
*/

/*
Machpro  -->
*/


if (numimagec3 > 100 && numimagec3 <= 30)
{	Annonc3 = 'Machpro';
	htmlc3 = '<SCRIPT type="text/JavaScript" SRC="http://www.machpro.fr/_pub/_machpro_250x250.js"></SCRIPT>'
}


/*
htmlc3 = htmlc3 + '<br><font size="1" color="#EEEEEE">' + Annonc3 + '</font>'			&& enlevé car pose des problème de mise en page
*/

document.write(htmlc3);

