function random_link(){
var h_link=new Array()

h_link[1]= "341"
h_link[2]= "440"
h_link[3]= "440"
h_link[4]= "438"
h_link[5]= "438"
h_link[6]= "306"
h_link[7]= "306"
h_link[8]= "306"
h_link[9]= "306"
h_link[10]="306"
h_link[11]="341"
h_link[12]="306"

var v_link=new Array()

v_link[1]= "637"
v_link[2]= "635"
v_link[3]= "635"
v_link[4]= "635"
v_link[5]= "635"
v_link[6]= "635"
v_link[7]= "637"
v_link[8]= "637"
v_link[9]= "662"
v_link[10]="631"


var show=6;
var h_random=new Array()
var flag=true;

var flag=true;
while (flag)
{
	flag=false;
	for (i=1;i<=show;i++) 
	{
		h_random[i]=Math.floor(Math.random()*(h_link.length-1))+1
		if (h_random[0]==0) 
		{
			flag=true;
			break;
		}
	}
	for (i=1;i<=show;i++)
	{
		for (j=1;j<i;j++)
		{
			if (h_random[j]==h_random[i])
			{
				flag=true;
				break;
			}
		}
	}
}

var v_random=new Array()
var flag=true;

var flag=true;
while (flag)
{
	flag=false;
	for (i=1;i<=show;i++) 
	{
		v_random[i]=Math.floor(Math.random()*(v_link.length-1))+1
		if (v_random[0]==0) 
		{
			flag=true;
			break;
		}
	}
	for (i=1;i<=show;i++)
	{
		for (j=1;j<i;j++)
		{
			if (v_random[j]==v_random[i])
			{
				flag=true;
				break;
			}
		}
	}
}

document.write('<tr>')
document.write('<td align="right"><img src="images/clothingworld_hot_yarn_01.gif"></td>')

var h=1;
for(h=1;h<=3;h++)
{
document.write('<td align="center" background="images/clothingworld_hot_bg.gif" style="background-position:center;background-repeat: repeat-x;"><a href="http://hibid.hinet.net/subcategoryaction.do?categoryid='+h_link[h_random[h]]+'"><img src="images/clothingworld_hot_horizontal_'+h_random[h]+'.gif"></a></td>')
document.write('<td align="center" background="images/clothingworld_hot_bg.gif" style="background-position:center;background-repeat: repeat-x;"><a href="http://hibid.hinet.net/subcategoryaction.do?categoryid='+v_link[v_random[h]]+'"><img src="images/clothingworld_hot_vertical_'+v_random[h]+'.gif"></a></td>')
}

document.write('<td><img src="images/clothingworld_hot_yarn_02.gif"></td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td align="right"><img src="images/clothingworld_hot_yarn_03.gif"></td>')

var h=1;
for(h=1;h<=3;h++)
{
document.write('<td align="center" background="images/clothingworld_hot_bg.gif" style="background-position:center;background-repeat: repeat-x;"><a href="http://hibid.hinet.net/subcategoryaction.do?categoryid='+v_link[v_random[h+3]]+'"><img src="images/clothingworld_hot_vertical_'+v_random[h+3]+'.gif"></a></td>')
document.write('<td align="center" background="images/clothingworld_hot_bg.gif" style="background-position:center;background-repeat: repeat-x;"><a href="http://hibid.hinet.net/subcategoryaction.do?categoryid='+h_link[h_random[h+3]]+'"><img src="images/clothingworld_hot_horizontal_'+h_random[h+3]+'.gif"></a></td>')
}

document.write('<td><img src="images/clothingworld_hot_yarn_04.gif"></td>')
document.write('</tr>')

}
random_link()
