/*
 * Rotation des bannières 400x250 pour:
 * http://beurette-insoumise.acces-adulte.com/
 */
function aa_rotate_76_400x250() {
	this.banners = new Array(new Array("http://img.acces-adulte.com/banners/up/0/8/40025001-6a4bb86912d64fc6f7a8e4e72d63454b.jpg",""),new Array("http://img.acces-adulte.com/banners/up/5/1/40025002-34779158211dd48a3efffdc49fec8957.jpg",""),new Array("http://img.acces-adulte.com/banners/up/0/2/450x200_01-368910790def62e5b0c759babee73bae.gif",""),new Array("http://img.acces-adulte.com/banners/up/9/0/aziza_400x250-b82d130dca705195236b202623b0bcb8.jpg",""),new Array("http://img.acces-adulte.com/banners/up/4/2/samira_400x250-3f5370293af0d6694ba5d33cf90d6cfc.jpg",""),new Array("http://img.acces-adulte.com/banners/up/8/7/nejma_400x250-7f191cc873c3f9eb92682173ce27818d.jpg",""),new Array("http://img.acces-adulte.com/banners/up/5/4/aissa_400x250-dca0812a35913bbfcdd383737e261ea1.jpg",""),new Array("http://img.acces-adulte.com/banners/up/9/3/dany_400x250-33987f63d8a6aed65697960f679bd3be.jpg",""),new Array("http://img.acces-adulte.com/banners/up/6/6/dounia_400x250-c3ca135afdce4647bc33fc47141e2691.jpg",""),new Array("http://img.acces-adulte.com/banners/up/5/1/hacina_400x250-b7f075d72c6b1ae7c028ca28bcef6464.jpg",""),new Array("http://img.acces-adulte.com/banners/up/4/6/jalila_400x250-31a5e0c889582ca515669b9ccce65881.jpg",""),new Array("http://img.acces-adulte.com/banners/up/5/0/khadija_400x250-795ca46fbbf9d9b772f344069e108172.jpg",""),new Array("http://img.acces-adulte.com/banners/up/3/2/leila_400x250-4c32605130ca581923ae3d1dac81c68b.jpg",""),new Array("http://img.acces-adulte.com/banners/up/6/8/nacira_400x250-33cf663c90c5c190f0b97dbd5da52535.jpg",""),new Array("http://img.acces-adulte.com/banners/up/6/7/safia_400x250-7e520c1144054f996424dd0aa774150a.jpg",""),new Array("http://img.acces-adulte.com/banners/up/6/9/massylia_400x250-37c471acb8656b4bf6f0a2e2fb029fb3.jpg",""),new Array("http://img.acces-adulte.com/banners/up/6/3/salima_400x250-fdee959545b9c0faecda96db323ae44d.jpg",""),new Array("http://img.acces-adulte.com/banners/up/7/4/yasmina_400x250-b6329a771cc4fdd0dcf1b9a071bedabf.jpg",""));
	this.affl_id = 0; this.affl_tk = ''; this.pdv = ''; this.prod_id = 0; this.target = ''; this.pop_w = 0; this.pop_h = 0; this.atag = 1; this.refw_id = 0;
	this.doc_write = function() {
		var b = this.banners[Math.floor(Math.random()*this.banners.length)];
		var href = 'http://beurette-insoumise.acces-adulte.com/'+this.pdv+( this.pdv.indexOf('?',0) == -1 ? '?' : ';' );
		if( this.affl_id != 0 ) href += 'affl_id='+this.affl_id+';';
		if( this.refw_id != 0 ) href += 'refw_id='+this.refw_id+';';
		if( this.affl_tk != '' ) href += 'affl_tk='+this.affl_tk+ ';';
		if( this.prod_id != 0 ) href += 'prod_id='+this.prod_id+';';
		if( this.atag ) {
			document.write( '<a href="'+href+'"' );
			if( this.target != '' ) document.write( ' target="'+this.target+'"' );
			if( this.pop_w != 0 && this.pop_h != 0 ) document.write( ' onclick="return aa_pop_click(this.href,'+this.pop_w+','+this.pop_h+');"' );
			document.write( '>' );
		}
		document.write( '<img src="'+b[0]+'" alt="'+b[1]+'" width="400" height="250" border="0" />' );
		if( this.atag ) document.write( '</a>' );
	}
}
