var Actubox = Class.create();
Actubox.prototype = {
    initialize: function() {    
        $('iframe_actu').appendChild(Builder.node('iframe',{id:'newsscroller',name:'newsscroller', width: '320px', height: '250px', border: '0',frameborder:'0',align: 'left',style:'margin-left:20px;',scrolling:'no'}));
	$('newsscroller').src='/newsscroller/scroller4newstic.html';
    }
}
document.observe('dom:loaded', function () { new Actubox(); });
