window.onload=WriteSignature;

function WriteSignature(Language, Level, Publisher, CauseField, CharacterIndex) {
	var SignatureField = document.getElementById("SignatureField");
	while(SignatureField.firstChild)SignatureField.removeChild(SignatureField.firstChild)
		if (Language == "DA") {
			var txt_lmnt1 = document.createTextNode("Kontaktinformation: ");
			var txt_lmnt2 = document.createTextNode("Hvis du har kommentarer, spørgsmål eller korrektioner, send dem venligst til ");
			var Bold = document.createElement("B");}
		if (Language == "DE") {
			var txt_lmnt1 = document.createTextNode("Kontaktinformationen: ");
			var txt_lmnt2 = document.createTextNode("Haben Sie Kommentare, Fragen oder Korrekturen, schicken Sie diese bitte an ");
			var Bold = document.createElement("B");}
		if (Language == "EN") {
			var txt_lmnt1 = document.createTextNode("Contact information: ");
			var txt_lmnt2 = document.createTextNode("If you have comments, questions or corrections, please send them to ");
			var Bold = document.createElement("B");}
		if (Language == "ES") {
			var txt_lmnt1 = document.createTextNode("Informaciķn del contacto: ");
			var txt_lmnt2 = document.createTextNode("Si tienes comentarios o preguntas, enviarlas por favor a ");
			var Bold = document.createElement("B");}
		if (Language == "FR") {
			var txt_lmnt1 = document.createTextNode("L'information de contact: ");
			var txt_lmnt2 = document.createTextNode("Si vous avez des commentaires ou des questions, svp les envoyer ā ");
			var Bold = document.createElement("B");}
		if (Language == "IT") {
			var txt_lmnt1 = document.createTextNode("Informazioni di contatto: ");
			var txt_lmnt2 = document.createTextNode("Se avete commenti, domande o correzioni, si prega di inviare a ");
			var Bold = document.createElement("B");}
		if (Language == "NL") {
			var txt_lmnt1 = document.createTextNode("Contact informatie: ");
			var txt_lmnt2 = document.createTextNode("Als u opmerkingen, vragen of correcties, stuur ze naar ");
			var Bold = document.createElement("B");}
		if (Language == "NO") {
			var txt_lmnt1 = document.createTextNode("Kontaktinformasjon: ");
			var txt_lmnt2 = document.createTextNode("Hvis du har kommentarer, spørsmål eller rettelser, vennligst send dem til ");
			var Bold = document.createElement("B");}
		if (Language == "SE") {
			var txt_lmnt1 = document.createTextNode("Kontaktinformation: ");
			var txt_lmnt2 = document.createTextNode("Om du har synpunkter, frågor eller rättelser, skicka dem till ");
			var Bold = document.createElement("B");}
		if (Level == "0") {
			var icon_lmnt = "Graphics/Envelope.gif";}
		if (Level == "1") {
			var icon_lmnt = "../Graphics/Envelope.gif";}
		if (Level == "2") {
			var icon_lmnt = "../../Graphics/Envelope.gif";}
		if (Level == "3") {
			var icon_lmnt = "../../../Graphics/Envelope.gif";}
		var Link = document.createElement("A");
		Link.setAttribute("href", "mailto:pil@weirdspace.dk");
		var icon = document.createElement("IMG");
		icon.setAttribute("src", icon_lmnt);
		icon.style.cssText = "float:none";
		SignatureField.appendChild(Bold);
		Bold.appendChild(txt_lmnt1);
		SignatureField.appendChild(txt_lmnt2);
		SignatureField.appendChild(Link);
		Link.appendChild(document.createTextNode("Michael Pilgaard "));
		Link.appendChild(icon);

	var Header = document.getElementById("Header");
	while(Header.firstChild)Header.removeChild(Header.firstChild)
		if (Language == "DA") {
			var txt_lmnt1 = document.createTextNode("WeirdSpace ");
			var txt_lmnt2 = document.createTextNode("- Kultur uden grænser");}
		if (Language == "DE") {
			var txt_lmnt1 = document.createTextNode("WeirdSpace ");
			var txt_lmnt2 = document.createTextNode("- Kultur ohne Grenzen");}
		if (Language == "EN") {
			var txt_lmnt1 = document.createTextNode("WeirdSpace ");
			var txt_lmnt2 = document.createTextNode("- Culture without borders");}
		if (Language == "ES") {
			var txt_lmnt1 = document.createTextNode("WeirdSpace ");
			var txt_lmnt2 = document.createTextNode("- Cultura sin fronteras");}
		if (Language == "FR") {
			var txt_lmnt1 = document.createTextNode("WeirdSpace ");
			var txt_lmnt2 = document.createTextNode("- Culture sans frontičres");}
		if (Language == "IT") {
			var txt_lmnt1 = document.createTextNode("WeirdSpace ");
			var txt_lmnt2 = document.createTextNode("- Cultura senza frontiere");}
		if (Language == "NL") {
			var txt_lmnt1 = document.createTextNode("WeirdSpace ");
			var txt_lmnt2 = document.createTextNode("- Cultuur zonder grenzen");}
		if (Language == "NO") {
			var txt_lmnt1 = document.createTextNode("WeirdSpace ");
			var txt_lmnt2 = document.createTextNode("- Kultur uten grenser");}
		if (Language == "SE") {
			var txt_lmnt1 = document.createTextNode("WeirdSpace ");
			var txt_lmnt2 = document.createTextNode("- Kultur utan gränser");}
		var span1 = document.createElement("SPAN");
		span1.style.cssText = "font-weight:bold; font-style: italic; font-size:32pt; font-family:'Arial'";
		var span2 = document.createElement("SPAN");
		span2.style.cssText = "font-weight:bold; font-style: italic; font-size:16pt; font-family:'Arial'";
		Header.appendChild(span1);
		span1.appendChild(txt_lmnt1);
		Header.appendChild(span2);
		span2.appendChild(txt_lmnt2);
try
  {
if (CharacterIndex == "1") {
	var CharacterIndex = document.getElementById("CharacterIndex");
	while(CharacterIndex.firstChild)CharacterIndex.removeChild(CharacterIndex.firstChild)
		var span1 = document.createElement("SPAN");
			if (Level == "0") {
			span1.innerHTML = "<A CLASS='CSSNavigationTile' HREF='index_11.htm'>1</A><A CLASS='CSSNavigationTile' HREF='index_21.htm'>2</A><A CLASS='CSSNavigationTile' HREF='index_31.htm'>3</A><A CLASS='CSSNavigationTile' HREF='index_51.htm'>5</A><A CLASS='CSSNavigationTile' HREF='index_A1.htm'>A</A>";}
			if (Level == "1") {
			span1.innerHTML = "<A CLASS='CSSNavigationTile' HREF='../index_11.htm'>1</A><A CLASS='CSSNavigationTile' HREF='../index_21.htm'>2</A><A CLASS='CSSNavigationTile' HREF='../index_31.htm'>3</A><A CLASS='CSSNavigationTile' HREF='../index_51.htm'>5</A><A CLASS='CSSNavigationTile' HREF='../index_A1.htm'>A</A>";}
			if (Level == "2") {
			span1.innerHTML = "<A CLASS='CSSNavigationTile' HREF='../../index_11.htm'>1</A><A CLASS='CSSNavigationTile' HREF='../../index_21.htm'>2</A><A CLASS='CSSNavigationTile' HREF='../../index_31.htm'>3</A><A CLASS='CSSNavigationTile' HREF='../../index_51.htm'>5</A><A CLASS='CSSNavigationTile' HREF='../../index_A1.htm'>A</A>";}
			if (Level == "3") {
			span1.innerHTML = "<A CLASS='CSSNavigationTile' HREF='../../../index_11.htm'>1</A><A CLASS='CSSNavigationTile' HREF='../../../index_21.htm'>2</A><A CLASS='CSSNavigationTile' HREF='../../../index_31.htm'>3</A><A CLASS='CSSNavigationTile' HREF='../../../index_51.htm'>5</A><A CLASS='CSSNavigationTile' HREF='../../../index_A1.htm'>A</A>";}
		var span2 = document.createElement("SPAN");
			if (Level == "0") {
			span2.innerHTML = "<A CLASS='CSSNavigationTile' HREF='index_B1.htm'>B</A><A CLASS='CSSNavigationTile' HREF='index_C1.htm'>C</A><A CLASS='CSSNavigationTile' HREF='index_D1.htm'>D</A><A CLASS='CSSNavigationTile' HREF='index_E1.htm'>E</A><A CLASS='CSSNavigationTile' HREF='index_F1.htm'>F</A>";}
			if (Level == "1") {
			span2.innerHTML = "<A CLASS='CSSNavigationTile' HREF='../index_B1.htm'>B</A><A CLASS='CSSNavigationTile' HREF='../index_C1.htm'>C</A><A CLASS='CSSNavigationTile' HREF='../index_D1.htm'>D</A><A CLASS='CSSNavigationTile' HREF='../index_E1.htm'>E</A><A CLASS='CSSNavigationTile' HREF='../index_F1.htm'>F</A>";}
			if (Level == "2") {
			span2.innerHTML = "<A CLASS='CSSNavigationTile' HREF='../../index_B1.htm'>B</A><A CLASS='CSSNavigationTile' HREF='../../index_C1.htm'>C</A><A CLASS='CSSNavigationTile' HREF='../../index_D1.htm'>D</A><A CLASS='CSSNavigationTile' HREF='../../index_E1.htm'>E</A><A CLASS='CSSNavigationTile' HREF='../../index_F1.htm'>F</A>";}
			if (Level == "3") {
			span2.innerHTML = "<A CLASS='CSSNavigationTile' HREF='../../../index_B1.htm'>B</A><A CLASS='CSSNavigationTile' HREF='../../../index_C1.htm'>C</A><A CLASS='CSSNavigationTile' HREF='../../../index_D1.htm'>D</A><A CLASS='CSSNavigationTile' HREF='../../../index_E1.htm'>E</A><A CLASS='CSSNavigationTile' HREF='../../../index_F1.htm'>F</A>";}
		var span3 = document.createElement("SPAN");
			if (Level == "0") {
			span3.innerHTML = "<A CLASS='CSSNavigationTile' HREF='index_G1.htm'>G</A><A CLASS='CSSNavigationTile' HREF='index_H1.htm'>H</A><A CLASS='CSSNavigationTile' HREF='index_I1.htm'>I</A><A CLASS='CSSNavigationTile' HREF='index_J1.htm'>J</A><A CLASS='CSSNavigationTile' HREF='index_K1.htm'>K</A>";}
			if (Level == "1") {
			span3.innerHTML = "<A CLASS='CSSNavigationTile' HREF='../index_G1.htm'>G</A><A CLASS='CSSNavigationTile' HREF='../index_H1.htm'>H</A><A CLASS='CSSNavigationTile' HREF='../index_I1.htm'>I</A><A CLASS='CSSNavigationTile' HREF='../index_J1.htm'>J</A><A CLASS='CSSNavigationTile' HREF='../index_K1.htm'>K</A>";}
			if (Level == "2") {
			span3.innerHTML = "<A CLASS='CSSNavigationTile' HREF='../../index_G1.htm'>G</A><A CLASS='CSSNavigationTile' HREF='../../index_H1.htm'>H</A><A CLASS='CSSNavigationTile' HREF='../../index_I1.htm'>I</A><A CLASS='CSSNavigationTile' HREF='../../index_J1.htm'>J</A><A CLASS='CSSNavigationTile' HREF='../../index_K1.htm'>K</A>";}
			if (Level == "3") {
			span3.innerHTML = "<A CLASS='CSSNavigationTile' HREF='../../../index_G1.htm'>G</A><A CLASS='CSSNavigationTile' HREF='../../../index_H1.htm'>H</A><A CLASS='CSSNavigationTile' HREF='../../../index_I1.htm'>I</A><A CLASS='CSSNavigationTile' HREF='../../../index_J1.htm'>J</A><A CLASS='CSSNavigationTile' HREF='../../../index_K1.htm'>K</A>";}
		var span4 = document.createElement("SPAN");
			if (Level == "0") {
			span4.innerHTML = "<A CLASS='CSSNavigationTile' HREF='index_L1.htm'>L</A><A CLASS='CSSNavigationTile' HREF='index_M1.htm'>M</A><A CLASS='CSSNavigationTile' HREF='index_N1.htm'>N</A><A CLASS='CSSNavigationTile' HREF='index_O1.htm'>O</A><A CLASS='CSSNavigationTile' HREF='index_P1.htm'>P</A>";}
			if (Level == "1") {
			span4.innerHTML = "<A CLASS='CSSNavigationTile' HREF='../index_L1.htm'>L</A><A CLASS='CSSNavigationTile' HREF='../index_M1.htm'>M</A><A CLASS='CSSNavigationTile' HREF='../index_N1.htm'>N</A><A CLASS='CSSNavigationTile' HREF='../index_O1.htm'>O</A><A CLASS='CSSNavigationTile' HREF='../index_P1.htm'>P</A>";}
			if (Level == "2") {
			span4.innerHTML = "<A CLASS='CSSNavigationTile' HREF='../../index_L1.htm'>L</A><A CLASS='CSSNavigationTile' HREF='../../index_M1.htm'>M</A><A CLASS='CSSNavigationTile' HREF='../../index_N1.htm'>N</A><A CLASS='CSSNavigationTile' HREF='../../index_O1.htm'>O</A><A CLASS='CSSNavigationTile' HREF='../../index_P1.htm'>P</A>";}
			if (Level == "3") {
			span4.innerHTML = "<A CLASS='CSSNavigationTile' HREF='../../../index_L1.htm'>L</A><A CLASS='CSSNavigationTile' HREF='../../../index_M1.htm'>M</A><A CLASS='CSSNavigationTile' HREF='../../../index_N1.htm'>N</A><A CLASS='CSSNavigationTile' HREF='../../../index_O1.htm'>O</A><A CLASS='CSSNavigationTile' HREF='../../../index_P1.htm'>P</A>";}
		var span5 = document.createElement("SPAN");
			if (Level == "0") {
			span5.innerHTML = "<A CLASS='CSSNavigationTile' HREF='index_Q1.htm'>Q</A><A CLASS='CSSNavigationTile' HREF='index_R1.htm'>R</A><A CLASS='CSSNavigationTile' HREF='index_S1.htm'>S</A><A CLASS='CSSNavigationTile' HREF='index_T1.htm'>T</A><A CLASS='CSSNavigationTile' HREF='index_U1.htm'>U</A>";}
			if (Level == "1") {
			span5.innerHTML = "<A CLASS='CSSNavigationTile' HREF='../index_Q1.htm'>Q</A><A CLASS='CSSNavigationTile' HREF='../index_R1.htm'>R</A><A CLASS='CSSNavigationTile' HREF='../index_S1.htm'>S</A><A CLASS='CSSNavigationTile' HREF='../index_T1.htm'>T</A><A CLASS='CSSNavigationTile' HREF='../index_U1.htm'>U</A>";}
			if (Level == "2") {
			span5.innerHTML = "<A CLASS='CSSNavigationTile' HREF='../../index_Q1.htm'>Q</A><A CLASS='CSSNavigationTile' HREF='../../index_R1.htm'>R</A><A CLASS='CSSNavigationTile' HREF='../../index_S1.htm'>S</A><A CLASS='CSSNavigationTile' HREF='../../index_T1.htm'>T</A><A CLASS='CSSNavigationTile' HREF='../../index_U1.htm'>U</A>";}
			if (Level == "3") {
			span5.innerHTML = "<A CLASS='CSSNavigationTile' HREF='../../../index_Q1.htm'>Q</A><A CLASS='CSSNavigationTile' HREF='../../../index_R1.htm'>R</A><A CLASS='CSSNavigationTile' HREF='../../../index_S1.htm'>S</A><A CLASS='CSSNavigationTile' HREF='../../../index_T1.htm'>T</A><A CLASS='CSSNavigationTile' HREF='../../../index_U1.htm'>U</A>";}
		var span6 = document.createElement("SPAN");
			if (Level == "0") {
			span6.innerHTML = "<A CLASS='CSSNavigationTile' HREF='index_V1.htm'>V</A><A CLASS='CSSNavigationTile' HREF='index_W1.htm'>W</A><A CLASS='CSSNavigationTile' HREF='index_X1.htm'>X</A><A CLASS='CSSNavigationTile' HREF='index_Y1.htm'>Y</A><A CLASS='CSSNavigationTile' HREF='index_Z1.htm'>Z</A>";}
			if (Level == "1") {
			span6.innerHTML = "<A CLASS='CSSNavigationTile' HREF='../index_V1.htm'>V</A><A CLASS='CSSNavigationTile' HREF='../index_W1.htm'>W</A><A CLASS='CSSNavigationTile' HREF='../index_X1.htm'>X</A><A CLASS='CSSNavigationTile' HREF='../index_Y1.htm'>Y</A><A CLASS='CSSNavigationTile' HREF='../index_Z1.htm'>Z</A>";}
			if (Level == "2") {
			span6.innerHTML = "<A CLASS='CSSNavigationTile' HREF='../../index_V1.htm'>V</A><A CLASS='CSSNavigationTile' HREF='../../index_W1.htm'>W</A><A CLASS='CSSNavigationTile' HREF='../../index_X1.htm'>X</A><A CLASS='CSSNavigationTile' HREF='../../index_Y1.htm'>Y</A><A CLASS='CSSNavigationTile' HREF='../../index_Z1.htm'>Z</A>";}
			if (Level == "3") {
			span6.innerHTML = "<A CLASS='CSSNavigationTile' HREF='../../../index_V1.htm'>V</A><A CLASS='CSSNavigationTile' HREF='../../../index_W1.htm'>W</A><A CLASS='CSSNavigationTile' HREF='../../../index_X1.htm'>X</A><A CLASS='CSSNavigationTile' HREF='../../../index_Y1.htm'>Y</A><A CLASS='CSSNavigationTile' HREF='../../../index_Z1.htm'>Z</A>";}
		CharacterIndex.appendChild(span1);
		CharacterIndex.appendChild(span2);
		CharacterIndex.appendChild(span3);
		CharacterIndex.appendChild(span4);
		CharacterIndex.appendChild(span5);
		CharacterIndex.appendChild(span6);
}}
catch(error)
  { }
  

if (Publisher != "None") {
	var Initiative = document.getElementById("Initiative");
	while(Initiative.firstChild)Initiative.removeChild(Initiative.firstChild)
		if (Language == "DA") {
			var txt_lmnt = document.createTextNode("Flere cool historier");}
		if (Language == "DE") {
			var txt_lmnt = document.createTextNode("Weitere coole Geschichten");}
		if (Language == "EN") {
			var txt_lmnt = document.createTextNode("More cool stories");}
		if (Language == "ES") {
			var txt_lmnt = document.createTextNode("Más historias cool");}
		if (Language == "FR") {
			var txt_lmnt = document.createTextNode("Plus cool histoires");}
		if (Language == "NL") {
			var txt_lmnt = document.createTextNode("Meer coole verhalen");}

		var span = document.createElement("SPAN");
		var hr = document.createElement("HR");
		span.style.cssText = "color:#0000A0;font-family:'Times New Roman';font-size:16.0pt; font-weight:bold; font-style:italic";
		Initiative.appendChild(span);
		span.appendChild(txt_lmnt);
		span.appendChild(hr);
		do {
		  var GetNumber = Math.floor(Math.random() * 26);
		} while (GetNumber==Publisher);
		var Link = document.createElement("A");
		var Logo = document.createElement("IMG");
		if (Level == "0") {
			var level_lmnt = "./";}
		if (Level == "1") {
			var level_lmnt = "../";}
		if (Level == "2") {
			var level_lmnt = "../../";}
		if (Level == "3") {
			var level_lmnt = "../../../";}

		if (GetNumber == "0") {
			Link.setAttribute("href", "http://www.marvel.com");
			Logo.setAttribute("src", level_lmnt + "MarvelComics/Graphics/MarvelLogo.gif");
			Logo.setAttribute("alt", "Marvel Comics");
			Logo.setAttribute("title", "Marvel Comics");
			Logo.style.cssText = "float:none; padding-bottom:25px";}

		if (GetNumber == "1") {
			Link.setAttribute("href", "http://www.dccomics.com");
			Logo.setAttribute("src", level_lmnt + "DCComics/Graphics/DC_Comics_Logo.gif");
			Logo.setAttribute("alt", "DC Comics");
			Logo.setAttribute("title", "DC Comics");
			Logo.style.cssText = "float:none; padding-bottom:25px";}

		if (GetNumber == "2") {
			Link.setAttribute("href", "http://www.imagecomics.com");
			Logo.setAttribute("src", level_lmnt + "ErikLarsen/Graphics/ImageComicsLogo.gif");
			Logo.setAttribute("alt", "Image Comics");
			Logo.setAttribute("title", "Image Comics");
			Logo.style.cssText = "float:none; padding-left:25px; padding-bottom:25px";}

		if (GetNumber == "3") {
			Link.setAttribute("href", "http://www.ape-entertainment.com");
			Logo.setAttribute("src", level_lmnt + "ApeEntertainment/Graphics/ApeLogo.gif");
			Logo.setAttribute("alt", "Ape Entertainment");
			Logo.setAttribute("title", "Ape Entertainment");
			Logo.style.cssText = "float:none; padding-bottom:25px";}

		if (GetNumber == "4") {
			Link.setAttribute("href", "http://www.darkhorse.com");
			Logo.setAttribute("src", level_lmnt + "DarkHorse/Graphics/DarkHorseLogo.jpg");
			Logo.setAttribute("alt", "Dark Horse Comics");
			Logo.setAttribute("title", "Dark Horse Comics");
			Logo.style.cssText = "float:none; padding-bottom:25px";}

		if (GetNumber == "5") {
			Link.setAttribute("href", "http://www.boomstudios.com");
			Logo.setAttribute("src", level_lmnt + "BoomStudios/Graphics/BoomStudiosLogo.gif");
			Logo.setAttribute("alt", "Boom Studios");
			Logo.setAttribute("title", "Boom Studios");
			Logo.style.cssText = "float:none; padding-left:10px; padding-bottom:25px";}

		if (GetNumber == "6") {
			Link.setAttribute("href", "http://www.avatarpress.com");
			Logo.setAttribute("src", level_lmnt + "Avatar/Graphics/AvatarPressLogo.jpg");
			Logo.setAttribute("alt", "Avatar Press");
			Logo.setAttribute("title", "Avatar Press");
			Logo.style.cssText = "float:none; padding-left:15px; padding-bottom:25px";}

		if (GetNumber == "7") {
			Link.setAttribute("href", "http://www.akacomics.com");
			Logo.setAttribute("src", level_lmnt + "akaComics/Graphics/aka_Logo.jpg");
			Logo.setAttribute("alt", "a.k.a. Comics");
			Logo.setAttribute("title", "a.k.a. Comics");
			Logo.style.cssText = "float:none; padding-bottom:25px";}

		if (GetNumber == "8") {
			Link.setAttribute("href", "http://www.approbationcomics.com");
			Logo.setAttribute("src", level_lmnt + "ApprobationComics/Graphics/AC_Logo.jpg");
			Logo.setAttribute("alt", "Approbation Comics");
			Logo.setAttribute("title", "Approbation Comics");
			Logo.style.cssText = "float:none; padding-bottom:25px";}

		if (GetNumber == "9") {
			Link.setAttribute("href", "http://www.justiceforhire.com");
			Logo.setAttribute("src", level_lmnt + "CreativeImpulseEntertainment/Graphics/CIE_Logo.jpg");
			Logo.setAttribute("alt", "Creative Impulse Entertainment");
			Logo.setAttribute("title", "Creative Impulse Entertainment");
			Logo.style.cssText = "float:none; padding-bottom:25px";}

		if (GetNumber == "10") {
			Link.setAttribute("href", "http://www.darkoceanstudios.com");
			Logo.setAttribute("src", level_lmnt + "DarkOceanStudios/Graphics/DarkOceanLogo.jpg");
			Logo.setAttribute("alt", "Dark Ocean Studios");
			Logo.setAttribute("title", "Dark Ocean Studios");
			Logo.style.cssText = "float:none; padding-bottom:25px";}

		if (GetNumber == "11") {
			Link.setAttribute("href", "http://www.alternacomics.com");
			Logo.setAttribute("src", level_lmnt + "AlternaComics/Graphics/AlternaLogo.gif");
			Logo.setAttribute("alt", "Alterna Comics");
			Logo.setAttribute("title", "Alterna Comics");
			Logo.style.cssText = "float:none; padding-bottom:25px";}

		if (GetNumber == "12") {
			Link.setAttribute("href", "http://www.moonstonebooks.com");
			Logo.setAttribute("src", level_lmnt + "Moonstone/Graphics/MoonstoneLogo.gif");
			Logo.setAttribute("alt", "Moonstone");
			Logo.setAttribute("title", "Moonstone");
			Logo.style.cssText = "float:none; padding-bottom:25px";}

		if (GetNumber == "13") {
			Link.setAttribute("href", "http://www.freelunchcomics.com");
			Logo.setAttribute("src", level_lmnt + "FreeLunchComics/Graphics/FreeLunchLogo.gif");
			Logo.setAttribute("alt", "Free Lunch Comics");
			Logo.setAttribute("title", "Free Lunch Comics");
			Logo.style.cssText = "float:none; padding-bottom:25px";}

		if (GetNumber == "14") {
			Link.setAttribute("href", "http://www.septagonstudios.com");
			Logo.setAttribute("src", level_lmnt + "SeptagonStudios/Graphics/SeptagonLogo.png");
			Logo.setAttribute("alt", "Septagon Studios");
			Logo.setAttribute("title", "Septagon Studios");
			Logo.style.cssText = "float:none; padding-bottom:25px";}

		if (GetNumber == "15") {
			Link.setAttribute("href", "http://www.idwpublishing.com");
			Logo.setAttribute("src", level_lmnt + "IDW/Graphics/IDW_Logo.gif");
			Logo.setAttribute("alt", "IDW Publishing");
			Logo.setAttribute("title", "IDW Publishing");
			Logo.style.cssText = "float:none; padding-bottom:25px";}

		if (GetNumber == "16") {
			Link.setAttribute("href", "http://www.garfield.com");
			Logo.setAttribute("src", level_lmnt + "JimDavis/Graphics/GarfieldLogo.gif");
			Logo.setAttribute("alt", "Garfield & Friends");
			Logo.setAttribute("title", "Garfield & Friends");
			Logo.style.cssText = "float:none; padding-bottom:25px";}

		if (GetNumber == "17") {
			Link.setAttribute("href", "http://www.slagoon.com");
			Logo.setAttribute("src", level_lmnt + "JimToomey/Graphics/ShermansLagoonLogo.gif");
			Logo.setAttribute("alt", "Sherman's Lagoon");
			Logo.setAttribute("title", "Sherman's Lagoon");
			Logo.style.cssText = "float:none; padding-bottom:25px";}

		if (GetNumber == "18") {
			Link.setAttribute("href", "http://topshelfcomix.com");
			Logo.setAttribute("src", level_lmnt + "TopShelfProductions/Graphics/TopShelfLogo.png");
			Logo.setAttribute("alt", "Top Shelf Productions");
			Logo.setAttribute("title", "Top Shelf Productions");
			Logo.style.cssText = "float:none; padding-bottom:25px; margin-left:20px";}

		if (GetNumber == "19") {
			Link.setAttribute("href", "http://www.abstractstudiocomics.com");
			Logo.setAttribute("src", level_lmnt + "AbstractStudio/Graphics/AbstractStudioLogo.gif");
			Logo.setAttribute("alt", "Abstract Studio");
			Logo.setAttribute("title", "Abstract Studio");
			Logo.style.cssText = "float:none; padding-bottom:25px";}

		if (GetNumber == "20") {
			Link.setAttribute("href", "http://www.bongocomics.com");
			Logo.setAttribute("src", level_lmnt + "BongoComics/Graphics/BongoComicsLogo.png");
			Logo.setAttribute("alt", "Bongo Comics");
			Logo.setAttribute("title", "Bongo Comics");
			Logo.style.cssText = "float:none; padding-bottom:25px";}

		if (GetNumber == "21") {
			Link.setAttribute("href", "http://www.archiecomics.com");
			Logo.setAttribute("src", level_lmnt + "ArchieComics/Graphics/ArchieComicsLogo.png");
			Logo.setAttribute("alt", "Archie Comics");
			Logo.setAttribute("title", "Archie Comics");
			Logo.style.cssText = "float:none; padding-bottom:25px";}

		if (GetNumber == "22") {
			Link.setAttribute("href", "http://www.dynamiteentertainment.com");
			Logo.setAttribute("src", level_lmnt + "DynamiteEntertainment/Graphics/DynamiteLogo.jpg");
			Logo.setAttribute("alt", "Dynamite Entertainment");
			Logo.setAttribute("title", "Dynamite Entertainment");
			Logo.style.cssText = "float:none; padding-bottom:25px";}

		if (GetNumber == "23") {
			Link.setAttribute("href", "http://www.gocomics.com");
			Logo.setAttribute("src", level_lmnt + "BillWatterson/Graphics/GoComicsLogo.png");
			Logo.setAttribute("alt", "Go Comics");
			Logo.setAttribute("title", "Go Comics");
			Logo.style.cssText = "float:none; padding-bottom:25px";}

		if (GetNumber == "24") {
			Link.setAttribute("href", "http://www.sciencefiction.dk");
			Logo.setAttribute("src", level_lmnt + "SFC/Graphics/SFC_Logo.png");
			Logo.setAttribute("alt", "Science Fiction Cirklen");
			Logo.setAttribute("title", "Science Fiction Cirklen");
			Logo.style.cssText = "float:none; padding-bottom:25px";}

		if (GetNumber == "25") {
			Link.setAttribute("href", "http://www.dupuis.com");
			Logo.setAttribute("src", level_lmnt + "Berck/Graphics/DupuisLogo.jpg");
			Logo.setAttribute("alt", "Dupuis Publishing");
			Logo.setAttribute("title", "Dupuis Publishing");
			Logo.style.cssText = "float:none; padding-bottom:25px";}

		Initiative.appendChild(Link);
		Link.appendChild(Logo);}


if (CauseField == "1") {
	var Cause = document.getElementById("Cause");
	while(Cause.firstChild)Cause.removeChild(Cause.firstChild)
		if (Language == "DA") {
			var txt_lmnt = document.createTextNode("En god sag");}
		if (Language == "DE") {
			var txt_lmnt = document.createTextNode("Eine gute Sache");}
		if (Language == "EN") {
			var txt_lmnt = document.createTextNode("A good cause");}
		if (Language == "ES") {
			var txt_lmnt = document.createTextNode("Una buena causa");}
		if (Language == "FR") {
			var txt_lmnt = document.createTextNode("Une bonne cause");}
		if (Language == "NL") {
			var txt_lmnt = document.createTextNode("Een goed doel");}

		var span = document.createElement("SPAN");
		var hr = document.createElement("HR");
		span.style.cssText = "text-align:left;color:#0000A0;font-family:'Times New Roman';font-size:16.0pt; font-weight:bold; font-style:italic";
		Cause.appendChild(span);
		span.appendChild(txt_lmnt);
		span.appendChild(hr);
		var GetNumber = Math.floor(Math.random() * 5);
		var Link = document.createElement("A");
		var Logo = document.createElement("IMG");
		if (Level == "0") {
			var level_lmnt = "Support/";}
		if (Level == "1") {
			var level_lmnt = "../Support/";}
		if (Level == "2") {
			var level_lmnt = "../../Support/";}
		if (Level == "3") {
			var level_lmnt = "../../../Support/";}

		if (GetNumber == "0") {
			Link.setAttribute("href", "http://www.redcross.org");
			Logo.setAttribute("src", level_lmnt + "RedCross.gif");}

		if (GetNumber == "1") {
			Link.setAttribute("href", "http://www.msf.org");
			Logo.setAttribute("src", level_lmnt + "MSF_Logo.gif");}

		if (GetNumber == "2") {
			Link.setAttribute("href", "http://www.heroinitiative.org");
			Logo.setAttribute("src", level_lmnt + "HERO_Initiative.png");}

		if (GetNumber == "3") {
			Link.setAttribute("href", "http://www.cbldf.org");
			Logo.setAttribute("src", level_lmnt + "CBLDF.png");}

		if (GetNumber == "4") {
			Link.setAttribute("href", "http://www.healtheworld.org");
			Logo.setAttribute("src", level_lmnt + "HealTheWorldLogo.gif");}

		Logo.style.cssText = "float:none";
		Cause.appendChild(Link);
		Link.appendChild(Logo);}

}

