function setArray(img, desc, link){ this.img = img this.desc = desc this.link = link } var a = new Array(6) var numOfImages = 6 a[0] = new setArray("http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/featured_product_edgeband.jpg", "Edge Banding Router Bit Set", "http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/bit_edgeband_ogee.html#edge_banding_anchor") a[1] = new setArray("http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/featured_product_halfblind.jpg", "MLCS Pins and Tails Half Blind Dovetail Jig Sets", "http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/dovetailjig.html#halfblind_anchor") a[2] = new setArray("http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/featured_product_marvel40.jpg", "MLCS Marvel 40 3-in-1 Router Kit", "http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/marvel_3in1_router.html") a[3] = new setArray("http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/featured_product_KatanaDoor.jpg", "Premium KATANA Raised Panel Door Bit Set", "http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/katset1.htm#katana_raised_panel_door_set_anchor") a[4] = new setArray ("http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/featured_product_shaker.jpg", "5 Piece Shaker Raised Panel Cabinetmaker Set", "http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/set_shaker.htm") a[5] = new setArray ("http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/images/featured_product_heavyweight.jpg", "Heavyweight Cast-Iron Router Table", "http://www.mlcswoodworking.com/shopsite_sc/store/html/smarthtml/pages/router_table_2.html#heavyweight_table_anchor") var i = Math.floor(Math.random() * numOfImages) var randomImageCaption = eval("a[" + i + "].desc") var randomImage = ""