function random_link(){
var sellers=new Array()

sellers[1]= "hmjqq"
sellers[2]= "u5049"
sellers[3]= "andy.homme"

var sellersnumber=new Array()
sellersnumber[1]= "各式流行運動服飾，舒適好穿又有型，讓你運動之餘也能兼顧流行時尚。"
sellersnumber[2]= "嚴選頂級進口皮革包，超實用超耐用又好搭的各式包包、皮夾。"
sellersnumber[3]= "秋冬專櫃級服飾，平民化價格，紳仕必定要有一件的高級服飾。"

var j=1
for (j=1;j<=1;j++)
{
var ry=Math.floor(Math.random()*(sellers.length-1))
ry=ry+1
document.write('<table width="85%" border="0" align="center" cellpadding="0" cellspacing="0">')
document.write('<tr>')
document.write('<td><img src="images/clothingworld_store_left_frame_01.gif"></td>')
document.write('<td colspan="4" background="images/clothingworld_store_left_frame_02.gif"></td>')
document.write('<td><img src="images/clothingworld_store_left_frame_04.gif"></td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td background="images/clothingworld_store_left_frame_05.gif"></td>')
document.write('<td colspan="3" bgcolor="#FFFFFF"><img src="images/clothingworld_store_left.gif"></td>')
document.write('<td rowspan="4" bgcolor="#FFFFFF">&nbsp;<br>&nbsp;<a href="http://hibid.hinet.net/store/'+sellers[ry]+'"><img src="images/clothingworld_store_photo_1'+ry+'.gif" border="0"></a>&nbsp;</td>')
document.write('<td rowspan="4" background="images/clothingworld_store_left_frame_07.gif"></td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td valign="top"><img src="images/clothingworld_store_left_frame_08.gif"></td>')
document.write('<td colspan="2" valign="bottom" background="images/clothingworld_store_left_frame_09.gif" bgcolor="fdfaf8" style="background-position:top;background-repeat: repeat-x"></td>')
document.write('<td valign="top" background="images/clothingworld_store_left_frame_16.gif" bgcolor="fdfaf8" style="background-position:right;background-repeat: repeat-y"><img src="images/clothingworld_store_left_frame_10.gif"></td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td></td>')
document.write('<td background="images/clothingworld_store_left_frame_14.gif"></td>')
document.write('<td bgcolor="fdfaf8">&nbsp;<br><font size="2" color="#464141">'+sellersnumber[ry]+'</font><br>&nbsp;</td>')
document.write('<td rowspan="2" background="images/clothingworld_store_left_frame_16.gif" bgcolor="fdfaf8" style="background-position:right;background-repeat: repeat-y"></td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td></td>')
document.write('<td><img src="images/clothingworld_store_left_frame_17.gif"></td>')
document.write('<td background="images/clothingworld_store_left_frame_18.gif"></td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td></td>')
document.write('<td></td>')
document.write('<td></td>')
document.write('<td align="right"><img src="images/clothingworld_store_left_frame_20.gif"></td>')
document.write('<td background="images/clothingworld_store_left_frame_21.gif"></td>')
document.write('<td><img src="images/clothingworld_store_left_frame_22.gif"></td>')
document.write('</tr>')
document.write('</table>')
}
}
random_link()