var currentComicIndex = 0;

function loadResources()
{
	bannerItems.push("Vlad in the Lab #1");
	displayItems.push("image");
	contentItems.push("comics/VLAD_001.gif");
	imageItems.push("comics/VLAD_001.gif");
	//
	bannerItems.push("Vlad in the Lab #2");
	displayItems.push("image");
	contentItems.push("comics/VLAD_002.gif");
	imageItems.push("comics/VLAD_002.gif");
	//
	bannerItems.push("Vlad in the Lab #3");
	displayItems.push("image");
	contentItems.push("comics/VLAD_003.gif");
	imageItems.push("comics/VLAD_003.gif");
	//
	bannerItems.push("Vlad in the Lab #4");
	displayItems.push("image");
	contentItems.push("comics/VLAD_004.gif");
	imageItems.push("comics/VLAD_004.gif");
	//
	bannerItems.push("Vlad in the Lab #5");
	displayItems.push("image");
	contentItems.push("comics/VLAD_005.gif");
	imageItems.push("comics/VLAD_005.gif");
	//
	bannerItems.push("Vlad in the Lab #6");
	displayItems.push("image");
	contentItems.push("comics/VLAD_006.gif");
	imageItems.push("comics/VLAD_006.gif");
	//
	bannerItems.push("Vlad in the Lab #7");
	displayItems.push("image");
	contentItems.push("comics/VLAD_007.gif");
	imageItems.push("comics/VLAD_007.gif");
}
