Amazon = [
'B002I0LV5S','Mermaid hand mirror',
   'B002F5EG6C','Iron mermaid bottle opener',
   'B00395I9QA','Mermaid photo album',
   'B001S5OQWY','Art nouveau mermaid tray',
   'B0055KUCY4','Nautical mirror',
   'B001ASIBLG','Amy Brown liquid sapphire mermaid',
   'B003A00S8G','Mermaid Lounge tin metal sign',
   'B003CNRCQC','Mermaid Soap metal sign',
   'B0040MEZL4','Mermaid Oysters tin sign',
   'B001RNOPM8','A Mermaid\'s Kiss',
   '0553584979','The Last Mermaid',
   '0515142220','Sleeping with the Fishes',
   '0755351207','Mermaid',
   'B0050OH662','Blue mermaid fan'
   ]

   rdm = Math.floor ( Math.random() * (Amazon.length/2) );
   rdm = rdm*2;

   document.write ('<a href="http://www.amazon.com/gp/product/' + Amazon[rdm] + '/ref=as_li_ss_il?ie=UTF8&tag=elflife0a&linkCode=as2&camp=217145&creative=399369&creativeASIN=' + Amazon[rdm] + '"><img border="0" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&Format=_LG160_&ASIN=' + Amazon[rdm] + '&MarketPlace=US&ID=AsinImage&WS=1&tag=elflife0a&ServiceVersion=20070822" /><div class="w300 centered bold f8 arial">' + Amazon[rdm+1] + '</div></a><img src="http://www.assoc-amazon.com/e/ir?t=&l=as2&o=1&a=' + Amazon[rdm] + '&camp=217145&creative=399369" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />');



