<!--
var index = 10
link = new Array(9);
text = new Array(9);

text[9] ='Sell Sand Shoes(U27601)<img src=/images/hot.gif align=absmiddle border=0>'
link[9] ='cdcb2f5c7b071143529ef7f2705dfbc4'

text[8] ='Sell Boots(B80010)<img src=/images/hot.gif align=absmiddle border=0>'
link[8] ='ec1f850d934f440cfa8e4a18d2cf5463'

text[7] ='Sell men\'s shoes in pu or leather'
link[7] ='e113bb92c69391dd39e2488f9f588382'

text[6] ='Sell Insole Paper Board'
link[6] ='9d28de8ff9bb6a3fa41fddfdc28f3bc1'

text[5] ='Sell Men\'s shoes'
link[5] ='3f53d7190148675e3cd472fc826828c5'

text[4] ='Buy Non-woven Shoe Bags'
link[4] ='f15eda31a2da646eea513b0f81a5414d'

text[3] ='Provide Ladies\' Boots'
link[3] ='f3d9de86462c28781cbe5c47ef22c3e5'

text[2] = 'Sell Ladies Fashion Shoes'
link[2] ='d9fc0cdb67638d50f411432d0d41d0ba'

text[1] ='Sell Men\'s And Children\'s Shoes'
link[1] ='e3ca0449fa2ea7701a7ac53fb719c51a'

text[0] = 'Buy Non-woven Shoe Bags'
link[0] ='fc03d48253286a798f5116ec00e99b2b'

for (i=index-1;i>=0;i--){
document.write ("<a href='/trade/tradeview.php?trade_id="+link[i]+"' target='_blank' style='color:#999999;text-decoration:none'>");
document.write (text[i] + "</A>&nbsp;&nbsp;&nbsp;");
}
// -->