var XFoot = 1 // 1 = footer link on 0 = footer link off

//Game Card
var yus60dppgc = "Instant Digital Delivery" //60-Day Pre-Paid Game Card
var yeu60dppgc = "Instant Digital Delivery" //60-Day Pre-Paid Game Card

//UDE Points
var yudeogre = "Instant Digital Delivery" //Carved Ogre Idol
var yudefireworks = "Instant Digital Delivery" //Perpetual Purple Firework
var yudefrost = "Instant Digital Delivery" //Tabard of Frost
var yudefury = "Instant Digital Delivery" //Tabard of Fury
var yudenature = "Instant Digital Delivery" //Tabard of Nature
var yudearcane = "Instant Digital Delivery" //Tabard of the Arcane
var yudebrilliance = "Instant Digital Delivery" //Tabard of Brilliance
var yudedefender = "Instant Digital Delivery" //Tabard of the Defender
var yudevoid = "Instant Digital Delivery" //Tabard of the Void
var yudepetbox = "Instant Digital Delivery" //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
var yblizzcon2010 = "Physical Card" //Smoldering Murloc Egg 
var yblizzcon2011 = "Physical Card" //Murky's Little Soulstone

//wwi
var ywwi2008 = "Physical Card" //Tyrael

//Blizzard
var yblizgryphon = "Instant Digital Delivery" //Gryphon Hatchling
var yblizwindrider = "Instant Digital Delivery" //Wind Rider Cub

//Heroes of Azeroth
var yazeroth1 = "Instant Digital Delivery" //Tabard of Flame
var yazeroth2 = "Instant Digital Delivery" //Hippogryph Hatchline
var yazeroth3 = "Physical Card" //Riding Turtle

//Through the Dark Portal
var yportal1 = "Instant Digital Delivery" //Picnic Basket
var yportal2 = "Instant Digital Delivery" //Banana Charm
var yportal3 = "Instant Digital Delivery" //Imp in a Ball

//Fires of Outland
var youtland1 = "Instant Digital Delivery" //Goblin Gumbo Kettle
var youtland2 = "Instant Digital Delivery" //Fishing Chair
var youtland3 = "Physical Card" //Reins of the Swift Spectral Tiger

//March of the Legion
var ylegion1 = "Instant Digital Delivery" //Paper Flying Machine Kit
var ylegion2 = "Physical Card" //Rocket Chicken
var ylegion3 = "Physical Card" //Dragon Kite

//Servants of the Betrayer
var ybetrayer1 = "Instant Digital Delivery" //Papa Hummel's Old-Fashioned Pet Biscuit
var ybetrayer2 = "Instant Digital Delivery" //Goblin Weather Machine - Prototype 01-B
var ybetrayer3 = "Physical Card" //X-52 Nether-Rocket X-TREME

//The Hunt for Illidan
var yillidan1 = "Instant Digital Delivery" //Footsteps of Illidan
var yillidan2 = "Instant Digital Delivery" //D.I.S.C.O.
var yillidan3 = "Physical Card" //Ethereal Trader

//Drums of War
var ywar1 = "Instant Digital Delivery" //Party G.R.E.N.A.D.E.
var ywar2 = "Instant Digital Delivery" //The Flag of Taunting
var ywar3 = "Physical Card" //Big Battle Bear

//Blood of Gladiators
var ygladiators1 = "Instant Digital Delivery" //Sandbox Tiger
var ygladiators2 = "Instant Digital Delivery" //Purple Shirt
var ygladiators3 = "Physical Card" //Foam Sword Rack

//Fields of Honor
var yhonor1 = "Instant Digital Delivery" //Path of Cenarius
var yhonor2 = "Instant Digital Delivery" //Ogre Pinata
var yhonor3 = "Physical Card" //El Pollo Grande

//Scourgewar
var yscourgewar1 = "Instant Digital Delivery" //Little Ivory Raptor Whistle / Little White Stallion Bridle
var yscourgewar2 = "Physical Card" //Tuskarr Kite
var yscourgewar3 = "Physical Card" //Spectral Tiger Cub

//Wrathgate
var ywrathgate1 = "Instant Digital Delivery" //Landro's Gift Box
var ywrathgate2 = "Instant Digital Delivery" //Statue Generator
var ywrathgate3 = "Physical Card" //Blizzing Hippogryph

//Icecrown
var yicecrown1 = "Instant Digital Delivery" //Paint Bomb
var yicecrown2 = "Instant Digital Delivery" //Ethereal Portal
var yicecrown3 = "Physical Card" //Wooly White Rhino

//Worldbreaker
var yworldbreaker1 = "Instant Digital Delivery" //Landro's Lil' XT
var yworldbreaker2 = "Instant Digital Delivery" //Grim Campfire
var yworldbreaker3 = "Physical Card" //Mottled Drake

