var col_one=new Array() //Specify the first column to display and rotate

col_one[0]='<a target="_blank" href=http://www.francktchang.com><img src="banners_small/asi.jpg" border=0 width=156 height=196 alt="alt text" align="center" vspace=10></a>'

col_one[1]='<a target="_blank" href="/showcase/getbettersound/getbettersound.html"><img src="banners_small/getbettersound.gif" border=0 width=156 height=196 alt="alt text" align="center" vspace=10></a>'

col_one[2]='<a target="_blank" href="/showcase/nuforce/nuforce.html"><img src="banners_small/nuforce.jpg" border=0 width=156 height=196 alt="alt text" align="center" vspace=10></a>'

col_one[3]='<a target="_blank" href="/showcase/amr/amr.html"><img src="banners_small/amr.gif" border=0 width=156 height=196 alt="alt text" align="center" vspace=10></a>'

col_one[4]='<a target="_blank" href="/showcase/firstwatt/firstwatt.html"><img src="banners_small/firstwatt.gif" border=0 width=156 height=196 alt="alt text" align="center" vspace=10></a>'



var col_two=new Array() //Specify the second column to display and rotate

col_two[0]='<a target="_blank" href="/showcase/esoteric/esoteric.html"><img src="banners_small/esoteric.jpg" border=0 width=156 height=196 alt="alt text" align="center" vspace=10></a>'

col_two[1]='<a target="_blank" href="/showcase/kingrex/kingrex.html"><img src="banners_small/kingrex.jpg" border=0 width=156 height=196 alt="alt text" align="center" vspace=10></a>'

col_two[2]='<a target="_blank" href="/showcase/rethm/rethm.html"><img src="banners_small/rethm.jpg" border=0 width=156 height=196 alt="alt text" align="center" vspace=10></a>'

col_two[3]='<a target="_blank" href="/showcase/audioexotics/audioexotics.html"><img src="banners_small/audioexotics.jpg" border=0 width=156 height=196 alt="alt text" align="center" vspace=10></a>'

col_two[4]='<a target="_blank" href="/showcase/crayon/crayon.html"><img src="banners_small/crayon.jpg" border=0 width=156 height=196 alt="alt text" align="center" vspace=10></a>'

col_two[5]='<a target="_blank" href="/showcase/alo/alo.html"><img src="banners_small/alo.jpg" border=0 width=156 height=196 alt="alt text" align="center" vspace=10></a>'



var col_three=new Array() //Specify the third column to display and rotate

col_three[0]='<a target="_blank" href="/showcase/modwright/modwright.html"><img src="banners_small/modwright.jpg" border=0 width=156 height=196 alt="alt text" align="center" vspace=10></a>'

col_three[1]='<a target="_blank" href="/showcase/definitive/definitive.html"><img src="banners_small/livingvoice.jpg" border=0 width=156 height=196 alt="alt text" align="center" vspace=10></a>'

col_three[2]='<a target="_blank" href="/showcase/underwoodhifi/underwoodhifi.html"><img src="banners_small/underwoodhifi.gif" border=0 width=156 height=196 alt="alt text" align="center" vspace=10></a>'

col_three[3]='<a target="_blank" href="/showcase/raysonic/raysonic.html"><img src="banners_small/raysonic.jpg" border=0 width=156 height=196 alt="alt text" align="center" vspace=10></a>'

col_three[4]='<a target="_blank" href="/showcase/hegel/hegel.html"><img src="banners_small/hegel.gif" border=0 width=156 height=196 alt="alt text" align="center" vspace=10></a>'





function randomorder(targetarray){

	var randomorder=new Array()

	var the_one

	var z=0

	for (i=0;i<targetarray.length;i++)

	randomorder[i]=i

	while (z<targetarray.length){

		the_one=Math.floor(Math.random()*targetarray.length)

		if (targetarray[the_one]!="_selected!"){

			document.write(targetarray[the_one])

			targetarray[the_one]="_selected!"

			z++

		}

	}

}