';
//alert(asd);
asdf = asd.split("^");
//alert(asdf.length);
if ( !document.getElementById ) return;
// arguments: id, delay (amount of time in milliseconds you linger on each item)
// set up pause onmouseover and resume onmouseout? (boolean)
var ban1 = new dw_Banner("banner1", 10000, true);
for(i=0; i < asdf.length; i++)
{
ban1.addItem(asdf[i]);
}
ban1.rotate();
}
//alert('
');
document.write('
');
//-->