Autoshopgrabber-Magic Shop Morphing Potions

By Codest / ievil Last update Oct 31, 2009 — Installed 146 times.

Add Syntax Highlighting (this will take a few seconds, probably freezing your browser while it works)

// ==UserScript==
// @name           Autoshopgrabber-Magic Shop Morphing Potions
// @description    Grabs Items Quickly
// @author         Fexxel
// @include        http://www.neopets.com/objects.phtml?type=shop&obj_type=2
// @include        http://www.neopets.com/objects.phtml?obj_type=2&type=shop
// ==/UserScript==
var x = 3000 //set the refresh rate here.
if (document.body.innerHTML.indexOf('Shadow Tonu Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Shadow Tonu Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Cloud Draik Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Cloud Draik Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Noil Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Noil Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Kadoatie Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Kadoatie Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Faellie Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Faellie Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Doglefox Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Doglefox Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Orange Draik Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Orange Draik Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Glowing Draik Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Glowing Draik Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Baby Draik Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Baby Draik Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Tyrannian Bori Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Tyrannian Bori Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Pink Korbat Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Pink Korbat Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Baby Kacheek Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Baby Kacheek Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Gold Tonu Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Gold Tonu Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Fire Chomby Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Fire Chomby Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Rainbow Chomby Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Rainbow Chomby Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('White Chomby Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "White Chomby Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Spotted Pteri Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Spotted Pteri Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Blue Cybunny Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Blue Cybunny Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Striped Aisha Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Striped Aisha Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Red Cybunny Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Red Cybunny Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Blue Skeith Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Blue Skeith Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Halloween Blumaroo Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Halloween Blumaroo Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Rainbow Quiggle Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Rainbow Quiggle Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Striped Scorchio Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Striped Scorchio Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Fire Wocky Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Fire Wocky Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Red Kiko Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Red Kiko Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Green Kiko Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Green Kiko Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Faerie Usul Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Faerie Usul Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Striped Tuskaninny Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Striped Tuskaninny Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Strawberry Tuskaninny Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Strawberry Tuskaninny Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Cloud Gelert Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Cloud Gelert Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Christmas Bruce Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Christmas Bruce Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Silver Peophin Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Silver Peophin Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Blue Chomby Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Blue Chomby Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Red Chomby Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Red Chomby Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Skunk Mynci Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Skunk Mynci Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Christmas Koi Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Christmas Koi Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Spotted Blumaroo Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Spotted Blumaroo Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Striped Blumaroo Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Striped Blumaroo Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Fire Nimmo Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Fire Nimmo Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Striped Nimmo Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Striped Nimmo Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Striped Kau Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Striped Kau Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Halloween Kau Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Halloween Kau Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Fire Acara Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Fire Acara Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Disco Acara Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Disco Acara Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Checkered Acara Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Checkered Acara Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Desert Aisha Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Desert Aisha Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Desert Blumaroo Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Desert Blumaroo Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Skunk Flotsam Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Skunk Flotsam Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Split Flotsam Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Split Flotsam Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Striped Flotsam Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Striped Flotsam Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Striped Chia Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Striped Chia Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('White Chia Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "White Chia Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Split Chia Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Split Chia Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Split Bruce Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Split Bruce Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Blue Poogle Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Blue Poogle Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Desert Poogle Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Desert Poogle Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Yellow Poogle Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Yellow Poogle Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Green Poogle Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Green Poogle Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Red Poogle Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Red Poogle Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Striped Jetsam Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Striped Jetsam Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Spotted Jetsam Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Spotted Jetsam Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Red Jetsam Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Red Jetsam Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Yellow Jetsam Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Yellow Jetsam Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Green Jetsam Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Green Jetsam Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Blue Jetsam Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Blue Jetsam Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Striped Grarrl Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Striped Grarrl Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Striped Skeith Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Striped Skeith Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Cloud Elephante Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Cloud Elephante Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Christmas Korbat Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Christmas Korbat Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Skunk Buzz Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Skunk Buzz Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Blue Krawk Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Blue Krawk Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Green Krawk Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Green Krawk Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Red Krawk Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Red Krawk Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Yellow Krawk Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Yellow Krawk Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Spotted Grundo Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Spotted Grundo Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Starry Grundo Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Starry Grundo Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Cloud Grundo Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Cloud Grundo Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Yellow Tonu Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Yellow Tonu Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Red Tonu Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Red Tonu Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Blue Tonu Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Blue Tonu Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Purple Tonu Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Purple Tonu Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Green Tonu Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Green Tonu Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Green Draik Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Green Draik Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Red Draik Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Red Draik Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Blue Draik Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Blue Draik Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Yellow Draik Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Yellow Draik Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Island Ixi Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Island Ixi Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Cloud Ixi Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Cloud Ixi Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Shadow Ixi Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Shadow Ixi Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Fire Draik Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Fire Draik Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Ghost Draik Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Ghost Draik Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Purple Draik Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Purple Draik Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Christmas Pteri Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Christmas Pteri Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Christmas Blumaroo Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Christmas Blumaroo Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Christmas Chia Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Christmas Chia Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Christmas Kiko Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Christmas Kiko Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Christmas Grundo Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Christmas Grundo Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Christmas Kougra Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Christmas Kougra Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Christmas Scorchio Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Christmas Scorchio Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Plushie Chomby Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Plushie Chomby Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Plushie Flotsam Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Plushie Flotsam Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Plushie Bruce Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Plushie Bruce Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Plushie Grundo Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Plushie Grundo Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Cloud Lenny Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Cloud Lenny Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Plushie Scorchio Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Plushie Scorchio Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Plushie Buzz Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Plushie Buzz Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Plushie Aisha Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Plushie Aisha Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Plushie Kau Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Plushie Kau Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Fire Grarrl Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Fire Grarrl Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Rainbow Grarrl Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Rainbow Grarrl Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Island Blumaroo Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Island Blumaroo Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Island Kiko Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Island Kiko Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Island Uni Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Island Uni Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Island Gelert Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Island Gelert Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Starry Grarrl Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Starry Grarrl Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Electric Grarrl Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Electric Grarrl Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Darigan Eyrie Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Darigan Eyrie Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Blue Eyrie Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Blue Eyrie Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Fire Lupe Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Fire Lupe Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Fire Moehog Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Fire Moehog Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Fire Buzz Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Fire Buzz Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Fire Chia Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Fire Chia Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Plushie Jetsam Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Plushie Jetsam Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Plushie Cybunny Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Plushie Cybunny Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Plushie Korbat Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Plushie Korbat Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Plushie Draik Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Plushie Draik Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Cloud Scorchio Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Cloud Scorchio Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Spotted Scorchio Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Spotted Scorchio Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Starry Scorchio Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Starry Scorchio Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Gold Scorchio Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Gold Scorchio Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Checkered Shoyru Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Checkered Shoyru Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Cloud Shoyru Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Cloud Shoyru Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Disco Shoyru Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Disco Shoyru Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Fire Shoyru Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Fire Shoyru Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Ghost Shoyru Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Ghost Shoyru Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Gold Shoyru Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Gold Shoyru Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Island Shoyru Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Island Shoyru Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Pink Shoyru Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Pink Shoyru Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Rainbow Shoyru Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Rainbow Shoyru Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Shadow Shoyru Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Shadow Shoyru Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Silver Shoyru Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Silver Shoyru Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Speckled Shoyru Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Speckled Shoyru Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Spotted Shoyru Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Spotted Shoyru Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Starry Shoyru Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Starry Shoyru Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Striped Shoyru Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Striped Shoyru Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Faerie Ixi Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Faerie Ixi Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Faerie Lupe Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Faerie Lupe Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Faerie Meerca Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Faerie Meerca Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Faerie Shoyru Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Faerie Shoyru Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Rainbow JubJub Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Rainbow JubJub Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Island JubJub Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Island JubJub Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Halloween Nimmo Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Halloween Nimmo Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Spotted Nimmo Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Spotted Nimmo Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Starry Nimmo Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Starry Nimmo Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Island Nimmo Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Island Nimmo Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Pirate Wocky Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Pirate Wocky Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Rainbow Kau Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Rainbow Kau Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Starry Kau Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Starry Kau Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Spotted Kau Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Spotted Kau Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Baby Kau Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Baby Kau Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Island Acara Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Island Acara Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Ghost Acara Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Ghost Acara Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Faerie Acara Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Faerie Acara Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Cloud Acara Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Cloud Acara Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Tyrannian Flotsam Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Tyrannian Flotsam Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Rainbow Flotsam Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Rainbow Flotsam Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Spotted Flotsam Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Spotted Flotsam Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Fire Tuskaninny Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Fire Tuskaninny Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Plushie Tuskaninny Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Plushie Tuskaninny Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Shadow Skeith Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Shadow Skeith Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Plushie Skeith Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Plushie Skeith Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Island Skeith Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Island Skeith Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Fire Skeith Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Fire Skeith Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Baby Uni Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Baby Uni Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Baby Acara Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Baby Acara Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Baby Aisha Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Baby Aisha Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}

else if (document.body.innerHTML.indexOf('Baby Jetsam Morphing Potion') > -1) {
	var item = document.evaluate('//b[. = "Baby Jetsam Morphing Potion"]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
	if (item.snapshotlength > 0) {
		item = item.snapshotItem(0);
		selectedlink = item.previousSibling.previousSibling;
		window.location = selectedlink
	}
	return;
}