// Build imagehandler
var ihom = new ImageHandler();
ihom.root = "/lib/images/home_";
ihom.extension = ".gif";
ihom.labelstart = " {  ";
ihom.labelend = "  } ";

// Contact and search
ihom.add("home_what","what");
ihom.add("home_why","why");
ihom.add("home_when","when");
ihom.add("home_where","where");