//War of the Elements
var yelements1 = "Instant Digital Delivery" //Landro's Lichling
var yelements2 = "Instant Digital Delivery" //War Party Hitching Post
var yelements3 = "Physical Card" //Savage Raptor

//Twilight of the Dragons
var ydragons1 = "Instant Digital Delivery" //Nightsaber Cub
var ydragons2 = "Instant Digital Delivery" //Fool’s Gold
var ydragons3 = "Physical Card" //Amani Dragonhawk

//Throne of Tides
var ytides1 = "Instant Digital Delivery" //Purple Puffer
var ytides2 = "Instant Digital Delivery" //Throwing Startfish
var ytides3 = "Physical Card" //Swift Shorestrider

//--CODE--

//Game Card
function deliveryus60dppgc() {
	if (xFoot == 1) {
		xDisp = "" + yus60dppgc + "";
	}
		document.write(xDisp)
}
function deliveryeu60dppgc() {
	if (xFoot == 1) {
		xDisp = "" + yeu60dppgc + "";
	}
		document.write(xDisp)
}

//UDE Points
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)
}
function deliveryblizzcon2010() {
	if (XFoot == 1) {
		xDisp = "" + yblizzcon2010 + "";
	}
		document.write(xDisp)
}
function deliveryblizzcon2011() {
	if (XFoot == 1) {
		xDisp = "" + yblizzcon2011 + "";
	}
		document.write(xDisp)
}

//WWI
function deliverywwi2008() {
	if (XFoot == 1) {
		xDisp = "" + ywwi2008 + "";
	}
		document.write(xDisp)
}

//Blizzard
function deliveryblizgryphon() {
	if (xFoot == 1) {
		xDisp = "" + yblizgryphon + "";
	}
		document.write(xDisp)
}
function deliveryblizwindrider() {
	if (xFoot == 1) {
		xDisp = "" + yblizwindrider + "";
	}
		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)
}

//Wrathgate
function deliverywrathgate1() {
	if (XFoot == 1) {
		xDisp = "" + ywrathgate1 + "";
	}
		document.write(xDisp)
}
function deliverywrathgate2() {
	if (XFoot == 1) {
		xDisp = "" + ywrathgate2 + "";
	}
		document.write(xDisp)
}
function deliverywrathgate3() {
	if (XFoot == 1) {
		xDisp = "" + ywrathgate3 + "";
	}
		document.write(xDisp)
}

//Icecrown
function deliveryicecrown1() {
	if (XFoot == 1) {
		xDisp = "" + yicecrown1 + "";
	}
		document.write(xDisp)
}
function deliveryicecrown2() {
	if (XFoot == 1) {
		xDisp = "" + yicecrown2 + "";
	}
		document.write(xDisp)
}
function deliveryicecrown3() {
	if (XFoot == 1) {
		xDisp = "" + yicecrown3 + "";
	}
		document.write(xDisp)
}

//Worldbreaker
function deliveryworldbreaker1() {
	if (XFoot == 1) {
		xDisp = "" + yworldbreaker1 + "";
	}
		document.write(xDisp)
}
function deliveryworldbreaker2() {
	if (XFoot == 1) {
		xDisp = "" + yworldbreaker2 + "";
	}
		document.write(xDisp)
}
function deliveryworldbreaker3() {
	if (XFoot == 1) {
		xDisp = "" + yworldbreaker3 + "";
	}
		document.write(xDisp)
}

//War of Elements
function deliveryelements1() {
	if (XFoot == 1) {
		xDisp = "" + yelements1 + "";
	}
		document.write(xDisp)
}
function deliveryelements2() {
	if (XFoot == 1) {
		xDisp = "" + yelements2 + "";
	}
		document.write(xDisp)
}
function deliveryelements3() {
	if (XFoot == 1) {
		xDisp = "" + yelements3 + "";
	}
		document.write(xDisp)
}

//Twilight of Dragons
function deliverydragons1() {
	if (XFoot == 1) {
		xDisp = "" + ydragons1 + "";
	}
		document.write(xDisp)
}
function deliverydragons2() {
	if (XFoot == 1) {
		xDisp = "" + ydragons2 + "";
	}
		document.write(xDisp)
}
function deliverydragons3() {
	if (XFoot == 1) {
		xDisp = "" + ydragons3 + "";
	}
		document.write(xDisp)
}

//Throne of Tides
function deliverytides1() {
	if (XFoot == 1) {
		xDisp = "" + ytides1 + "";
	}
		document.write(xDisp)
}
function deliverytides2() {
	if (XFoot == 1) {
		xDisp = "" + ytides2 + "";
	}
		document.write(xDisp)
}
function deliverytides3() {
	if (XFoot == 1) {
		xDisp = "" + ytides3 + "";
	}
		document.write(xDisp)
}
