
/*
 * Lord of the Rings Online section
 * http://chordian.net (II)
 *
 * Constants
 *
 * THIS FILE MUST BE SAVED AS UTF-8!
 *
 */

var translate = {"á":"a","é":"e","ó":"o","ú":"u","í":"i","Á":"A","É":"E","Ó":"O","Ú":"U","Í":"I"};

var adapt = {
	"horse":"steed",
	"pony":"steed",
	"mount":"horse pony steed goat",
	"mounts":"horse pony steed goat",
	"armor":"armour",
	"armour":"armor"
}

var M_BARTER =	0;
var M_WIDE =	1;
var M_SHOP =	2;

var O_ROW =		0;
var O_APP =		1;
var O_FLOAT =	2;

var OUTDATED =	"<div style='text-align:center;font-size:10px;'><i>This list is outdated. An update is pending.</i></div>";
var ABANDONED =	"<div style='text-align:center;font-size:10px;'><i>This list will not be updated (please see the <a href='faq.htm'>FAQ</a>).</i></div>";

var NEWNPC =	"<div style='text-align:center;font-size:10px;'><i>This is a new NPC introduced with this patch.</i></div>";

var V3B1 =		"<h4>List in sync with: <span class='outdated'>Volume 3, Book 1</span></h4>"+ABANDONED;
var V3B2 =		"<h4>List in sync with: <span class='outdated'>Volume 3, Book 2</span></h4>"+OUTDATED;
var V3B3 =		"<h4>List in sync with: <span class='outdated'>Vol. 3, Update 2</span></h4>"+OUTDATED;
var V3U3 =		"<h4>List in sync with: <span class='version'>Vol. 3, Update 3</span></h4>";

var VOID =		"<div style='margin-bottom:-6px;'></div>"; // Used when version H4 is bottom string
var VSAME =		"<div style='text-align:center;font-size:10px;'><i>No significant changes since the previous patch.</i></div>";

var VCHANGES = 	"<p style='margin-top:12px'>Notable changes to this NPC since last patch:</p><ul style='margin-bottom:0'>";



/***** Tooltips *****/

var T_GL =		"lothloriengoldleaf";
var T_SB =		"lothloriensilverbranch";
var T_RT =		"rusteddwarftools";
var T_KT =		"khuzdultablets";
var T_EN =		"brightemblemnimrodel";
var T_GES =		"glisteningelfstonestrength";
var T_GER =		"glisteningelfstoneresolve";
var T_GEH =		"glisteningelfstonehand";
var T_GEHA =	"greaterelfstonehand";
var T_GECO =	"greaterelfstonecourage";
var T_GERE =	"greaterelfstoneresolve";
var T_GEST =	"greaterelfstonestrength";
var T_GEHE =	"greaterelfstoneheart";
var T_GESP =	"greaterelfstonespirit";
var T_ML =		"medallionlothlorien";
var T_MM =		"medallionmoria";
var T_MDG =		"medalliondolguldur";
var T_MBF =		"malledhrimbronzefeather";
var T_MGE =		"malledhrimgoldstaremblem";
var T_IGRT =	"irongarrisonresourcetoken";
var T_PCSP =	"platinumcoinspirit";
var T_PCHE =	"platinumcoinheart";
var T_MV =		"markvictory";
var T_STW =		"silvertokenwilds";
var T_GTW =		"goldentokenwilds";

var T_MNM =		"medallionnorthmen";
var T_WAGM =	"westernaspirantsgauntletsmedallion";
var T_WABM =	"westernaspirantsbootsmedallion";
var T_WASM =	"westernaspirantsshoulderguardsmedallion";
var T_WAHM =	"westernaspirantshelmetmedallion";
var T_WALM =	"westernaspirantslegguardsmedallion";
var T_WARM =	"westernaspirantsbreastplatemedallion";
var T_WHGM =	"westernheroesgauntletsmedallion";
var T_WHBM =	"westernheroesbootsmedallion";
var T_WHSM =	"westernheroesshoulderguardsmedallion";
var T_WHHM =	"westernheroeshelmetmedallion";
var T_WHLM =	"westernheroeslegguardsmedallion";
var T_WHRM =	"westernheroesbreastplatemedallion";

var T_SM =		"skirmishmark";
var T_NCM =		"naillancampaignmark";
var T_CCM =		"cannuilancampaignmark";
var T_ECM =		"eruilancampaignmark";
var T_ACM =		"adlancampaignmark";
var T_LCM =		"lefnuilancampaignmark";
var T_1M =		"firstmark";
var T_2M =		"secondmark";
var T_3M =		"thirdmark";
var T_4M =		"fourthmark";
var T_V1M =		"veteransfirstmark";
var T_V2M =		"veteranssecondmark";
var T_V3M =		"veteransthirdmark";
var T_V4M =		"veteransfourthmark";
var T_EM =		"esquiresmark";
var T_FM =		"footmansmark";
var T_GM =		"guardmansmark";
var T_VEM =		"veteranesquiresmark";
var T_VFM =		"veteranfootmansmark";
var T_VGM =		"veteranguardmansmark";
var T_DEHA =	"darkemblemhand";
var T_DECO =	"darkemblemcourage";
var T_DERE =	"darkemblemresolve";
var T_DEST =	"darkemblemstrength";
var T_DEHE =	"darkemblemheart";
var T_DESP =	"darkemblemspirit";

var I_MM =		T_MM;



/***** Tooltips Information *****/

var TI_SM =		"<p>This is the general currency earned by doing skirmishes. The more objectives you complete&#44; the more skirmish marks you can get.</p>"+
				"<p>Here are the most common ways:</p><ul>"+
					"<li><b>Completing a skirmish</b> (increase the level&#44; difficulty and/or size for more marks)</li>"+
					"<li><b>Daily quest</b> gives a big bonus amount of marks when you complete it</li>"+
					"<li><b>Encounters</b> (cyan text warning side quests with optional high morale mobs)</li>"+
					"<li><b>Deeds for killing lieutenants</b> (typically 5 for 50 marks and then 50 for 500 marks)</li>"+
					"<li><b>NPC allies</b> will provide bonus marks if they survive at the end of the skirmish</li>"+
					"<li><b>Taking control points</b> will also provide bonus marks (offensive skirmish only)</li>"+
				"</ul>";

