/*
 * Rotation des bannières 160x300 pour:
 * http://www.acces-adulte.com/
 */
function aa_rotate_0_160x300() {
	this.banners = new Array(new Array("http://img.acces-adulte.com/banners/160x300_2.gif","Cliquez ici pour voir !"),new Array("http://img.acces-adulte.com/banners/160x300_1.gif","Cliquez ici pour voir !"),new Array("http://img.acces-adulte.com/banners/160x300_3.gif","Cliquez ici pour voir !"),new Array("http://img.acces-adulte.com/banners/160x300_4.gif","Cliquez ici pour voir !"),new Array("http://img.acces-adulte.com/banners/160x300_5.gif","Cliquez ici pour voir !"),new Array("http://img.acces-adulte.com/banners/160x300_6.gif","Cliquez ici pour voir !"),new Array("http://img.acces-adulte.com/banners/160x300_7.gif","Cliquez ici pour voir !"));
	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://www.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="160" height="300" border="0" />' );
		if( this.atag ) document.write( '</a>' );
	}
}
