var XFoot = 1 // 1 = footer link on 0 = footer link off

//UDE Points
var yude100 = "Digital Code" //100 UDE Points
var yude400 = "Digital Code" //400 UDE Points
var yude500 = "Digital Code" //500 UDE Points
var yudeogre = "Digital Code" //Carved Ogre Idol
var yudefireworks = "Digital Code" //Perpetual Purple Firework
var yudefrost = "Digital Code" //Tabard of Frost
var yudefury = "Digital Code" //Tabard of Fury
var yudenature = "Digital Code" //Tabard of Nature
var yudearcane = "Digital Code" //Tabard of the Arcane
var yudebrilliance = "Digital Code" //Tabard of Brilliance
var yudedefender = "Digital Code" //Tabard of the Defender
var yudevoid = "Digital Code" //Tabard of the Void
var yudepetbox = "Digital Code" //Landro's pet Box

//Blizzcon
var yblizzcon2005 = "Physical Card" //Blue Murloc Egg
var yblizzcon2007 = "Physical Card" //Murloc Costume
var yblizzcon2008 = "Physical Card" //Big Blizzard Bear
var yblizzcon2009 = "Physical Card" //Heavy Murloc Egg

//wwi
var ywwi2008 = "Physical Card" //Tyrael

//Heroes of Azeroth
var yazeroth1 = "Digital Code" //Tabard of Flame
var yazeroth2 = "Physical Card" //Hippogryph Hatchline
var yazeroth3 = "Physical Card" //Riding Turtle

//Through the Dark Portal
var yportal1 = "Digital Code" //Picnic Basket
var yportal2 = "Physical Card" //Banana Charm
var yportal3 = "Physical Card" //Imp in a Ball

//Fires of Outland
var youtland1 = "Digital Code" //Goblin Gumbo Kettle
var youtland2 = "Physical Card" //Fishing Chair
var youtland3 = "Physical Card" //Reins of the Swift Spectral Tiger

//March of the Legion
var ylegion1 = "Digital Code" //Paper Flying Machine Kit
var ylegion2 = "Physical Card" //Rocket Chicken
var ylegion3 = "Physical Card" //Dragon Kite

//Servants of the Betrayer
var ybetrayer1 = "Digital Code" //Papa Hummel's Old-Fashioned Pet Biscuit
var ybetrayer2 = "Digital Code" //Goblin Weather Machine - Prototype 01-B
var ybetrayer3 = "Physical Card" //y-52 Nether-Rocket y-TREME

//The Hunt for Illidan
var yillidan1 = "Digital Code" //Footsteps of Illidan
var yillidan2 = "Digital Code" //D.I.S.C.O.
var yillidan3 = "Physical Card" //Ethereal Trader

//Drums of War
var ywar1 = "Digital Code" //Party G.R.E.N.A.D.E.
var ywar2 = "Physical Card" //The Flag of Taunting
var ywar3 = "Physical Card" //Big Battle Bear

//Blood of Gladiators
var ygladiators1 = "Digital Code" //Sandbox Tiger
var ygladiators2 = "Digital Code" //Purple Shirt
var ygladiators3 = "Physical Card" //Foam Sword Rack

//Fields of Honor
var yhonor1 = "Digital Code" //Path of Cenarius
var yhonor2 = "Digital Code" //Ogre Pinata
var yhonor3 = "Physical Card" //El Pollo Grande

//Scourgewar
var yscourgewar1 = "Digital Code" //Little Ivory Raptor Whistle / Little White Stallion Bridle
var yscourgewar2 = "Digital Code" //Tuskarr Kite
var yscourgewar3 = "Physical Card" //Spectral Tiger Cub



//--CODE--

//UDE Points
function deliveryude100() {
	if (XFoot == 1) {
		xDisp = "" + yude100 + "";
	}
		document.write(xDisp)
}
function deliveryude400() {
	if (XFoot == 1) {
		xDisp = "" + yude400 + "";
	}
		document.write(xDisp)
}
function deliveryude500() {
	if (XFoot == 1) {
		xDisp = "" + yude500 + "";
	}
		document.write(xDisp)
}
function deliveryudeogre() {
	if (XFoot == 1) {
		xDisp = "" + yudeogre + "";
	}
		document.write(xDisp)
}
function deliveryudefireworks() {
	if (XFoot == 1) {
		xDisp = "" + yudefireworks + "";
	}
		document.write(xDisp)
}
function deliveryudefrost() {
	if (XFoot == 1) {
		xDisp = "" + yudefrost + "";
	}
		document.write(xDisp)
}
function deliveryudefury() {
	if (XFoot == 1) {
		xDisp = "" + yudefury + "";
	}
		document.write(xDisp)
}
function deliveryudenature() {
	if (XFoot == 1) {
		xDisp = "" + yudenature + "";
	}
		document.write(xDisp)
}
function deliveryudearcane() {
	if (XFoot == 1) {
		xDisp = "" + yudearcane + "";
	}
		document.write(xDisp)
}
function deliveryudebrilliance() {
	if (XFoot == 1) {
		xDisp = "" + yudebrilliance + "";
	}
		document.write(xDisp)
}
function deliveryudedefender() {
	if (XFoot == 1) {
		xDisp = "" + yudedefender + "";
	}
		document.write(xDisp)
}
function deliveryudevoid() {
	if (XFoot == 1) {
		xDisp = "" + yudevoid + "";
	}
		document.write(xDisp)
}
function deliveryudepetbox() {
	if (XFoot == 1) {
		xDisp = "" + yudepetbox + "";
	}
		document.write(xDisp)
}