var TI_UNCOM =	"<p>This is an uncommon drop (primarily from cyan encounters) within the following skirmishes:</p>";
var TI_EXCH =	"You can only use this token at the <a href='?hub=0&npc=0'>Cosmetics</a> or the <a href='?hub=0&npc=10'>Skirmish Exchange</a> vendor.";

var TI_NCM =	TI_UNCOM+"<ul>"+
							"<li><div class='instance medium'><a href='http://lotro.allakhazam.com/db/quest.html?lotrquest=2406'>Ford of Bruinen</a></div><span class='tiny'><i>55-65</i> / <acronym title='Defense'>DEF</acronym><br>No requirements</span></li>"+
							"<li><div class='instance medium'><a href='http://lotro.allakhazam.com/db/quest.html?lotrquest=2446'>Strike Against Dannenglor</a></div><span class='tiny'><i>60-70</i> / <acronym title='Offense'>OFF</acronym><br>Requires: Vol. II, Bk. 7, Ch. 4</span></li>"+
							"<li><div class='instance medium'><a href='http://lotro.allakhazam.com/db/quest.html?lotrquest=2497'>Protectors of Thangúlhad</a></div><span class='tiny'><i>60-70</i> / <acronym title='Defense'>DEF</acronym><br>Requires: Vol. II, Bk. 9, Ch. 14</span></li>"+
						"</ul>"+TI_EXCH;

var TI_CCM =	TI_UNCOM+"<ul>"+
							"<li><div class='instance medium'><a href='http://lotro.allakhazam.com/db/quest.html?lotrquest=2723'>Breach Necromancer's Gate</a></div><span class='tiny'><i>65-70</i> / <acronym title='Offense'>OFF</acronym><br>Requires: Vol. II, Bk. 9, Ch. 15</span></li>"+
							"<li><div class='instance medium'><a href='http://lotro.allakhazam.com/db/quest.html?lotrquest=2725'>Assault on Ringwraiths' Lair</a></div><span class='tiny'><i>65-70</i> / <acronym title='Offense'>OFF</acronym><br>Requires: Vol. II, Bk. 9, Ch. 15</span></li>"+
							"<li><div class='instance medium'><a href='http://lotro.allakhazam.com/db/quest.html?lotrquest=2732'>Battle in the Tower</a></div><span class='tiny'><i>65-70</i> / <acronym title='Offense'>OFF</acronym><br>Requires: Vol. II, Bk. 9, Ch. 18</span></li>"+
						"</ul>"+TI_EXCH;

var TI_ECM =	TI_UNCOM+"<ul>"+
							"<li><div class='instance medium'><a href='http://lotro.allakhazam.com/db/quest.html?lotrquest=2708'>Trouble in Tuckborough</a></div><span class='tiny'><i>30-65</i> / <acronym title='Offense'>OFF</acronym><br>No requirements</span></li>"+
							"<li><div class='instance medium'><a href='http://lotro.allakhazam.com/db/quest.html?lotrquest=2710'>Siege of Gondamon</a></div><span class='tiny'><i>30-65</i> / <acronym title='Defense'>DEF</acronym><br>No requirements</span></li>"+
							"<li><div class='instance medium'><a href='http://lotro.allakhazam.com/db/quest.html?lotrquest=2712'>Stand at Amon Sûl</a></div><span class='tiny'><i>35-65</i> / <acronym title='Defense'>DEF</acronym><br>No requirements</span></li>"+
						"</ul>"+TI_EXCH;

var TI_ACM =	TI_UNCOM+"<ul>"+
							"<li><div class='instance medium'><a href='http://lotro.allakhazam.com/db/quest.html?lotrquest=2721'>Thievery and Mischief</a></div><span class='tiny'><i>45-65</i> / <acronym title='Offense'>OFF</acronym><br>No requirements</span></li>"+
							"<li><div class='instance medium'><a href='http://lotro.allakhazam.com/db/quest.html?lotrquest=2719'>Defense of Prancing Pony</a></div><span class='tiny'><i>50-65</i> / <acronym title='Defense'>DEF</acronym><br>No requirements</span></li>"+
							"<li><div class='instance medium'><a href='http://lorebook.lotro.com/wiki/Survival_-_Barrow-downs'>Survival - Barrow-downs</a></div><span class='tiny'><i>40-70</i> / <acronym title='Survival'>SUR</acronym><br>Minimum: Small fellowship</span></li>"+
						"</ul>"+TI_EXCH;

var TI_LCM =	TI_UNCOM+"<ul>"+
							"<li><div class='instance medium'><a href='http://lotro.allakhazam.com/db/quest.html?lotrquest=2714'>Rescue in Nûrz Gâshu</a></div><span class='tiny'><i>65-70</i> / <acronym title='Offense'>OFF</acronym><br>Requires: Vol. III, Bk. 1, Ch. 1</span></li>"+
						"</ul>You can use it at the <a href='?hub=0&npc=0'>Cosmetics</a>&#44; the	<a href='?hub=0&npc=2'>Curiosities</a>, or the <a href='?hub=0&npc=10'>Skirmish Exchange</a> vendor.";

var TI_1M =		"<p>This is an uncommon drop from lieutenants and bosses (including encounters) in skirmishes.</p>"+
				"The token can also be upgraded or downgraded at the <a href='?hub=0&npc=10'>Skirmish Exchange</a> vendor.";
var TI_2M =		TI_1M;
var TI_3M =		TI_1M;
var TI_4M =		TI_1M;
var TI_V1M =	TI_1M;
var TI_V2M =	TI_1M;
var TI_V3M =	TI_1M;
var TI_V4M =	TI_1M;

var TI_MINOR =	"<p>This is an uncommon drop from lieutenants and encounters and an almost certain drop from the end boss in skirmishes.</p>";
var TI_MAJOR =	"<p>This is (at least) an almost certain drop from the end boss in skirmishes.</p>";
var TI_ONLY =	"It can only be used to get more skirmish marks at the <a href='?hub=0&npc=10'>Skirmish Exchange</a> vendor. You can't buy an actual item with it.";

