
var marquee4=utilObj.defineMarquee({
 	name:"marquee4",
 	visible:true,
        position:'absolute',
        w:260,
        h:40,
        z:0,
        shiftDirection:'left',
        shiftAmount:1,
        shiftDelay:40,
        marqueeShowContentDelay:0,
        marqueeStartShiftingDelay:0,
        showWhenStart_Displacement:0,
        showWhenStop_DisplacementFrom:'ending',
        loopNum:1,
        noMouseEvent:true,
        contentAttribute:{w:260,h:40,content:'<table width=260 height=40 border=0 cellspacing=0 cellpadding=0><tr valign=middle><td> <img src="images/cat4.gif" width=40 height=40> <td width=100%>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style="font-size:12px;color:000000;font-weight:bold">&#26085;&#26412;&#35486;&#33021;&#21147;&#35430;&#39443;<br>&nbsp;&nbsp;Introduction of JLPT Test </td></tr></table>'},
        clipWindowAttribute:{x:0,y:0,w:260,h:40}
});


marquee4.construct();
