﻿// this file is used to link up a call in an IRIS article to a particular Z-mags object
// it's OK to have one of these files per weblet, but when a weblet needs >1 Z-mag, this will need to be made into a parameter-driven funzione
// PC 11.6.08

						    var mag = new TinyCatalog(86369, "Journey to Beijing");
						    mag.setBackgroundColor("#9c9191");
						    mag.setSize(260, 166);

						    // Change line below to link to an url
						    // mag.setLaunchURL("http://www.dom.tld");
						    // mag.setTarget("_self");
						    mag.draw();
						
						