var TI_EM = 	TI_MINOR+"<p><b>Esquire's Mark</b> and <b>Veteran Esquire's Mark</b> drop within levels 45 to 59.</p>"+TI_ONLY;
var TI_FM = 	TI_MINOR+"<p><b>Footman's Mark</b> and <b>Veteran Footman's Mark</b> drop within levels 30 to 44.</p>"+TI_ONLY;
var TI_GM = 	TI_MINOR+"<p><b>Guardman's Mark</b> and <b>Veteran Guardman's Mark</b> drop within levels 60 to 70.</p>"+TI_ONLY;

var TI_VEM = 	TI_MAJOR+"<p><b>Esquire's Mark</b> and <b>Veteran Esquire's Mark</b> drop within levels 45 to 59.</p>"+TI_ONLY;
var TI_VFM = 	TI_MAJOR+"<p><b>Footman's Mark</b> and <b>Veteran Footman's Mark</b> drop within levels 30 to 44.</p>"+TI_ONLY;
var TI_VGM = 	TI_MAJOR+"<p><b>Guardman's Mark</b> and <b>Veteran Guardman's Mark</b> drop within levels 60 to 70.</p>"+TI_ONLY;

var TI_MM = 	"<p>This barter item drops in the following level ~60 instances in Mines of Moria:</p>"+
				"<ul>"+
					"<li><div class='instance'><a href='http://lotro-wiki.com/index.php/The_Grand_Stair'>The Grand Stair</a></div><span class='tiny'><i>Size: 6</i><br>The Redhorn Lodes</span></li>"+
					"<li><div class='instance'><a href='http://lotro-wiki.com/index.php/Sk%C3%BBmfil'>Skûmfil</a></div><span class='tiny'><i>Size: 6</i><br>Foundations of Stone</span></li>"+
					"<li><div class='instance'><a href='http://lotro-wiki.com/index.php/The_Forges_of_Khazad-dum'>Forges of Khazad-Dûm</a></div><span class='tiny'><i>Size: 6</i><br>The Flaming Deeps</span></li>"+
					"<li><div class='instance'><a href='http://lotro-wiki.com/index.php/Fil_Gashan'>Fil Gashan</a></div><span class='tiny'><i>Size: 6</i><br>The Flaming Deeps</span></li>"+
					"<li><div class='instance'><a href='http://lotro-wiki.com/index.php/The_Sixteenth_Hall'>The Sixteenth Hall</a></div><span class='tiny'><i>Size: 6</i><br>Nud-melek</span></li>"+
					"<li><div class='instance'><a href='http://lotro-wiki.com/index.php/Dark_Delvings'>Dark Delvings</a></div><span class='tiny'><i>Size: 6</i><br>Foundations of Stone</span></li>"+
					"<li><div class='instance'><a href='http://lotro-wiki.com/index.php/Filikul'>Filikul (Turtle)</a></div><span class='tiny'><i>Size: 12</i><br>The Water-works</span></li>"+
				"</ul>The amount of medallions received depends on whether you do the easy mode&#44; challenge/hard mode or the daily quest in the instance.";

var TI_PCSP = 	"<p>This barter item drops from the boss in <a href='http://lotro-wiki.com/index.php/The_Vile_Maw'>The Vile Maw</a>, "+
				"a 12-man raid instance in the Water-works also known as &quot;Watcher&quot; in <acronym title='Looking For Fellowship'>LFF</acronym> chat.</p>"+
				"<strike>You need at least +60 <a href='http://lorebook.lotro.com/wiki/Radiance'>radiance</a> in order to enter this instance without succumbing to gloom.</strike>";
var TI_PCHE = 	TI_PCSP;

var TI_OCOIN =	"<p>This barter item used to drop in one of the level ~60 instances in Mines of Moria.</p>After the introduction of <b>Medallion of Moria</b> the drops were removed. "+
				"This barter option was added in case players have any coins left.";

var TI_PCHA =	"<p>This item used to drop in the following level ~60 instances in Mines of Moria:</p>"+
				"<ul>"+
					"<li><div class='instance'><a href='http://lotro-wiki.com/index.php/Fil_Gashan'>Fil Gashan</a></div><span class='tiny'><i>Size: 6</i><br>The Flaming Deeps</span></li>"+
					"<li><div class='instance'><a href='http://lotro-wiki.com/index.php/Filikul'>Filikul (Turtle)</a></div><span class='tiny'><i>Size: 12</i><br>The Water-works</span></li>"+
				"</ul>After the introduction of <b>Medallion of Moria</b> the drops were removed. This barter option was added in case players have any coins left.";

var TI_PCCO =	"<p>This item used to drop in the following level ~60 instances in Mines of Moria:</p>"+
				"<ul>"+
					"<li><div class='instance'><a href='http://lotro-wiki.com/index.php/The_Grand_Stair'>The Grand Stair</a></div><span class='tiny'><i>Size: 6</i><br>The Redhorn Lodes</span></li>"+
					"<li><div class='instance'><a href='http://lotro-wiki.com/index.php/Filikul'>Filikul (Turtle)</a></div><span class='tiny'><i>Size: 12</i><br>The Water-works</span></li>"+
				"</ul>After the introduction of <b>Medallion of Moria</b> the drops were removed. This barter option was added in case players have any coins left.";

var TI_PCRE =	"<p>This item used to drop in the following level ~60 instances in Mines of Moria:</p>"+
				"<ul>"+
					"<li><div class='instance'><a href='http://lotro-wiki.com/index.php/Sk%C3%BBmfil'>Skûmfil</a></div><span class='tiny'><i>Size: 6</i><br>Foundations of Stone</span></li>"+
					"<li><div class='instance'><a href='http://lotro-wiki.com/index.php/Filikul'>Filikul (Turtle)</a></div><span class='tiny'><i>Size: 12</i><br>The Water-works</span></li>"+
				"</ul>After the introduction of <b>Medallion of Moria</b> the drops were removed. This barter option was added in case players have any coins left.";

