


// hitotokiData-sofia.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("213");
indexLookUp.push("211");
indexLookUp.push("209");
indexLookUp.push("207");
indexLookUp.push("205");
indexLookUp.push("203");
indexLookUp.push("201");
indexLookUp.push("216");


// Our hitotoki data for the featured section
var hitotokiData = new Array();
hitotokiData[213] = new featuredEntry("His speed was growing ferociously.", "Tereza Zaharieva", 42.695779, 23.328781, "http://hitotoki.org/classic/sofia/008", "http://hitotoki.org/classic/images/hitotoki/featured/sofia/sofia008-tereza-home.jpg", "Bulgaria", "the yard of the 73 school", "008", "at");
hitotokiData[211] = new featuredEntry("Mommy, buy a baby for me.", "Svetlin Davidov", 42.686497, 23.336211, "http://hitotoki.org/classic/sofia/007", "http://hitotoki.org/classic/images/hitotoki/featured/sofia/sofia007-pavel-home.png", "Bulgaria", "the park in Zone B-18 neighbourhood, between Pirotska St. and Simeon St.", "007", "in");
hitotokiData[209] = new featuredEntry("The library club united us.", "Pavel Hadjiev", 42.679154, 23.304062, "http://hitotoki.org/classic/sofia/006", "http://hitotoki.org/classic/images/hitotoki/featured/sofia/helmet-home.png", "Bulgaria", "85 Tzar Samuil Street", "006", "on");
hitotokiData[207] = new featuredEntry("A biting, cold wind starts blowing and temperatures drops.", "Nadia Hamdan", 42.704452, 23.323781, "http://hitotoki.org/classic/sofia/005", "http://hitotoki.org/classic/images/hitotoki/featured/sofia/sofia005-nadia-home.jpg", "Bulgaria", "downtown Sofia", "005", "in");
hitotokiData[205] = new featuredEntry("I love early morning Sofia. ", "Mihail Dyuzev", 42.697734, 23.333212, "http://hitotoki.org/classic/sofia/004", "http://hitotoki.org/classic/images/hitotoki/featured/sofia/sofia004-mihail-home.jpg", "Bulgaria", "a bench at Alexander Nevsky Square (the third on the left when you face the entrance)", "004", "on");
hitotokiData[203] = new featuredEntry("Between these two barriers is locked the street – the street of my childhood.", "Luidmil Kardjilov", 42.712336, 23.351097, "http://hitotoki.org/classic/sofia/003", "http://hitotoki.org/classic/images/hitotoki/featured/sofia/sofia003-luidmil-home.jpg", "Bulgaria", "Aprilov street", "003", "on");
hitotokiData[201] = new featuredEntry("The fighter for world justice.", "Dragomir Simeonov", 42.717002, 23.336506, "http://hitotoki.org/classic/sofia/002", "http://hitotoki.org/classic/images/hitotoki/featured/sofia/sofia002-dragomir-home.jpg", "Bulgaria", "the blue telephone cabin", "002", "next to");
hitotokiData[216] = new featuredEntry("The swarthy street sweeper idly takes a drag on her cheap cigarette.", "Yana Nikolova", 42.708741, 23.328781, "http://hitotoki.org/classic/sofia/001", "http://hitotoki.org/classic/images/hitotoki/featured/sofia/blinka-home.png", "Bulgaria", "the square in front of the Central Baths", "001", "at");
