if(typeof(AC)=="undefined"){AC={}}AC.Randinator=Class.create();AC.Randinator.prototype={initialize:function(){if(arguments.length>0&&typeof(arguments[arguments.length-1])=="object"){Event.onDOMReady(this.randomizeContent.bind(this,arguments))
}else{if(arguments.length>0){this.renderInline(arguments[Math.floor(Math.random()*arguments.length)])
}}},randomizeContent:function(c){var d=Math.floor(Math.random()*(c.length-1));this.renderToContainer($(c[c.length-1].container),c[d])
},renderToContainer:function(d,c){d.innerHTML=c},renderInline:function(b){document.write(b)
}};function randinator(){if(arguments.length>0){new AC.Randinator(arguments[Math.floor(Math.random()*arguments.length)])
}};