var TI_PCST =	"<p>This item used to drop in the following level ~60 instances in Mines of Moria:</p>"+
				"<ul>"+
					"<li><div class='instance'><a href='http://lotro-wiki.com/index.php/The_Forges_of_Khazad-dum'>Forges of Khazad-Dûm</a></div><span class='tiny'><i>Size: 6</i><br>The Flaming Deeps</span></li>"+
					"<li><div class='instance'><a href='http://lotro-wiki.com/index.php/Filikul'>Filikul (Turtle)</a></div><span class='tiny'><i>Size: 12</i><br>The Water-works</span></li>"+
				"</ul>After the introduction of <b>Medallion of Moria</b> the drops were removed. This barter option was added in case players have any coins left.";

var TI_ICFO =	"<p>This item used to drop in the following level ~60 instances in Mines of Moria:</p>"+
				"<ul>"+
					"<li><div class='instance'><a href='http://lotro-wiki.com/index.php/The_Sixteenth_Hall'>The Sixteenth Hall</a></div><span class='tiny'><i>Size: 6</i><br>Nud-melek</span></li>"+
					"<li><div class='instance'><a href='http://lotro-wiki.com/index.php/Filikul'>Filikul (Turtle)</a></div><span class='tiny'><i>Size: 12</i><br>The Water-works</span></li>"+
				"</ul>After the introduction of <b>Medallion of Moria</b> the drops were removed. This barter option was added in case players have any coins left.";

var TI_ICKN =	"<p>This item used to drop in the following level ~60 instances in Mines of Moria:</p>"+
				"<ul>"+
					"<li><div class='instance'><a href='http://lotro-wiki.com/index.php/Dark_Delvings'>Dark Delvings</a></div><span class='tiny'><i>Size: 6</i><br>Foundations of Stone</span></li>"+
					"<li><div class='instance'><a href='http://lotro-wiki.com/index.php/Filikul'>Filikul (Turtle)</a></div><span class='tiny'><i>Size: 12</i><br>The Water-works</span></li>"+
				"</ul>After the introduction of <b>Medallion of Moria</b> the drops were removed. This barter option was added in case players have any coins left.";

var TI_MV = 	"<p>How to earn this barter item:</p>"+
				"<ul>"+
					"<li>Once you have completed certain Volume II epic quests&#44; you can visit a Sage of Moria to get the quest again.</li>"+
					"<li>Help out other players complete their level 58 class quest. Many NPC's outside Moria instances offer pertinent quests.</li>"+
				"</ul>"+
				"See <a href='http://lorebook.lotro.com/wiki/Item:Mark_of_Victory_%28Level_1%29'>this item entry</a> at the Lorebook for a full list of the quests available.";

var TI_STW =	"These items are granted as quest rewards for a lot of quests in Enedwaith.";

var TI_GTW =	"<p>These items are granted as quest rewards for a few specific quests in Enedwaith.</p>"+
				"<p><a href='http://lotro.allakhazam.com/db/bestiary.html?lotrmob=6536'>Frithgeir</a> in Zudrugund (Thrórs Coomb) have 4-8 repeatable quests for small fellowship that each return 1-2 Golden Token of the Wilds.</p>"+
				"<ul>"+
					"<li>These quests are quick with a group and gives over 85000 IXP and 13 tokens for about 30 minutes of work.</li>"+
					"<li>There are 4 quests on your first run&#44; 3 more on the next&#44; and again one more on the next. Once you've done them all&#44; all 8 quests will be available from the start.</li>";
				"</ul>";

var TI_IGRT =	"<p>These barter items are used as quest rewards for completing quests at Hadudbâb&#44; Mezer-serej and Gharâf-fehem (the dark brown hub dots).</p>"+
				"See <a href='http://lotro-wiki.com/index.php/Item:Iron_Garrison_Resource_Token'>this item entry</a> at LOTRO-Wiki for a full list of the crafting instance quests available.";

var TI_RT =		"These items drop off of level 51-55 sentient mobs such as e.g. orcs&#44; goblins&#44; etc. They are also occasionally given as quest rewards.";
var TI_KT =		"These items drop off of level 56+ sentient mobs such as e.g. orcs&#44; goblins&#44; etc. They are also occasionally given as quest rewards.";
var TI_EN = 	"<p>This barter item drops in the following level ~60 raid instances in Mines of Moria:</p>"+
				"<ul>"+
					"<li><div class='instance'><a href='http://lotro-wiki.com/index.php/Filikul'>Filikul (Turtle)</a></div><span class='tiny'><i>Size: 12</i><br>The Water-works</span></li>"+
					"<li><div class='instance'><a href='http://lotro-wiki.com/index.php/The_Vile_Maw'>The Vile Maw (Watcher)</a></div><span class='tiny'><i>Size: 12</i><br>The Water-works</span></li>"+
					"<li><div class='instance'><a href='http://lotro-wiki.com/index.php/D%C3%A2r_Narbugud'>Dâr Narbugud</a></div><span class='tiny'><i>Size: 12</i><br>Foundations of Stone</span></li>"+
				"</ul><strike>You need at least +60 <a href='http://lorebook.lotro.com/wiki/Radiance'>radiance</a> for The Vile Maw and +80 <a href='http://lorebook.lotro.com/wiki/Radiance'>radiance</a> for Dâr Narbugud in order to enter them without succumbing to gloom.</strike>";

var TI_GL =		"<p>These are granted as quest rewards for <a href='http://lorebook.lotro.com/wiki/Item:Lothl%C3%B3rien_Gold_Leaf'>several quests</a> in Lothlórien&#44; mostly in Caras Galadhon.</p>"+
				"<p>You can earn it in a crafting instance in Moria:</p>"+
				"<ul>"+
					"<li><div class='instance lesser'><a href='barterers.php?zone=moria&hub=5&npc=1'>Gharâf-fehem</a></div><span class='tiny'><i>Prospectors</i></span></li>"+
					"<li><div class='instance lesser'><a href='barterers.php?zone=moria&hub=3&npc=1'>Hadudbâb</a></div><span class='tiny'><i>Scholars</i></span></li>"+
					"<li><div class='instance lesser'><a href='barterers.php?zone=moria&hub=4&npc=1'>Mezer-serej</a></div><span class='tiny'><i>Foresters</i></span></li>"+
				"</ul><p>Finally&#44; the item is also dropped by each boss in <a href='http://lotro-wiki.com/index.php/D%C3%A2r_Narbugud'>Dâr Narbugud</a>&#44; a 12-man raid in the Foundations of Stone (Moria) for level ~60 players.</p>"+
				"<strike>You need at least +80 <a href='http://lorebook.lotro.com/wiki/Radiance'>radiance</a> in order to enter Dâr Narbugud without succumbing to gloom.</strike>";
