<!--//-->//><!--
var nanodaNT = {
init : function() {
document.write('<style type="text/css">');
document.write('<!--');
document.write('div#nanodaNT { white-space: nowrap; display: block; clear: both; width: 300px; height: 18px; } div#nanodaNT, div#nanodaNT * { padding: 0; margin: 0; } div.nanodaNTwhite { color: #ffffff; } div.nanodaNTblack { color: #000000; } div#nanodaNT small { font: bold 12px Arial, Helvetica, sans-serif; float: left; margin-right: 5px; } div#nanodaNT small.nanodaNTtitle { } ul.nanodaNT { float: left; text-align: left!important; position: relative; overflow: hidden; height: 18px; width: 260px; list-style: none; font: normal 12px Arial, Helvetica, sans-serif; } ul.nanodaNTlist { text-align: left; } ul.nanodaNT a { color: #85A9D2; text-decoration: none; font-weight: bold; } ul.nanodaNT a:hover { text-decoration: underline; } ul.nanodaNT a.nanodaNTlink { } ul.nanodaNT a.nanodaNTlink:hover { } ul.nanodaNT li { position: absolute; top: -20px; display: block; clear: both; }');
document.write('-->');
document.write('</style>');
document.write('<div id="nanodaNT" class="nanodaNTblack">');
document.write('<small class="nanodaNTtitle">Manga &amp; Anime News:</small>');
document.write('<ul class="nanodaNT nanodaNTlist">');
document.write('<li>Nanoda News - <a href="http://www.nanoda.com/en/nanoda-news/battle-spirits-dan-trailer.html" title="Battle Spirits Dan: Here\'s the trai..." class="nanodaNTlink">Battle Spirits Dan: Here\'s the trai...</a></li>');
document.write('<li>Nanoda News - <a href="http://www.nanoda.com/en/nanoda-news/disney-acquires-marvel-5000-characters-ready-to-invade-mouseton..html" title="Disney acquires Marvel: 5000 charac..." class="nanodaNTlink">Disney acquires Marvel: 5000 charac...</a></li>');
document.write('<li>Nanoda News - <a href="http://www.nanoda.com/en/nanoda-news/anime-fate-stay-night.html" title="Fate/stay night! Ather the Anime, a..." class="nanodaNTlink">Fate/stay night! Ather the Anime, a...</a></li>');
document.write('<li>Nanoda News - <a href="http://www.nanoda.com/en/nanoda-news/inuyasha-anime-last-season.html" title="The Inuyasha anime will finally hav..." class="nanodaNTlink">The Inuyasha anime will finally hav...</a></li>');
document.write('<li>Nanoda News - <a href="http://www.nanoda.com/en/nanoda-news/anime-tatakau-shisho.html" title="Tatakau Shisho from Light novel to ..." class="nanodaNTlink">Tatakau Shisho from Light novel to ...</a></li>');
document.write('<li>Nanoda News - <a href="http://www.nanoda.com/en/nanoda-news/fifth-movie-keroro-2010.html" title="Keroro: the fifth SUPER Movie of Se..." class="nanodaNTlink">Keroro: the fifth SUPER Movie of Se...</a></li>');
document.write('<li>Nanoda News - <a href="http://www.nanoda.com/en/nanoda-news/anime-iron-vendetta.html" title="Iron Vendetta will be soon an Anime..." class="nanodaNTlink">Iron Vendetta will be soon an Anime...</a></li>');
document.write('<li>Nanoda News - <a href="http://www.nanoda.com/en/nanoda-news/beck-live-action.html" title="Beck, the anime, will become a Live..." class="nanodaNTlink">Beck, the anime, will become a Live...</a></li>');
document.write('<li>Nanoda News - <a href="http://www.nanoda.com/en/nanoda-news/paradise-kiss-live-action.html" title="Paradise Kiss will become a Live Ac..." class="nanodaNTlink">Paradise Kiss will become a Live Ac...</a></li>');
document.write('<li>Nanoda News - <a href="http://www.nanoda.com/en/nanoda-news/one-piece-10-movie.html" title="One Piece: Announced the arrival of..." class="nanodaNTlink">One Piece: Announced the arrival of...</a></li>');
document.write('<li><a href="http://www.nanoda.com/it/news-ticker.html" title="manga" class="nanodaNTlink">Inserisci anche tu queste news nel tuo sito!</a></li>');
document.write('</ul>');
document.write('</div>');
nanodaNT.n = document.getElementById("nanodaNT");
nanodaNT.l = nanodaNT.n.getElementsByTagName("li");
nanodaNT.scroller(0);
},
scroller : function(c) {
if ( c >= nanodaNT.l.length ) c = 0;
next = c >= ( nanodaNT.l.length - 1 ) ? 0 : ( c + 1 );
setTimeout(function() {
nanodaNT.offsetY = 0;
nanodaNT.animate(c,next);
nanodaNT.scroller(c+1);
}, 3000);
},
animate : function(c,next) {
nanodaNT.offsetY += 2;
if ( nanodaNT.offsetY > 20 ) return;
setTimeout(function(){
nanodaNT.l[c].style.top = '-'+nanodaNT.offsetY + 'px'
nanodaNT.l[next].style.top = 20-nanodaNT.offsetY + 'px'
nanodaNT.animate(c,next);
},50);
}
};
nanodaNT.init();
//--><!>
