enlace = new Array();
enlace[0] = '<a href="http://www.flatpackonline.es/epages/61420493.sf/es_ES/?ObjectPath=/Shops/61420493/Categories/muebles-rebajas"><img src="http://tienda.flatpackonline.es/images/banners/201201/rebajas-del-mueble-2.jpg"/></a>';

aleatorio = Math.random() * (enlace.length);
aleatorio = Math.floor(aleatorio);
document.write(enlace[aleatorio]);
