// JavaScript Document

var arr=new Array();
arr[0]='<a href="http://www.cataci.com/shop/en/product_info.php?ref=16&products_id=285&affiliate_banner_id=1" target="_blank"><img src="http://www.cataci.com/affiliate2009/substudio/img/akanbe.jpg" alt="+d Akanbe-roombasket" width="120" height="100" border="0"></a>';
arr[1]='<a href="http://www.cataci.com/shop/en/product_info.php?ref=16&products_id=210&affiliate_banner_id=1" target="_blank"><img src="http://www.cataci.com/affiliate2009/substudio/img/animalband.jpg" alt="+d Animal Rubber Band-PET" width="120" height="100" border="0"></a>';
arr[2]='<a href="http://www.cataci.com/shop/en/product_info.php?ref=16&products_id=212&affiliate_banner_id=1" target="_blank"><img src="http://www.cataci.com/affiliate2009/substudio/img/bananadoor.jpg" alt="+d Banana Door Stopper" width="120" height="100" border="0"></a>';
arr[3]='<a href="http://www.cataci.com/shop/en/product_info.php?ref=16&products_id=103&affiliate_banner_id=1" target="_blank"><img src="http://www.cataci.com/affiliate2009/substudio/img/gumhook.jpg" alt="+d Gumhook" width="120" height="100" border="0"></a>';
arr[4]='<a href="http://www.cataci.com/shop/en/product_info.php?ref=16&products_id=409&affiliate_banner_id=1" target="_blank"><img src="http://www.cataci.com/affiliate2009/substudio/img/ledwatch.jpg" alt="idea design collection ledwatch" width="120" height="100" border="0"></a>';

var number=Math.floor(Math.random()*arr.length);
document.write(arr[number]);

