// JavaScript Document

/* items are number of media on site*/
var numItems = 130;

thumbLookup = new Array(numItems);

thumbLookup[0] = "coopers";
thumbLookup[1000]= "gma";
thumbLookup[2000]= "hbokids";
thumbLookup[3000]= "lazer";
thumbLookup[4000]= "livingroom";
thumbLookup[5000]= "ncaa";
thumbLookup[6000]= "simonschuster";
thumbLookup[7000]= "unitednations";
thumbLookup[8000]= "visualedge";

//thumbLookup[]= "";