var TI_SB =		"These items are granted as quest rewards for a lot of quests in Lothlórien.";

var TI_ML = 	"<p>This barter item drops in the following level ~60 instances in Mines of Moria:</p>"+
				"<ul>"+
					"<li><div class='instance'><a href='http://lotro-wiki.com/index.php/The_Mirror-halls_of_Lumul-nar'>The Mirror-halls of Lumul-nar</a></div><span class='tiny'><i>Size: 3</i><br>Zirakzigil</span></li>"+
					"<li><div class='instance'><a href='http://lotro-wiki.com/index.php/The_Water_Wheels:_Nal%C3%A2-d%C3%BBm'>The Water Wheels: Nalâ-dûm</a></div><span class='tiny'><i>Size: 3</i><br>The Water-works</span></li>"+
					"<li><div class='instance'><a href='http://lotro-wiki.com/index.php/Halls_of_Crafting'>Halls of Crafting</a></div><span class='tiny'><i>Size: 6</i><br>The Flaming Deeps</span></li>"+
					"<li><div class='instance'><a href='http://lotro-wiki.com/index.php/D%C3%A2r_Narbugud'>Dâr Narbugud</a></div><span class='tiny'><i>Size: 12</i><br>Foundations of Stone</span></li>"+
				"</ul><p>The amount of medallions received depends on whether you do the easy mode&#44; challenge/hard mode or the daily quest in the instance.</p>"+
				"<strike>You need at least +80 <a href='http://lorebook.lotro.com/wiki/Radiance'>radiance</a> in order to enter Dâr Narbugud without succumbing to gloom.</strike>";

var TI_GES =	"<p>This item used to drop in the following level ~60 instance in Mines of Moria:</p>"+
				"<ul>"+
					"<li><div class='instance'><a href='http://lotro-wiki.com/index.php/Halls_of_Crafting'>Halls of Crafting</a></div><span class='tiny'><i>Size: 6</i><br>The Flaming Deeps</span></li>"+
				"</ul>After introducing the <b>Medallion of Lothlórien</b> the drops were removed. This barter option was added in case players have any stones left.";

var TI_GER =	"<p>This item used to drop in the following level ~60 instance in Mines of Moria:</p>"+
				"<ul>"+
					"<li><div class='instance'><a href='http://lotro-wiki.com/index.php/The_Water_Wheels:_Nal%C3%A2-d%C3%BBm'>The Water Wheels: Nalâ-dûm</a></div><span class='tiny'><i>Size: 3</i><br>The Water-works</span></li>"+
				"</ul>After introducing the <b>Medallion of Lothlórien</b> the drops were removed. This barter option was added in case players have any stones left.";

var TI_GEH =	"<p>This item used to drop in the following level ~60 instance in Mines of Moria:</p>"+
				"<ul>"+
					"<li><div class='instance'><a href='http://lotro-wiki.com/index.php/The_Mirror-halls_of_Lumul-nar'>The Mirror-halls of Lumul-nar</a></div><span class='tiny'><i>Size: 3</i><br>Zirakzigil</span></li>"+
				"</ul>After introducing the <b>Medallion of Lothlórien</b> the drops were removed. This barter option was added in case players have any stones left.";

var TDI_OP =	TI_PCSP;
var TDI_WHS =	"This barter item drops from Commander Târsh in the <a href='http://lorebook.lotro.com/wiki/Dungeon:The_School_at_Tham_M%C3%ADrdain'>School of Tham Mírdain</a>, a 3-man instance in Eregion for level ~52 players.";
var TDI_UHSC =	"This barter item drops from Chieftain Gûrsh in the <a href='http://lorebook.lotro.com/wiki/Dungeon:The_Library_at_Tham_M%C3%ADrdain'>Library of Tham Mírdain</a>, a 3-man instance in Eregion for level ~52 players.";
var TDI_CA =	"This barter item drops from <a href='http://lotro-wiki.com/index.php/Caerl%C3%BBg'>Caerlûg</a> in <a href='http://lotro-wiki.com/index.php/The_Water_Wheels:_Nal%C3%A2-d%C3%BBm'>The Water Wheels: Nalâ-dûm</a>, a 3-man instance in the Water-works (Moria) for level ~60 players.";
var TDI_WOE =	"This barter item drops from <a href='http://lotro-wiki.com/index.php/Ergoth'>Ergoth</a> in <a href='http://lotro-wiki.com/index.php/The_Mirror-halls_of_Lumul-nar'>The Mirror-halls of Lumul-nar</a>, a 3-man instance in Zirakzigil (Moria) for level ~60 players.";
var TDI_TA =	"This barter item drops from <a href='http://lotro-wiki.com/index.php/Thaguzg'>Thaguzg</a> in <a href='http://lotro-wiki.com/index.php/Halls_of_Crafting'>Halls of Crafting</a>, a 6-man instance in The Flaming Deeps (Moria) for level ~60 players.";
var TDI_BOH =	"<p>This barter item drops from <a href='http://lotro-wiki.com/index.php/The_Blind_One'>The Blind One</a> in <a href='http://lotro-wiki.com/index.php/D%C3%A2r_Narbugud'>Dâr Narbugud</a>, a 12-man raid in Foundations of Stone (Moria) for level ~60 players.</p>"+
				"<strike>You need at least +80 <a href='http://lorebook.lotro.com/wiki/Radiance'>radiance</a> in order to enter this instance without succumbing to gloom.</strike>";
