document.write("<font color='#F55D97'>Kostume</font>")

switch (window.location.hostname) 
{

		case "kostumeshoppen.dk":
			document.write("<font color='#494545'>shoppen</font>");
			break;

		case "www.kostumeshoppen.dk":
			document.write("<font color='#494545'>shoppen</font>");
			break;

		case "kostumeland.dk":
			document.write("<font color='#494545'>land</font>");
			break;

		case "www.kostumeland.dk":
			document.write("<font color='#494545'>land</font>");
			break;

		case "kostumelandet.dk":
			document.write("<font color='#494545'>landet</font>");
			break;

		case "www.kostumelandet.dk":
			document.write("<font color='#494545'>landet</font>");
			break;

		default:

}
