var maxI=0;
var gg=0;
var termToSearch="";

const BOOK_NAME = 0;
const BOOK_HTML_NAME = 1;
const SERIES_NAME = 2;
const BOOK_CODE = 3;
const BOOK_IMAGE = 4;
const AMAZON_DIGITAL_LINK = 5;
const AMAZON_PHYSICAL_LINK = 6;
const PRICE = 7;
const SAMPLE = 8;
const TAGS = 9;
const WIDTH = 10;
const HEIGHT = 11;

var show=new Array()
for (i=0; i <200; i++)
show[i]=new Array()

var showNumber=new Array()
for (i=0; i <200; i++)
showNumber[i]="";

show[maxI][BOOK_NAME] = "Project: Summer Ice Origins (Volume 1)";
show[maxI][BOOK_HTML_NAME] = "Project: Summer Ice Origins<br>(Volume 1) (Graphic Novel)";
show[maxI][SERIES_NAME] = "Project: Summer Ice";
show[maxI][BOOK_CODE] = "project-summer-ice-origins-volume-1-comic";
showNumber[maxI]=show[maxI][BOOK_CODE];
show[maxI][BOOK_IMAGE] = "project-summer-ice-origins-volume-1.jpg";
show[maxI][AMAZON_DIGITAL_LINK] = "";
show[maxI][AMAZON_PHYSICAL_LINK] = "https://amzn.to/4iLMeMH";
show[maxI][PRICE] = "$17.99";
show[maxI][SAMPLE] = "";
show[maxI][TAGS] = "bible";
show[maxI][WIDTH] = "640";
show[maxI][HEIGHT] = "360";
maxI++;

show[maxI][BOOK_NAME] = "Project: Summer Ice Origins (Volume 2)";
show[maxI][BOOK_HTML_NAME] = "Project: Summer Ice Origins<br>(Volume 2) (Graphic Novel)";
show[maxI][SERIES_NAME] = "Project: Summer Ice";
show[maxI][BOOK_CODE] = "project-summer-ice-origins-volume-2-comic";
showNumber[maxI]=show[maxI][BOOK_CODE];
show[maxI][BOOK_IMAGE] = "project-summer-ice-origins-volume-2.jpg";
show[maxI][AMAZON_DIGITAL_LINK] = "";
show[maxI][AMAZON_PHYSICAL_LINK] = "https://amzn.to/44miXVz";
show[maxI][PRICE] = "$19.99";
show[maxI][SAMPLE] = "";
show[maxI][TAGS] = "bible";
show[maxI][WIDTH] = "640";
show[maxI][HEIGHT] = "360";
maxI++;

show[maxI][BOOK_NAME] = "Project: Summer Ice Origins (Volume 3)";
show[maxI][BOOK_HTML_NAME] = "Project: Summer Ice Origins<br>(Volume 3) (Graphic Novel)";
show[maxI][SERIES_NAME] = "Project: Summer Ice";
show[maxI][BOOK_CODE] = "project-summer-ice-origins-volume-3-comic";
showNumber[maxI]=show[maxI][BOOK_CODE];
show[maxI][BOOK_IMAGE] = "project-summer-ice-origins-volume-3.jpg";
show[maxI][AMAZON_DIGITAL_LINK] = "";
show[maxI][AMAZON_PHYSICAL_LINK] = "https://amzn.to/433Lay3";
show[maxI][PRICE] = "$24.99";
show[maxI][SAMPLE] = "";
show[maxI][TAGS] = "bible";
show[maxI][WIDTH] = "640";
show[maxI][HEIGHT] = "360";
maxI++;

show[maxI][BOOK_NAME] = "Project: Summer Ice Origins (Volume 4) (Black and White Version)";
show[maxI][BOOK_HTML_NAME] = "Project: Summer Ice Origins<br>(Volume 4) (Graphic Novel)<br>(Black and White Version)";
show[maxI][SERIES_NAME] = "Project: Summer Ice";
show[maxI][BOOK_CODE] = "project-summer-ice-origins-volume-4-comic-bw";
showNumber[maxI]=show[maxI][BOOK_CODE];
show[maxI][BOOK_IMAGE] = "project-summer-ice-origins-volume-4.jpg";
show[maxI][AMAZON_DIGITAL_LINK] = "";
show[maxI][AMAZON_PHYSICAL_LINK] = "https://amzn.to/4jIDmJi";
show[maxI][PRICE] = "$41.99";
show[maxI][SAMPLE] = "";
show[maxI][TAGS] = "bible";
show[maxI][WIDTH] = "640";
show[maxI][HEIGHT] = "360";
maxI++;