var TDI_GEZH =	"<p>This barter item drops from <a href='http://lotro-wiki.com/index.php/Zholuga'>Zholuga</a> in <a href='http://lotro-wiki.com/index.php/D%C3%A2r_Narbugud'>Dâr Narbugud</a>, a 12-man raid in the Foundations of Stone (Moria) for level ~60 players.</p>"+
				"<strike>You need at least +80 <a href='http://lorebook.lotro.com/wiki/Radiance'>radiance</a> in order to enter this instance without succumbing to gloom.</strike>";
var TDI_GEIH =	"<p>This barter item drops from <a href='http://lotro-wiki.com/index.php/%C3%8Estum'>Istûm</a> in <a href='http://lotro-wiki.com/index.php/D%C3%A2r_Narbugud'>Dâr Narbugud</a>, a 12-man raid in the Foundations of Stone (Moria) for level ~60 players.</p>"+
				"<strike>You need at least +80 <a href='http://lorebook.lotro.com/wiki/Radiance'>radiance</a> in order to enter this instance without succumbing to gloom.</strike>";
var TDI_GEFH =	"<p>This barter item drops from <a href='http://lotro-wiki.com/index.php/Fl%C3%A2g%C3%AEt'>Flagit</a> in <a href='http://lotro-wiki.com/index.php/D%C3%A2r_Narbugud'>Dâr Narbugud</a>, a 12-man raid in the Foundations of Stone (Moria) for level ~60 players.</p>"+
				"<strike>You need at least +80 <a href='http://lorebook.lotro.com/wiki/Radiance'>radiance</a> in order to enter this instance without succumbing to gloom.</strike>";
var TDI_NH =	"This barter item drops from <a href='http://lotro-wiki.com/index.php/Norn%C3%BAan'>Nornúan</a> in <a href='http://lotro-wiki.com/index.php/Filikul'>Filikul</a>, a 12-man raid instance in the Water-works also known as &quot;Turtle&quot; in <acronym title='Looking For Fellowship'>LFF</acronym> chat.";
var TDI_KH =	"This barter item drops from <a href='http://lotro-wiki.com/index.php/Krankluk'>Krankluk</a> in <a href='http://lotro-wiki.com/index.php/The_Forges_of_Khazad-dum'>Forges of Khazad-dûm</a>, a 6-man instance in Flaming Deeps (Moria) for level ~60 players.";
var TDI_MG =	"This barter item drops from <a href='http://lotro-wiki.com/index.php/Morhun'>Morhûn</a> in <a href='http://lotro-wiki.com/index.php/The_Forgotten_Treasury'>The Forgotten Treasury</a>, a 6-man instance in The Silvertine Lodes (Moria) for level ~55 players.";
var TDI_EM =	"<p>This barter item drops from <a href='http://lotro-wiki.com/index.php/The_Mistress_of_Pestilence'>The Mistress</a> in <a href='http://lotro-wiki.com/index.php/D%C3%A2r_Narbugud'>Dâr Narbugud</a>, a 12-man raid in the Foundations of Stone (Moria) for level ~60 players.</p>"+
				"<strike>You need at least +80 <a href='http://lorebook.lotro.com/wiki/Radiance'>radiance</a> in order to enter this instance without succumbing to gloom.</strike>";
var TDI_GH =	"This barter item drops from <a href='http://lotro-wiki.com/index.php/Gurvand'>Gurvand</a> in <a href='http://lotro-wiki.com/index.php/Dark_Delvings'>Dark Delvings</a>, a 6-man instance in the Foundations of Stone (Moria) for level ~60 players.";
var TDI_GR =	"This barter item drops from Grimreaver in <a href='http://lotro-wiki.com/index.php/Sk%C3%BBmfil'>Skûmfil</a>, a 6-man instance in the Foundations of Stone (Moria) for level ~60 players.";
var TDI_SB =	"This barter item drops from <a href='http://lotro-wiki.com/index.php/Br%C3%BAmbereth'>Brúmbereth</a> in <a href='http://lotro-wiki.com/index.php/Sk%C3%BBmfil'>Skûmfil</a>, a 6-man instance in the Foundations of Stone (Moria) for level ~60 players.";
var TDI_FM =	"This barter item drops from <a href='http://lotro-wiki.com/index.php/The_Lost_One'>The Lost One</a> in <a href='http://lotro-wiki.com/index.php/The_Sixteenth_Hall'>The Sixteenth Hall</a>, a 6-man instance in Nud-melek (Moria) for level ~60 players.";
var TDI_FOB =	"This barter item drops from <a href='http://lotro-wiki.com/index.php/Gothghaash_the_Firecaller'>Gothghaash</a> in <a href='http://lotro-wiki.com/index.php/The_Grand_Stair'>The Grand Stair</a>, a 6-man instance in Redhorn Lodes (Moria) for level ~60 players.";
var TDI_DDD =	"This barter item drops from <a href='http://lotro-wiki.com/index.php/Igash_the_Fanatic'>Igash the Fanatic</a> in <a href='http://lotro-wiki.com/index.php/The_Grand_Stair'>The Grand Stair</a>, a 6-man instance in Redhorn Lodes (Moria) for level ~60 players.";
var TDI_DR =	"This barter item drops from <a href='http://lotro-wiki.com/index.php/The_Beast'>The Beast</a> in <a href='http://lotro-wiki.com/index.php/The_Grand_Stair'>The Grand Stair</a>, a 6-man instance in Redhorn Lodes (Moria) for level ~60 players.";
var TDI_MWR =	"This barter item drops from <a href='http://lotro-wiki.com/index.php/Glothrok_the_Vile'>Glothrok the Vile</a> in <a href='http://lotro-wiki.com/index.php/The_Grand_Stair'>The Grand Stair</a>, a 6-man instance in Redhorn Lodes (Moria) for level ~60 players.";
var TDI_GTAD =	"This barter item drops from <a href='http://lotro-wiki.com/index.php/General_Talug'>General Talug</a> in <a href='http://lotro-wiki.com/index.php/Fil_Gashan'>Fil Gashan</a>, a 6-man instance in The Flaming Deeps (Moria) for level ~60 players.";

