<!-- variables no tocar -->
var imatge
var vincle
var alto
var ancho
<!-- Fi variables -->
<!-- posa la imatge que vulguis que surti i el vincle que vulguis que surti ->
<!-- exmeple: -->
<!--imatge = "banner1.jpg"-->
<!--vincle = "www.inici.com"-->

imatge = "automaticas.jpg"
vincle = "www.mundodelcafe.com/quick.htm"
alto = "60"
ancho = "468"

<!--CODI no tocar -->
document.write('<a href="http://',vincle,'" target="_blank"><img src="http://www.mundodelcafe.com/',imatge,'" alt="Cafeteras Super Automáticas" width="',ancho,'" height="',alto,'" border="1"></a>');
<!-- FI CODI -->