show[maxI][BOOK_NAME] = "Project: Summer Ice Origins (Volume 4) (Color Version)";
show[maxI][BOOK_HTML_NAME] = "Project: Summer Ice Origins<br>(Volume 4) (Graphic Novel)<br>(Color Version)";
show[maxI][SERIES_NAME] = "Project: Summer Ice";
show[maxI][BOOK_CODE] = "project-summer-ice-origins-volume-4-comic";
showNumber[maxI]=show[maxI][BOOK_CODE];
show[maxI][BOOK_IMAGE] = "project-summer-ice-origins-volume-4.jpg";
show[maxI][AMAZON_DIGITAL_LINK] = "";
show[maxI][AMAZON_PHYSICAL_LINK] = "https://amzn.to/4jZjst6";
show[maxI][PRICE] = "$41.99";
show[maxI][SAMPLE] = "";
show[maxI][TAGS] = "bible";
show[maxI][WIDTH] = "640";
show[maxI][HEIGHT] = "360";
maxI++;

show[maxI][BOOK_NAME] = "Project: Summer Ice Pammy's Diary";
show[maxI][BOOK_HTML_NAME] = "Project: Summer Ice<br>Pammy's Diary<br>(Chapter Book)";
show[maxI][SERIES_NAME] = "Project: Summer Ice";
show[maxI][BOOK_CODE] = "project-summer-ice-pammys-dairy";
showNumber[maxI]=show[maxI][BOOK_CODE];
show[maxI][BOOK_IMAGE] = "project-summer-ice-pammys-diary.jpg";
show[maxI][AMAZON_DIGITAL_LINK] = "https://amzn.to/3YzdE1j";
show[maxI][AMAZON_PHYSICAL_LINK] = "https://amzn.to/4m1r9Rm";
show[maxI][PRICE] = "$4.99";
show[maxI][SAMPLE] = "";
show[maxI][TAGS] = "bible";
show[maxI][WIDTH] = "640";
show[maxI][HEIGHT] = "360";
maxI++;

show[maxI][BOOK_NAME] = "Project: Summer Ice Video Games and Comics (Volume 1)";
show[maxI][BOOK_HTML_NAME] = "Project: Summer Ice<br>Video Games and Comics<br>(Volume 1)<br>(Video Game Information<br>and Tips and Comics)";
show[maxI][SERIES_NAME] = "Project: Summer Ice";
show[maxI][BOOK_CODE] = "project-summer-ice-video-games-and-comics-volume-1";
showNumber[maxI]=show[maxI][BOOK_CODE];
show[maxI][BOOK_IMAGE] = "project-summer-ice-vg-comics-1.png";
show[maxI][AMAZON_DIGITAL_LINK] = "https://amzn.to/44qYuiq";
show[maxI][AMAZON_PHYSICAL_LINK] = "";
show[maxI][PRICE] = "$0.99";
show[maxI][SAMPLE] = "";
show[maxI][TAGS] = "bible";
show[maxI][WIDTH] = "640";
show[maxI][HEIGHT] = "360";
maxI++;

show[maxI][BOOK_NAME] = "Welcome to the World of ZJ the Ball (Comic) (Black and White Version)";
show[maxI][BOOK_HTML_NAME] = "Welcome to the World of<br>ZJ the Ball (Comic)<br>(Black and White Version)";
show[maxI][SERIES_NAME] = "ZJ the Ball";
show[maxI][BOOK_CODE] = "welcome-to-the-world-of-zj-the-ball-comic-bw";
showNumber[maxI]=show[maxI][BOOK_CODE];
show[maxI][BOOK_IMAGE] = "welcome-to-the-world-of-zj-the-ball-comic.png";
show[maxI][AMAZON_DIGITAL_LINK] = "";
show[maxI][AMAZON_PHYSICAL_LINK] = "https://amzn.to/43hBb9E";
show[maxI][PRICE] = "$3.99";
show[maxI][SAMPLE] = "";
show[maxI][TAGS] = "bible";
show[maxI][WIDTH] = "640";
show[maxI][HEIGHT] = "360";
maxI++;

show[maxI][BOOK_NAME] = "Welcome to the World of ZJ the Ball (Comic) (Color Version)";
show[maxI][BOOK_HTML_NAME] = "Welcome to the World of<br>ZJ the Ball (Comic)<br>(Color Version)";
show[maxI][SERIES_NAME] = "ZJ the Ball";
show[maxI][BOOK_CODE] = "welcome-to-the-world-of-zj-the-ball-comic";
showNumber[maxI]=show[maxI][BOOK_CODE];
show[maxI][BOOK_IMAGE] = "welcome-to-the-world-of-zj-the-ball-comic.png";
show[maxI][AMAZON_DIGITAL_LINK] = "";
show[maxI][AMAZON_PHYSICAL_LINK] = "https://amzn.to/432bnNv";
show[maxI][PRICE] = "$6.99";
show[maxI][SAMPLE] = "";
show[maxI][TAGS] = "bible";
show[maxI][WIDTH] = "640";
show[maxI][HEIGHT] = "360";
maxI++;