// JSON Document for the comic data

// width and height can be customize by using a pixel size instead of device default, e.g. as "height": "377"
var myComic = {
	"comicAds": [ // can support several ads
		{
			"pimage": "wac01_111_Icon.png", 
			"comicURL": "http://store.ovi.com/content/13352?clickSource=search#/content/7932F3486567C614E040050A853275B1",
			"WebComicURL": "http://mobcomics.com/test/Antcolony_1_1/index.html",
			"comicTitle": "Wittgenstein Ant Colony #1",
			"comicDescription": "Where The Hell Are We?. Episode 2 of the 30 Year War inspired black humored comic about a group of soldier ants on a long long march back to the hive."		
		},
		{
			"pimage": "witt2icon_111.jpg", 
			"comicURL": "http://store.ovi.com/content/28905?clickSource=search#/content/842E59A75A6247EDE040050A85322246", 
			"WebComicURL": "http://mobcomics.com/test/Antcolony_2_1/index.html",
			"comicTitle": "Wittgenstein Ant Colony #2",
			"comicDescription": "Becker Is Dead! Episode 1 of the 30 Year War inspired black humored comic about a group of soldier ants on a long long march back to the hive.",
			"oviPromoimage": {
				"landscape": "w2promo_landscape.png",
				"portrait": "w2promo_portrait.png"
			}
		},
		{
			"pimage": "bullypromo.jpg", 
			"comicURL": "http://store.ovi.com/content/40809?clickSource=search", 
			"WebComicURL": "http://mobcomics.com/test/Bully/index.html",
			"comicTitle": "Bully In The Family",
			"comicDescription": "Greek mythology meets daytime TV as Theseus, the Minotaur and King Minos of Crete all lock horns on The Nancie Show!",
			"oviPromoimage": {
				"landscape": "bully_landscape_promo.png",
				"portrait": "bully_portrait_promo.png"
				}

		},
		{
			"pimage": "so_icon111.jpg", 
			"comicURL": "http://store.ovi.com/content/46241", 
			"WebComicURL": "http://mobcomics.com/test/Stakeout/index.html",
			"comicTitle": "Stakeout",
			"comicDescription": "A short mobile comic strip by Jeff Plotkin.",
			"oviPromoimage": {
				"landscape": "",
				"portrait": ""
				}

		}
	]
};

var webSitePromo = {
	"topPromo": myComic.comicAds[2], // Bully
	"marginPromo": myComic.comicAds[1] // Wittgenstein 2
};