var TI_GEHA = 	TDI_GEZH;
var TI_GECO =	"<p>This barter item drops from <a href='http://lotro-wiki.com/index.php/Blagh'>Blagh</a> and <a href='http://lotro-wiki.com/index.php/Rung'>Rung</a> (the troll twins) in <a href='http://lotro-wiki.com/index.php/D%C3%A2r_Narbugud'>Dâr Narbugud</a>, a 12-man raid in Foundations of Stone for level ~60 players.</p>"+
				"<strike>You need at least +80 <a href='http://lorebook.lotro.com/wiki/Radiance'>radiance</a> in order to enter this instance without succumbing to gloom.</strike>";
var TI_GERE = 	TDI_BOH;
var TI_GEST = 	TDI_EM;
var TI_GEHE = 	TDI_GEIH;
var TI_GESP = 	TDI_GEFH;

var TI_MDG = 	"<p>This barter item drops in the following level ~65 instances in Mirkwood:</p>"+
				"<ul>"+
					"<li><div class='instance'><a href='http://lotro-wiki.com/index.php/Sword-hall_of_Dol_Guldur'>Sword-hall of Dol Guldur</a></div><span class='tiny'><i>Size: 3</i><br>Dol Guldur</span></li>"+
					"<li><div class='instance'><a href='http://lotro-wiki.com/index.php/Dungeons_of_Dol_Guldur'>Dungeons of Dol Guldur</a></div><span class='tiny'><i>Size: 3</i><br>Dol Guldur</span></li>"+
					"<li><div class='instance'><a href='http://lotro-wiki.com/index.php/Warg-pens_of_Dol_Guldur'>Warg-pens of Dol Guldur</a></div><span class='tiny'><i>Size: 3</i><br>Dol Guldur</span></li>"+
					"<li><div class='instance'><a href='http://lotro-wiki.com/index.php/Sammath_G%C3%BBl'>Sammath Gûl</a></div><span class='tiny'><i>Size: 6</i><br>Dol Guldur</span></li>"+
					"<li><div class='instance'><a href='http://lotro-wiki.com/index.php/Barad_Guldur'>Barad Guldur</a></div><span class='tiny'><i>Size: 12</i><br>Dol Guldur</span></li>"+
				"</ul><p>The amount of medallions received depends on whether you do the easy mode&#44; challenge/hard mode or the daily quest in the instance.</p>"+
				"<strike>You need about +120 <a href='http://lorebook.lotro.com/wiki/Radiance'>radiance</a> in order to enter Barad Guldur without succumbing to gloom.</strike>";

var TI_MGE = 	"<p>These are granted as quest rewards for <a href='http://lorebook.lotro.com/wiki/Item:Malledhrim_Gold_Star_Emblem'>several quests</a> in Mirkwood&#44; especially in Thangúlhad.</p>"+
				"You can also get quests in Helethir for instances in Dol Guldur which also grant you these items.";
var TI_MBF =	"These items are granted as quest rewards for a lot of quests in Mirkwood.";

var TI_BARAD =	"<a href='http://lotro-wiki.com/index.php/Barad_Guldur'>Barad Guldur</a> is a 12-man raid instance in Dol Guldur (in east Mirkwood) for level ~65 players. <strike>You need about +120 <a href='http://lorebook.lotro.com/wiki/Radiance'>radiance</a> in order to enter this instance without succumbing to gloom.</strike>";

var TI_DEHA = 	"<p>This barter item drops from the <a href='http://lotro-wiki.com/index.php/Twins_of_Fire_and_Shadow'>Twins of Fire and Shadow</a> in Barad Guldur, both in easy and in challenge mode.</p>"+TI_BARAD;

var TI_DECO = 	"<p>This barter item drops from <a href='http://lotro-wiki.com/index.php/D%C3%BArchest'>Dúrchest</a> in Barad Guldur, both in easy and in challenge mode.</p>"+TI_BARAD;

var TI_DERE = 	"<p>This barter item drops from <a href='http://lotro-wiki.com/index.php/The_Lieutenant_of_Dol_Guldur'>The Lieutenant of Dol Guldur</a> in Barad Guldur, both in easy and in challenge mode.</p>"+TI_BARAD;

var TI_DEST = 	"<p>This barter item drops from <a href='http://lotro-wiki.com/index.php/D%C3%BArchest'>Dúrchest</a> in Barad Guldur, but only when killed in challenge mode.</p>"+TI_BARAD;

var TI_DEHE = 	"<p>This barter item drops from <a href='http://lotro-wiki.com/index.php/The_Lieutenant_of_Dol_Guldur'>The Lieutenant of Dol Guldur</a> in Barad Guldur, but only when killed in challenge mode.</p>"+TI_BARAD;

var TI_DESP = 	"<p>This barter item drops from <a href='http://lotro-wiki.com/index.php/Twins_of_Fire_and_Shadow'>Twins of Fire and Shadow</a> in Barad Guldur, but only when killed in challenge mode.</p>"+TI_BARAD;



/***** A Casual Stroll to Mordor *****/

var AC_SITE =	"http://www.casualstrolltomordor.com/";
var AC_DECO =	AC_SITE+"2010/06/decoration-and-furniture-guide/";

var AC_PG1 = "<h4>Origin: <a href='"+AC_DECO+"'>A Casual Stroll to Mordor</a></h4><a href='";
var AC_PG2 = "</a>";

var AC_SYARD = AC_PG1+AC_SITE+"2010/06/decoration-and-furniture-guide-small-yard/'>Decoration and Furniture Guide: Small Yard"+AC_PG2;
var AC_TFURN = AC_PG1+AC_SITE+"/2010/06/decoration-and-furniture-guide-thin-furniture/'>Decoration and Furniture Guide: Thin Furniture"+AC_PG2;
var AC_WALLC = AC_PG1+AC_SITE+"/2010/06/decoration-and-furniture-guide-wall-colors-and-surfaces/'>Decoration and Furniture: Wall Color & Surface"+AC_PG2;
var AC_UPD2  = AC_PG1+AC_SITE+"2011/03/update-2-furniture/'>Decoration and Furniture: Update 2 Furniture"+AC_PG2;



/***** Darzil *****/

var DZ_SITE =	"http://lotro.northshield.co.uk/";

