enlace = new Array()
enlace[0] = '<div align="center"><a href="http://www.windsurf-today.com/shop/index.php?route=product/product&path=40_72&product_id=207" target="_blank"><img border="0" alt="Cross" src="http://www.windsurf-today.com/js/2009_10_cross.jpg"/></a></div>'
enlace[1] = '<div align="center"><a href="http://www.windsurf-today.com/shop/index.php?route=product/category&path=37_71" target="_blank"><img border="0" alt="7thWave" src="http://www.windsurf-today.com/js/7th.png"/></a></div>'
enlace[2] = '<div align="center"><iframe name="Publi1" src="http://www.windsurf-today.com/images/banners/publi1.html" BGCOLOR="black" width=468 height=90 marginWidth=0 marginHeight=0  frameBorder=0 scrolling="no"></iframe></div>'
enlace[3] = '<div align="center"><iframe name="Publi2" src="http://www.windsurf-today.com/images/banners/shop1.html" BGCOLOR="black" width=468 height=90 marginWidth=0 marginHeight=0  frameBorder=0 scrolling="no"></iframe></div>'
aleatorio = Math.random() * (enlace.length)
aleatorio = Math.floor(aleatorio)
document.write(enlace[aleatorio])
