


// hitotokiData-nyc.js
// Craig Mod, September 2007
// 
// Dynamically generated map data for hitotoki.org
//

// function declaration: featuredEntry(title, author, lat, lng, url, img, location, issue) 
// This file must be loded after the hitotoki gmap.js
//


// Our index lookup for the google map
var indexLookUp = new Array();
indexLookUp.push("332");
indexLookUp.push("330");
indexLookUp.push("320");
indexLookUp.push("312");
indexLookUp.push("302");
indexLookUp.push("294");
indexLookUp.push("290");
indexLookUp.push("271");
indexLookUp.push("243");
indexLookUp.push("241");


// Our hitotoki data for the featured section
var hitotokiData = new Array();
hitotokiData[332] = new featuredEntry("\'Can I taste your vanilla?\'", "Maya Gat", 40.690758, -73.996233, "http://hitotoki.org/classic/newyork/026", "http://hitotoki.org/classic/images/hitotoki/featured/nyc/wear163.jpg", "New York City", "Atlantic Ave and Henry Street", "026", "At");
hitotokiData[330] = new featuredEntry("I save my spit for the next block so they don\'t mistake a cold for an insult.", "Robb Todd", 40.756728, -73.986504, "http://hitotoki.org/classic/newyork/025", "http://hitotoki.org/classic/images/hitotoki/featured/nyc/timesquare163.jpg", "California, but grew up in Durham, NC", "Times Square", "025", "in");
hitotokiData[320] = new featuredEntry("The cruise passed close, with laughter loud over the water...", "Paul Weidknecht", 40.744654, -73.956414, "http://hitotoki.org/classic/newyork/024", "http://hitotoki.org/classic/images/hitotoki/featured/nyc/hitotoki-nyc-24-home.jpg", "Point Pleasant, New Jersey", "Gantry Plaza State Park", "024", "in");
hitotokiData[312] = new featuredEntry("His children came to him but his wife, bird-like and sad-looking, did not.", "David Licata", 40.766768, -73.938461, "http://hitotoki.org/classic/newyork/023", "http://hitotoki.org/classic/images/hitotoki/featured/nyc/hitotoki-nyc-23-home.jpg", "Leonia, N.J.", "Noguchi Museum", "023", "at");
hitotokiData[302] = new featuredEntry("I\'ve been shot twenty-seven times!", "Jónas Knútsson", 40.733292, -73.999642, "http://hitotoki.org/classic/newyork/022", "http://hitotoki.org/classic/images/hitotoki/featured/nyc/hitotoki-reid-home.png", "Reykjavik, Iceland", "Waverly Place, Greenwich Village", "022", "On");
hitotokiData[294] = new featuredEntry("The entrance at the top of the stairs is locked, but another staircase leads to the basement.", "Jill Widner", 40.769908, -73.968929, "http://hitotoki.org/classic/newyork/021", "http://hitotoki.org/classic/images/hitotoki/featured/nyc/hitotoki-NYC-21-featured.jpg", "Houston, Tex.", "The Consulate General of the Republic of Indonesia ", "021", "at");
hitotokiData[290] = new featuredEntry("Danny busted out a bottle of Brut 33 aftershave...", "Kit Born", 40.729991, -73.862972, "http://hitotoki.org/classic/newyork/020", "http://hitotoki.org/classic/images/hitotoki/featured/nyc/hitotoki-nyc-alvin-home.jpg", "Rego Park, NY ", "McCrory’s store on 63rd Drive", "020", "at");
hitotokiData[271] = new featuredEntry("I clutch the rusting, peeling hulk of the globe and hang on tight.", "Denise Reich", 40.746253, -73.845157, "http://hitotoki.org/classic/newyork/019", "http://hitotoki.org/classic/images/hitotoki/featured/nyc/hitotoki-nyc-19-home.jpg", "Italy, but grew up in New York", "the Unisphere", "019", "at");
hitotokiData[243] = new featuredEntry("The naked man’s hands only <em>mimicked</em> a fondling.", "Anne Germanacos", 40.777065, -73.982217, "http://hitotoki.org/classic/newyork/018", "http://hitotoki.org/classic/images/hitotoki/featured/nyc/hitotoki-nyc-highf-home.jpg", "San Francisco", "Broadway between 70th and 71st", "018", "On ");
hitotokiData[241] = new featuredEntry("That\'s when I knew I wanted to live in New York: in the midst of those fragile bralets and bodysuits.", "Ling Ma", 40.761793, -73.975106, "http://hitotoki.org/classic/newyork/017", "http://hitotoki.org/classic/images/hitotoki/featured/nyc/hitotoki-nyc-swim_home.jpg", "Salt Lake City, Utah and Topeka, Kansas", "The third floor of Henri Bendel", "017", "On");
