function random_link(){
var sellers=new Array()

sellers[1]= "niobe"
sellers[2]= "season59"
sellers[3]= "l95449"

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_right_frame_01.gif"></td>')
document.write('<td colspan="4" background="images/clothingworld_store_right_frame_03.gif"></td>')
document.write('<td><img src="images/clothingworld_store_right_frame_04.gif"></td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td rowspan="4" background="images/clothingworld_store_right_frame_05.gif"></td>')
document.write('<td rowspan="4" bgcolor="#FFFFFF">&nbsp;<br>&nbsp;&nbsp;&nbsp;<a href="http://hibid.hinet.net/store/'+sellers[ry]+'"><img src="images/clothingworld_store_photo_2'+ry+'.gif" border="0"></a>&nbsp;</td>')
document.write('<td colspan="3" align="right" bgcolor="#FFFFFF"><img src="images/clothingworld_store_right.gif"></td>')
document.write('<td background="images/clothingworld_store_right_frame_07.gif"></td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td valign="top" background="images/clothingworld_store_right_frame_14.gif" bgcolor="#FDFAF8" style="background-position:left;background-repeat:repeat-y"><img src="images/clothingworld_store_right_frame_10.gif"></td>')
document.write('<td colspan="2" background="images/clothingworld_store_right_frame_11.gif" bgcolor="#FDFAF8" style="background-position:top;background-repeat:repeat-x"></td>')
document.write('<td valign="top"><img src="images/clothingworld_store_right_frame_12.gif"></td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td rowspan="2" background="images/clothingworld_store_right_frame_14.gif" bgcolor="#FDFAF8" style="background-position:left;background-repeat:repeat-y"></td>')
document.write('<td bgcolor="#FDFAF8">&nbsp;<br><font size="2" color="#464141">'+sellersnumber[ry]+'</font><br>&nbsp;</td>')
document.write('<td bgcolor="#FDFAF8"></td>')
document.write('<td></td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td bgcolor="#FDFAF8"></td>')
document.write('<td><img src="images/clothingworld_store_right_frame_22.gif"></td>')
document.write('<td></td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td><img src="images/clothingworld_store_right_frame_17.gif"></td>')
document.write('<td background="images/clothingworld_store_right_frame_18.gif"></td>')
document.write('<td><img src="images/clothingworld_store_right_frame_19.gif"></td>')
document.write('<td></td>')
document.write('<td></td>')
document.write('<td></td>')
document.write('</tr>')
document.write('</table>')
}
}
random_link()