// JavaScript Document


		sMovieID="1,2,3,4,5,6,7,8,9";
		sImgNm="temp_1.jpg,temp_2.jpg,temp_3.jpg,temp_4.jpg,temp_5.jpg,temp_6.jpg,temp_7.jpg,temp_8.jpg,temp_9,temp_5.jpg,";
		sMovieID_sp = sMovieID.split(",");
		sImgNm_sp = sImgNm.split(",");



		//Specify the slider's width (in pixels)
		var sliderwidth="167px"
		//Specify the slider's height
		var sliderheight="405px"
		//Specify the slider's slide speed (larger is faster 1-10)
		var slidespeed=2
		//configure background color:
		slidebgcolor="#fff"

		//Specify the slider's images
		var topbottomslide1=new Array()
		var finalslide=''


		topbottomslide1[0]='<a href="#" onclick="javascript:ShowSite(\'americanairductcleaning.com\');"><img src="images/temp_1.jpg" border="1" style="border-color:#888888" alt="www.americanairductcleaning.com"><\/a><br><img src="images/spacer.gif" height="8"><br>'
		topbottomslide1[1]='<a href="#" onclick="javascript:ShowSite(\'nutriscrip.com\');"><img src="images/temp_2.jpg" border="1" style="border-color:#888888" alt="www.nutriscrip.com"><\/a><br><img src="images/spacer.gif" height="8"><br>'
		topbottomslide1[2]='<a href="#" onclick="javascript:ShowSite(\'emtinternationalrealty.com\');"><img src="images/temp_3.jpg" border="1" style="border-color:#888888" alt="www.emtinternationalrealty.com"><\/a><br><img src="images/spacer.gif" height="8"><br>'
		topbottomslide1[3]='<a href="#" onclick="javascript:ShowSite(\'ventingout.com\');"><img src="images/temp_4.jpg" border="1" style="border-color:#888888" alt="www.ventingout.com"><\/a><br><img src="images/spacer.gif" height="8"><br>'
		topbottomslide1[4]='<a href="#" onclick="javascript:ShowSite(\'movingnewyork.us\');"><img src="images/temp_5.jpg" border="1" style="border-color:#888888" alt="www.movingnewyork.us"><\/a><br><img src="images/spacer.gif" height="8"><br>'
		topbottomslide1[5]='<a href="#" onclick="javascript:ShowSite(\'printingforu.com\');"><img src="images/temp_6.jpg" border="1" style="border-color:#888888" alt="www.printingforu.com"><\/a><br><img src="images/spacer.gif" height="8"><br>'
		topbottomslide1[6]='<a href="#" onclick="javascript:ShowSite(\'searchhairstylist.com\');"><img src="images/temp_7.jpg" border="1" style="border-color:#888888" alt="www.searchhairstylist.com"><\/a><br><img src="images/spacer.gif" height="8"><br>'
		topbottomslide1[7]='<a href="#" onclick="javascript:ShowSite(\'infosole.com\');"><img src="images/temp_8.jpg" border="1" style="border-color:#888888" alt="www.infosole.com"><\/a><br><img src="images/spacer.gif" height="8"><br>'
		topbottomslide1[8]='<a href="#" onclick="javascript:ShowSite(\'knockoutvending.com\');"><img src="images/temp_9.jpg" border="1" style="border-color:#888888" alt="www.knockoutvending.com"><\/a><br><img src="images/spacer.gif" height="8"><br>'
		topbottomslide1[9]='<a href="#" onclick="javascript:ShowSite(\'footfxr.net\');"><img src="images/temp_5.jpg" border="1" style="border-color:#888888" alt="www.footfxr.net"><\/a><br><img src="images/spacer.gif" height="8"><br>'


		////NO NEED TO EDIT BELOW THIS LINE////////////

		var copyspeed=slidespeed
		topbottomslide1='<nobr>'+topbottomslide1.join(" ")+'<\/nobr>'


		var iedom=document.all||document.getElementById
		if (iedom)
		{
		document.write('<span id="temp1" style="visibility:hidden;position:absolute;top:-100px;top:-9000px">'+topbottomslide1+'<\/span>')

		}
		var actualwidth1=''

		var cross_slide1, cross_slide3, cross_slide5, ns_slide1

		function fillup(){
		if (iedom){
		cross_slide1=document.getElementById? document.getElementById("test1") : document.all.test2
		cross_slide2=document.getElementById? document.getElementById("test2") : document.all.test3


		cross_slide1.innerHTML=cross_slide2.innerHTML=topbottomslide1
		actualwidth1=document.all? cross_slide1.offsetHeight : document.getElementById("temp1").offsetHeight
		cross_slide2.style.top=actualwidth1+0+"px"

		}
		else if (document.layers){
		ns_slide1=document.ns_slidemenu.document.ns_slidemenu1
		ns_slide2=document.ns_slidemenu.document.ns_slidemenu2
		ns_slide1.document.write(topbottomslide1)
		ns_slide1.document.close()
		actualwidth=ns_slide1.document.width
		ns_slide2.top=actualwidth+20
		ns_slide2.document.write(topbottomslide1)
		ns_slide2.document.close()
		}
		toptime=setInterval("slidetop()",30)
		}
		//window.onload=fillup

		function slidetop(){
		if (iedom){
		// for 1
		if (parseInt(cross_slide1.style.top)>(actualwidth1*(-1)+8))
		cross_slide1.style.top=parseInt(cross_slide1.style.top)-copyspeed+"px"
		else
		cross_slide1.style.top=parseInt(cross_slide2.style.top)+actualwidth1+5+"px"

		if (parseInt(cross_slide2.style.top)>(actualwidth1*(-1)+8))
		cross_slide2.style.top=parseInt(cross_slide2.style.top)-copyspeed+"px"
		else
		cross_slide2.style.top=parseInt(cross_slide1.style.top)+actualwidth1+5+"px"
		// for 1 end

		}
		else if (document.layers){
		if (ns_slide1.top>(actualwidth*(-1)+8))
		ns_slide1.top-=copyspeed
		else
		ns_slide1.top=ns_slide2.top+actualwidth+30

		if (ns_slide2.top>(actualwidth*(-1)+8))
		ns_slide2.top-=copyspeed
		else
		ns_slide2.top=ns_slide1.top+actualwidth+30
		}
		}
		