var myScroller = new Scroller( 0, 0,158, 153, 0, 0 );
myScroller.setColors("", "", "");
myScroller.setFont("Arial, Helvetica, sans-serif", 2 );
myScroller.setPause(3000);
myScroller.setSpeed(50);
myScroller.addItem("<div><table class='newstab' width='98%' height='153' border='0' cellspacing='0' cellpadding='0'><tr><td><table width='100%' height='143' border='0' cellspacing='0' cellpadding='2'><tr><td class='newstitle'><strong>AQUINOVIA déménage !</strong></strong><br><br>A partir du 1er Avril AQUINOVIA va intégrer la pépinière d'entreprises de la Chambre de Commerce et d'Industrie de Libourne</td></tr></table></td></tr></table></div>");
myScroller.addItem("<div><table class='newstab' width='98%' height='153' border='0' cellspacing='0' cellpadding='0'><tr><td><table width='100%' height='143' border='0' cellspacing='0' cellpadding='2'><tr><td class='newstitle'><strong>AQUINOVIA recrute !</strong></strong><br>Dans le cadre de son d&eacute;veloppement AQUINOVIA recherche un ing&eacute;nieur commercial (BtoB), un developpeur confirmé PHP/mySQL et accueillons des stagiaires (developpeur, webmaster, commercial,...</td></tr><tr><td height='10'><div align='right'><a class= 'news' href=http://www.aquinovia.com/index.php?tg=articles&topics=5><img src='http://www.aquinovia.com/skins/aquinovia/images/neo/plus.gif' width='11' height='11' align='absmiddle' border='0' alt='cliquez ici pour en savoir plus'></a></div></td></tr></table></td></tr></table></div>");


	function TickerInit() {

	  var img;
	  var x, y;

	  img = getImage("scroller_holder");
	  x = getImagePageLeft(img);
	  y = getImagePageTop(img);
	//  alert( "x,y=" + x + "," + y );
	  myScroller.create();
	  myScroller.hide();
	  myScroller.moveTo(x+1, y+1);
	  myScroller.setzIndex(100);
	  myScroller.show();

	}

	function PageInit() {
		// ticker init
		TickerInit();
	}

	function regenerate() {
		window.location.reload()
	}

	function regenerate2() {
		if (document.layers) {
			setTimeout("window.onresize=regenerate",450);
			intializemarquee();
		}
	}

	function intializemarquee() {
		document.cmarquee01.document.cmarquee02.document.write('<nobr>'+marqueecontents+'</nobr>');
		document.cmarquee01.document.cmarquee02.document.close();
		thelength=document.cmarquee01.document.cmarquee02.document.width;
		scrollit();
	}

	function scrollit() {
		if (document.cmarquee01.document.cmarquee02.left>=thelength*(-1)) {
			document.cmarquee01.document.cmarquee02.left-=speed;
			setTimeout("scrollit()",100);
		} else {
			document.cmarquee01.document.cmarquee02.left=marqueewidth;
			scrollit();
		}
	}

        