//define all the variables
var mainCategory = "";
var format = "";
var listType = "";
var HeaderColor = "";
var fontHeaderColor = "";
var fontColor = "";
var fontStyle = "";
var fontSize = "";
var borderColor = "";
var backgroundColor = "";
var tableWidth = "";
var partnerID = "";

//this array will hold all of the different items types
function addItem(title, item_link, main_cat, format, listType){
this.title = title;
this.item_link = item_link;
this.main_cat = main_cat;
this.format = format;
this.listType = listType;
}

var itemList = new Array(

