// JScript File

var ajscroll_1 = new AJScroller();
ajscroll_1.name = 'ajscroll_1';
ajscroll_1.type = 0;
ajscroll_1.width = 180;
ajscroll_1.height = 280;
ajscroll_1.scrollspeed = 10;
ajscroll_1.pausedelay = 2000;
ajscroll_1.pausemouseover = true;
ajscroll_1.itemwidth = 180;
ajscroll_1.add('<table width="180" border="0" cellspacing="0" cellpadding="0"><tr><td class=newstitle><a href="foNews.aspx?iKodHaber=3" target="_top">Fizzion is the Best!..</a></td></tr><tr><td class=newsbody>Fizzon is selected as Editor\'s Choice by Pet Product News </td></tr></table>');
ajscroll_1.display();
onload = function(){ajscroll_1.start();};
onresize = function(){ajscroll_1.load()};

