// JavaScript Document

document.write("<DIV id=demo style='OVERFLOW: hidden; WIDTH: 100%; COLOR: #6F1F29'>")
document.write("<TABLE cellSpacing=0 cellPadding=0 align=left border=0 cellspace=0 bgcolor=#6F1F29>")
document.write("<TBODY>")
document.write("<TR>")
document.write("<TD id=Scroll1 vAlign=top><table width=100% height=93  border=0 cellpadding=0 cellspacing=0>")
document.write("<tr>")
document.write("<td><a href=''><img  src='paintings_thumbs/yinandyangdragon_thumb.gif' border='0' height=91  class='sampleborder'></a></td>")
document.write("<td><a href=''><img  src='paintings_thumbs/swirlyfiredragon_thumb.gif' border='0' height=91  class='sampleborder'></a></td>")
document.write("<td><a href=''><img  src='paintings_thumbs/imperial-dragon_thumb.gif' border='0' height=91  class='sampleborder'></a></td>")
document.write("<td><a href=''><img  src='paintings_thumbs/goodluckdragon_thumb.gif' border='0' height=91  class='sampleborder'></a></td>")
document.write("<td><a href=''><img  src='paintings_thumbs/Water_thumb.gif' border='0' height=91 class='sampleborder'></a></td>")
document.write("<td><a href=''><img  src='paintings_thumbs/Wood_thumb.gif' border='0' height=91 ' class='sampleborder'></a></td>")
document.write("<td><a href=''><img  src='paintings_thumbs/Metal_thumb.gif' border='0' height=91 class='sampleborder'></a></td>")
document.write("<td><a href=''><img  src='paintings_thumbs/Earth_thumb.gif' border='0' height=91  class='sampleborder'></a></td>")
document.write("<td><a href=''><img  src='paintings_thumbs/Fire_thumb.gif' border='0' height=91  class='sampleborder'></a></td>")
document.write("</tr>")
document.write("</table></TD>")
document.write(" <TD id=Scroll2 vAlign=top>&nbsp;</TD></TR></TBODY></TABLE></DIV>")



var speed3=15//
Scroll2.innerHTML=Scroll1.innerHTML
function Marquee(){
if(Scroll2.offsetWidth-demo.scrollLeft<=0)
demo.scrollLeft-=Scroll1.offsetWidth
else{
demo.scrollLeft++
}
}
var MyMar=setInterval(Marquee,speed3)
demo.onmouseover=function() {clearInterval(MyMar)}
demo.onmouseout=function() {MyMar=setInterval(Marquee,speed3)
}




