		var scroller=0;
				var stopscroller=false;
				
				if(5 > 3)
				{
					function scroll_()
					{
						if(stopscroller==false)
						{
						scroller++;
						if(scroller>220*5) scroller=0;
						test_div.scrollLeft=scroller;
						}
					}
				setInterval("scroll_()",40)
				}
				
				function stopscroll()
				{
					stopscroller=true;
				}
				
				function startscroll()
				{
					stopscroller=false;
				}

document.write('<img src="ll.jpg" border="0" /><table width="100%" border="0" cellpadding="0" cellspacing="0">  <tr>    <td><img src="t2.jpg" border="0" /></td>        </tr></table><div id="test_div"  onmouseover="stopscroll()" style="width:860px; OVERFLOW: hidden;"onmouseout="startscroll()">  <table style"padding-left:10px" cellspacing="2" cellpadding="0" border="0">    <tbody>      <tr>        <td><img src="ctaa.jpg" width="196" height="113" border="0" /></td><td><img src="pctaa.jpg" width="196" height="113" border="0" /></td><td><img src="claa.jpg" width="196" height="113" border="0" /></td><td><img src="gsc.jpg" width="196" height="113" border="0" /></td><td><img src="uts.jpg" width="196" height="113" border="0" /></td><td><img src="fa.jpg" width="196" height="113" border="0" /></td><td><img src="op.jpg" width="196" height="113" border="0" /></td><td><img src="ctaa.jpg" width="196" height="113" border="0" /></td><td><img src="pctaa.jpg" width="196" height="113" border="0" /></td><td><img src="claa.jpg" width="196" height="113" border="0" /></td><td><img src="gsc.jpg" width="196" height="113" border="0" /></td><td><img src="uts.jpg" width="196" height="113" border="0" /></td><td><img src="fa.jpg" width="196" height="113" border="0" /></td><td><img src="op.jpg" width="196" height="113" border="0" /></td></tr></tbody></table></div><img src="bn1.jpg" width="603" height="80" /><img src="bn2.jpg" width="145" height="80" border="0" /><img src="bn3.jpg" width="145" height="80" border="0" />');