/*
 * Rotation des bannières 348x281 pour:
 * http://liveshow.acces-adulte.com/
 */
function aa_rotate_13_348x281() {
	this.banners = new Array(new Array("http://img.acces-adulte.com/banners/live_2.jpg","Cliquez ici pour voir sa webcam !"),new Array("http://img.acces-adulte.com/banners/live_3.jpg","Cliquez ici pour voir sa webcam !"),new Array("http://img.acces-adulte.com/banners/live_5.jpg","Cliquez ici pour voir sa webcam !"),new Array("http://img.acces-adulte.com/banners/live_6.jpg","Cliquez ici pour voir sa webcam !"),new Array("http://img.acces-adulte.com/banners/live_7.jpg","Cliquez ici pour voir sa webcam !"),new Array("http://img.acces-adulte.com/banners/live_8.jpg","Cliquez ici pour voir sa webcam !"),new Array("http://img.acces-adulte.com/banners/live_9.jpg","Cliquez ici pour voir sa webcam !"),new Array("http://img.acces-adulte.com/banners/live_10.jpg","Cliquez ici pour voir sa webcam !"),new Array("http://img.acces-adulte.com/banners/live_11.jpg","Cliquez ici pour voir sa webcam !"),new Array("http://img.acces-adulte.com/banners/live_12.jpg","Cliquez ici pour voir sa webcam !"),new Array("http://img.acces-adulte.com/banners/live_13.jpg","Cliquez ici pour voir sa webcam !"),new Array("http://img.acces-adulte.com/banners/live_14.jpg","Cliquez ici pour voir sa webcam !"),new Array("http://img.acces-adulte.com/banners/live_15.jpg","Cliquez ici pour voir sa webcam !"),new Array("http://img.acces-adulte.com/banners/live_16.jpg","Cliquez ici pour voir sa webcam !"),new Array("http://img.acces-adulte.com/banners/live_17.jpg","Cliquez ici pour voir sa webcam !"),new Array("http://img.acces-adulte.com/banners/live_18.jpg","Cliquez ici pour voir sa webcam !"),new Array("http://img.acces-adulte.com/banners/live_19.jpg","Cliquez ici pour voir sa webcam !"),new Array("http://img.acces-adulte.com/banners/live_20.jpg","Cliquez ici pour voir sa webcam !"),new Array("http://img.acces-adulte.com/banners/live_21.jpg","Cliquez ici pour voir sa webcam !"),new Array("http://img.acces-adulte.com/banners/live_22.jpg","Cliquez ici pour voir sa webcam !"),new Array("http://img.acces-adulte.com/banners/live_23.jpg","Cliquez ici pour voir sa webcam !"),new Array("http://img.acces-adulte.com/banners/live_24.jpg","Cliquez ici pour voir sa webcam !"),new Array("http://img.acces-adulte.com/banners/live_25.jpg","Cliquez ici pour voir sa webcam !"),new Array("http://img.acces-adulte.com/banners/live_26.jpg","Cliquez ici pour voir sa webcam !"),new Array("http://img.acces-adulte.com/banners/live_28.jpg","Cliquez ici pour voir sa webcam !"),new Array("http://img.acces-adulte.com/banners/live_30.jpg","Cliquez ici pour voir sa webcam !"),new Array("http://img.acces-adulte.com/banners/live_31.jpg","Cliquez ici pour voir sa webcam !"),new Array("http://img.acces-adulte.com/banners/live_32.jpg","Cliquez ici pour voir sa webcam !"),new Array("http://img.acces-adulte.com/banners/live_33.jpg","Cliquez ici pour voir sa webcam !"));
	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.doc_write = function() {
		var b = this.banners[Math.floor(Math.random()*this.banners.length)];
		var href = 'http://liveshow.acces-adulte.com/'+this.pdv+( this.pdv.indexOf('?',0) == -1 ? '?' : ';' );
		if( this.affl_id != 0 ) href += 'affl_id='+this.affl_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="120" border="0" />' );
		if( this.atag ) document.write( '</a>' );
	}
}
