/*
 * Rotation des bannières 120x60 pour:
 * http://femmes-matures.acces-adulte.com/
 */
function aa_rotate_19_120x60() {
	this.banners = new Array(new Array("http://img.acces-adulte.com/banners/up/8/4/mature01-d7bef484e9bd3047b6ab0b67a6aee66e.gif",""),new Array("http://img.acces-adulte.com/banners/up/6/8/120x60_matures-f10837a063cbe33e7db0c2c64dcafddd.gif",""));
	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://femmes-matures.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="120" height="60" border="0" />' );
		if( this.atag ) document.write( '</a>' );
	}
}

