//Scroller Setting

var myScroller1 = new Scroller(0, 0, 288, 150, 0, 0); //(xpos, ypos, width, height, border, padding)
myScroller1.setColors("", "", ""); //(fgcolor, bgcolor, bdcolor)
myScroller1.setFont("Verdana,Arial,Helvetica", 2);
myScroller1.setPause(4000); //set pause beteen msgs, in milliseconds

//
//Important: If you have an {'}, you should add a {\} before it. Example:
//           Let's go should be Let\' go
//

myScroller1.addItem('<span class=scrollingnews><span class=scrollingnewsdate>June 27, 2006</span><br><a href=062706.asp class=scrollingnews>SpaceToon Mobile Launches its Service with Etisalat.</a></span>&nbsp;<a href=062706.asp class=scrollingnewsdate>&raquo;</a></div>');
myScroller1.addItem('<span class=scrollingnews><span class=scrollingnewsdate>May 15, 2006</span><br><a href=051506.asp class=scrollingnews>Tiger Production wins 3 golden awards for \"Data City\" kids program.</a><br>Additionally, Spacetoon International has decided to buy the rights for \"Data City\" for the international markets.&nbsp;</span><a href=051506.asp class=scrollingnewsdate>&raquo;</a></div>');
myScroller1.addItem('<span class=scrollingnews><span class=scrollingnewsdate>September 10, 2005</span><br><a href=091005.asp class=scrollingnews>World Health Organization signs protocol agreement with Space Toon Kids TV to spread health messages to children.</a></span> <a href=091005.asp class=scrollingnewsdate>&raquo;</a></div>');