var DZ_MULTI =	"<br><div style='margin-top:4px;font-size:10px;color:#933;'><i><b>Multi-output</b> - Click link above for all variations!</i></div>";

var DZ_L = DZ_SITE+"Light/";
var DZ_M = DZ_SITE+"Medium/";
var DZ_H = DZ_SITE+"Heavy/";
var DZ_CL = DZ_SITE+"Cloaks/";
var DZ_SH = DZ_SITE+"Shields/";

var DZ_WPN = DZ_SITE+"Weapons/";
var DZ_1H = DZ_WPN+"OneHanded/";
var DZ_2H = DZ_WPN+"TwoHanded/";
var DZ_BOW = DZ_WPN+"Bows/";

var DZ_RES = DZ_L+"Lothlorien/";	// Lothlorien
var DZ_AGW = DZ_M+"Lothlorien/";
var DZ_GLO = DZ_H+"Lothlorien/";
var DZ_LCL = DZ_CL+"Lothlorien/";
var DZ_LSH = DZ_SH+"Lothlorien/";

var DZ_TAW = DZ_L+"Tawarwaith/";	// Mirkwood
var DZ_GHM = DZ_M+"GHost/";
var DZ_MAH = DZ_H+"Malledhrim/";

var DZ_SKSOL = DZ_SITE+"Soldier/";	// Skirmish Camp
var DZ_SKMAN = DZ_SKSOL+"Man/";
var DZ_SKWOM = DZ_SKSOL+"Woman/";
var DZ_SKDWA = DZ_SKSOL+"Dwarf/";
var DZ_SKHLD = DZ_SKSOL+"HobbitLad/";
var DZ_SKHLS = DZ_SKSOL+"HobbitLass/";
var DZ_SKELS = DZ_SKSOL+"ElfSire/";
var DZ_SKELM = DZ_SKSOL+"ElfMaiden/";

var DZ_PG1 = "<h4>Origin: <a href='"+DZ_SITE+"'>Darzil's LoTRO Crafting Guide</a></h4><a href='";
var DZ_PG2 = "</a>";

var DZ_PG_AGW = DZ_PG1+DZ_AGW+"Lothlorien.htm'>Medium Armour of the Golden Wood (Level 60)"+DZ_PG2+DZ_MULTI;
var DZ_PG_WGW1H = DZ_PG1+DZ_1H+"lothlorien.htm'>Craftable One Handed Weapons (Level 60)"+DZ_PG2+DZ_MULTI;
var DZ_PG_WGW2H = DZ_PG1+DZ_2H+"lothlorien.htm'>Craftable Two Handed Weapons (Level 60)"+DZ_PG2+DZ_MULTI;
var DZ_PG_GLO = DZ_PG1+DZ_GLO+"Lothlorien.htm'>Heavy Armour of the Galadhrim (Level 60)"+DZ_PG2+DZ_MULTI;
var DZ_PG_LCL = DZ_PG1+DZ_LCL+"lothlorien.htm'>Lothlórien Cloaks (Level 60)"+DZ_PG2;
var DZ_PG_RES = DZ_PG1+DZ_RES+"Lothlorien.htm'>Light Armour of Lothlórien (Level 60)"+DZ_PG2+DZ_MULTI;
var DZ_PG_LSH = DZ_PG1+DZ_LSH+"lothlorien.htm'>Lothlórien Shields (Level 60)"+DZ_PG2;
var DZ_PG_TGB = DZ_PG1+DZ_BOW+"lothlorien.htm'>Craftable Bows and Javelins (Level 60)"+DZ_PG2+DZ_MULTI;
var DZ_PG_TG1H = DZ_PG_WGW1H;
var DZ_PG_TG2H = DZ_PG_WGW2H;

var DZ_PG_TAW = DZ_PG1+DZ_TAW+"Tawarwaith.htm'>Tawarwaith Light Armour (Level 65)"+DZ_PG2+DZ_MULTI;
var DZ_PG_GHM = DZ_PG1+DZ_GHM+"GHost.htm'>Golden Host Medium Armour (Level 65)"+DZ_PG2+DZ_MULTI;
var DZ_PG_MAH = DZ_PG1+DZ_MAH+"Malledhrim.htm'>Malledhrim Heavy Armour (Level 65)"+DZ_PG2+DZ_MULTI;

var DZ_PG_MAL1H = DZ_PG1+DZ_1H+"malledhrim.htm'>Craftable One Handed Weapons (Level 65)"+DZ_PG2+DZ_MULTI;
var DZ_PG_MAL2H = DZ_PG1+DZ_2H+"malledhrim.htm'>Craftable Two Handed Weapons (Level 65)"+DZ_PG2+DZ_MULTI;
var DZ_PG_GHBOW = DZ_PG1+DZ_BOW+"ghost.htm'>Craftable Bows and Javelins (Level 65)"+DZ_PG2+DZ_MULTI;

var DZ_PG_SKMAN = DZ_PG1+DZ_SKMAN+"Man.htm'>Skirmish Soldier Cosmetics (Man)"+DZ_PG2;
var DZ_PG_SKWOM = DZ_PG1+DZ_SKWOM+"Woman.htm'>Skirmish Soldier Cosmetics (Woman)"+DZ_PG2;
var DZ_PG_SKDWA = DZ_PG1+DZ_SKDWA+"Dwarf.htm'>Skirmish Soldier Cosmetics (Dwarf)"+DZ_PG2;
var DZ_PG_SKHLD = DZ_PG1+DZ_SKHLD+"HobbitLad.htm'>Skirmish Soldier Cosmetics (Hobbit-Lad)"+DZ_PG2;
var DZ_PG_SKHLS = DZ_PG1+DZ_SKHLS+"HobbitLass.htm'>Skirmish Soldier Cosmetics (Hobbit-Lass)"+DZ_PG2;
var DZ_PG_SKELS = DZ_PG1+DZ_SKELS+"ElfSire.htm'>Skirmish Soldier Cosmetics (Elf-Sire)"+DZ_PG2;
var DZ_PG_SKELM = DZ_PG1+DZ_SKELM+"ElfMaiden.htm'>Skirmish Soldier Cosmetics (Elf-Maiden)"+DZ_PG2;

