// JavaScript Document
function Marquee1 () {
					document.write ("<marquee scrolldelay='20' scrollAmount='3'>");
			document.write ("<img src='images/logos/strip1.gif' alt='big name brands' /><img src='images/logos/strip1.gif' alt='big name brands' />");
			            document.write ("</marquee>");
}

function Marquee2 (text) {
					document.write ("<marquee scrolldelay='20' scrollAmount='3'>");
			document.write (text);
			            document.write ("</marquee>");
}

function Marquee3 () {
					document.write ("<marquee scrolldelay='20' scrollAmount='3'>");
			document.write ("<img src='images/logos/strip3.gif' alt='big name brands' /><img src='images/logos/strip3.gif' alt='big name brands' />");
			            document.write ("</marquee>");
}

function Marquee4 () {
					document.write ("<marquee scrolldelay='20' scrollAmount='3'>");
			document.write ("<img src='images/logos/strip4.gif' alt='big name brands' /><img src='images/logos/strip4.gif' alt='big name brands' />");
			            document.write ("</marquee>");
}

function Marquee5 () {
					document.write ("<marquee scrolldelay='20' scrollAmount='3'>");
			document.write ("<img src='images/logos/strip5.gif' alt='big name brands' /><img src='images/logos/strip5.gif' alt='big name brands' />");
			            document.write ("</marquee>");
}

function Marquee6 () {
					document.write ("<marquee scrolldelay='20' scrollAmount='3'>");
			document.write ("<img src='images/logos/strip6.gif' alt='big name brands' /><img src='images/logos/strip6.gif' alt='big name brands' />");
			            document.write ("</marquee>");
}

function Marquee7 () {
					document.write ("<marquee scrolldelay='20' scrollAmount='3'>");
			document.write ("<img src='images/logos/strip7.gif' alt='big name brands' /><img src='images/logos/strip7.gif' alt='big name brands' />");
			            document.write ("</marquee>");
}

function Marquee8 () {
					document.write ("<marquee scrolldelay='20' scrollAmount='3'>");
			document.write ("<img src='images/logos/strip8.gif' alt='big name brands' /><img src='images/logos/strip8.gif' alt='big name brands' />");
			            document.write ("</marquee>");
}

function Marquee9 () {
					document.write ("<marquee scrolldelay='20' scrollAmount='3'>");
			document.write ("<img src='images/logos/strip9.gif' alt='big name brands' /><img src='images/logos/strip9.gif' alt='big name brands' />");
			            document.write ("</marquee>");
}

function Marquee10 () {
					document.write ("<marquee scrolldelay='20' scrollAmount='3'>");
			document.write ("<img src='images/logos/strip10.gif' alt='big name brands' /><img src='images/logos/strip10.gif' alt='big name brands' />");
			            document.write ("</marquee>");
}
