
var marquee3=utilObj.defineMarquee({
 	name:"marquee3",
 	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/cat3.gif" width=40 height=40> <td width=100%>&nbsp;&nbsp;<font style="font-size:12px;color:000000;font-weight:bold">&#12362;&#12375;&#12419;&#12428;&#12498;&#12531;&#12488;<br>&nbsp;&nbsp;&nbsp;&nbsp;Beauty Hint</td></tr></table>'},
        clipWindowAttribute:{x:0,y:0,w:260,h:40}
});


marquee3.construct();