//Blizzcon
function deliveryblizzcon2005() {
	if (XFoot == 1) {
		xDisp = "" + yblizzcon2005 + "";
	}
		document.write(xDisp)
}
function deliveryblizzcon2007() {
	if (XFoot == 1) {
		xDisp = "" + yblizzcon2007 + "";
	}
		document.write(xDisp)
}
function deliveryblizzcon2008() {
	if (XFoot == 1) {
		xDisp = "" + yblizzcon2008 + "";
	}
		document.write(xDisp)
}
function deliveryblizzcon2009() {
	if (XFoot == 1) {
		xDisp = "" + yblizzcon2009 + "";
	}
		document.write(xDisp)
}

//WWI
function deliverywwi2008() {
	if (XFoot == 1) {
		xDisp = "" + ywwi2008 + "";
	}
		document.write(xDisp)
}

//Heroes of Azeroth
function deliveryazeroth1() {
	if (XFoot == 1) {
		xDisp = "" + yazeroth1 + "";
	}
		document.write(xDisp)
}
function deliveryazeroth2() {
	if (XFoot == 1) {
		xDisp = "" + yazeroth2 + "";
	}
		document.write(xDisp)
}
function deliveryazeroth3() {
	if (XFoot == 1) {
		xDisp = "" + yazeroth3 + "";
	}
		document.write(xDisp)
}

//Through the Dark Portal
function deliveryportal1() {
	if (XFoot == 1) {
		xDisp = "" + yportal1 + "";
	}
		document.write(xDisp)
}
function deliveryportal2() {
	if (XFoot == 1) {
		xDisp = "" + yportal2 + "";
	}
		document.write(xDisp)
}
function deliveryportal3() {
	if (XFoot == 1) {
		xDisp = "" + yportal3 + "";
	}
		document.write(xDisp)
}

//Fires of Outland
function deliveryoutland1() {
	if (XFoot == 1) {
		xDisp = "" + youtland1 + "";
	}
		document.write(xDisp)
}
function deliveryoutland2() {
	if (XFoot == 1) {
		xDisp = "" + youtland2 + "";
	}
		document.write(xDisp)
}
function deliveryoutland3() {
	if (XFoot == 1) {
		xDisp = "" + youtland3 + "";
	}
		document.write(xDisp)
}

//March of the Legion
function deliverylegion1() {
	if (XFoot == 1) {
		xDisp = "" + ylegion1 + "";
	}
		document.write(xDisp)
}
function deliverylegion2() {
	if (XFoot == 1) {
		xDisp = "" + ylegion2 + "";
	}
		document.write(xDisp)
}
function deliverylegion3() {
	if (XFoot == 1) {
		xDisp = "" + ylegion3 + "";
	}
		document.write(xDisp)
}

//Servants of the Betrayer
function deliverybetrayer1() {
	if (XFoot == 1) {
		xDisp = "" + ybetrayer1 + "";
	}
		document.write(xDisp)
}
function deliverybetrayer2() {
	if (XFoot == 1) {
		xDisp = "" + ybetrayer2 + "";
	}
		document.write(xDisp)
}
function deliverybetrayer3() {
	if (XFoot == 1) {
		xDisp = "" + ybetrayer3 + "";
	}
		document.write(xDisp)
}

//The Hunt for Illidan
function deliveryillidan1() {
	if (XFoot == 1) {
		xDisp = "" + yillidan1 + "";
	}
		document.write(xDisp)
}
function deliveryillidan2() {
	if (XFoot == 1) {
		xDisp = "" + yillidan2 + "";
	}
		document.write(xDisp)
}
function deliveryillidan3() {
	if (XFoot == 1) {
		xDisp = "" + yillidan3 + "";
	}
		document.write(xDisp)
}

//Drums of War
function deliverywar1() {
	if (XFoot == 1) {
		xDisp = "" + ywar1 + "";
	}
		document.write(xDisp)
}
function deliverywar2() {
	if (XFoot == 1) {
		xDisp = "" + ywar2 + "";
	}
		document.write(xDisp)
}
function deliverywar3() {
	if (XFoot == 1) {
		xDisp = "" + ywar3 + "";
	}
		document.write(xDisp)
}

//Blood of Gladiators
function deliverygladiators1() {
	if (XFoot == 1) {
		xDisp = "" + ygladiators1 + "";
	}
		document.write(xDisp)
}
function deliverygladiators2() {
	if (XFoot == 1) {
		xDisp = "" + ygladiators2 + "";
	}
		document.write(xDisp)
}
function deliverygladiators3() {
	if (XFoot == 1) {
		xDisp = "" + ygladiators3 + "";
	}
		document.write(xDisp)
}

//Fields of Honor
function deliveryhonor1() {
	if (XFoot == 1) {
		xDisp = "" + yhonor1 + "";
	}
		document.write(xDisp)
}
function deliveryhonor2() {
	if (XFoot == 1) {
		xDisp = "" + yhonor2 + "";
	}
		document.write(xDisp)
}
function deliveryhonor3() {
	if (XFoot == 1) {
		xDisp = "" + yhonor3 + "";
	}
		document.write(xDisp)
}

//Scourgewar
function deliveryscourgewar1() {
	if (XFoot == 1) {
		xDisp = "" + yscourgewar1 + "";
	}
		document.write(xDisp)
}
function deliveryscourgewar2() {
	if (XFoot == 1) {
		xDisp = "" + yscourgewar2 + "";
	}
		document.write(xDisp)
}
function deliveryscourgewar3() {
	if (XFoot == 1) {
		xDisp = "" + yscourgewar3 + "";
	}
		document.write(xDisp)
}