// JavaScript Document
function marq1()
{ 
	var mar='<marquee scrolldelay="3" scrollamount="3" dir="ltr"  width="970px"><img src="images/scr1.jpg" alt="" width="149" height="136" hspace="4" vspace="6" /><img src="images/scr2.jpg" alt="" width="149" height="136" hspace="4" vspace="6" /><img src="images/scr3.jpg" alt="" width="149" height="136" hspace="4" vspace="6" /><img src="images/scr3.jpg" alt="" width="149" height="136" hspace="4" vspace="6" /><img src="images/scr4.jpg" alt="" width="149" height="136" hspace="4" vspace="6" /><img src="images/scr6.jpg" alt="" width="149" height="136" hspace="4" vspace="6" /><img src="images/scr1.jpg" alt="" width="149" height="136" hspace="4" vspace="6" /><img src="images/scr2.jpg" alt="" width="149" height="136" hspace="4" vspace="6" /><img src="images/scr3.jpg" alt="" width="149" height="136" hspace="4" vspace="6" /><img src="images/scr3.jpg" alt="" width="149" height="136" hspace="4" vspace="6" /><img src="images/scr4.jpg" alt="" width="149" height="136" hspace="4" vspace="6" /><img src="images/scr6.jpg" alt="" width="149" height="136" hspace="4" vspace="6" /></marquee>';
  
  
    document.getElementById("marq").innerHTML = mar;
}
