function getJLRDate(){
var day = new Object();
var mon = new Object();
date=new Date();
var y2000 = date.getFullYear();
mon[0]="01";
mon[1]="02";
mon[2]="03";
mon[3]="04";
mon[4]="05";
mon[5]="06";
mon[6]="07";
mon[7]="08";
mon[8]="09";
jahr=date.getFullYear();
document.write((date.getDate())+" / "+(mon[date.getMonth()])+" / " +jahr);
}
	

	HM_PG_MenuWidth = 150;
	HM_PG_FontFamily = "Arial,sans-serif";
	HM_PG_FontSize = 8;
	HM_PG_FontBold = 1;
	HM_PG_FontItalic = 0;
	HM_PG_FontColor = "#012346";
	HM_PG_FontColorOver = "#ffffff";
	HM_PG_BGColor = "#ffffff";
	HM_PG_BGColorOver = "#";
	HM_PG_ItemPadding = 3;

	HM_PG_BorderWidth = 2;
	HM_PG_BorderColor = "black";
	HM_PG_BorderStyle = "solid";
	HM_PG_SeparatorSize = 2;
	HM_PG_SeparatorColor = "#ffffff";

	HM_PG_ImageSrc = "HM_More_black_right.gif";
	HM_PG_ImageSrcLeft = "HM_More_black_left.gif";
	HM_PG_ImageSrcOver = "HM_More_white_right.gif";
	HM_PG_ImageSrcLeftOver = "HM_More_white_left.gif";

	HM_PG_ImageSize = 5;
	HM_PG_ImageHorizSpace = 0;
	HM_PG_ImageVertSpace = 2;

	HM_PG_KeepHilite = true;
	HM_PG_ClickStart = 0;
	HM_PG_ClickKill = false;
	HM_PG_ChildOverlap = 20;
	HM_PG_ChildOffset = 10;
	HM_PG_ChildPerCentOver = null;
	HM_PG_TopSecondsVisible = .5;
	HM_PG_StatusDisplayBuild =0;
	HM_PG_StatusDisplayLink = 0;
	HM_PG_UponDisplay = null;
	HM_PG_UponHide = null;
	HM_PG_RightToLeft = 0;

	HM_PG_CreateTopOnly = 0;
	HM_PG_ShowLinkCursor = 1;
	HM_PG_NSFontOver = true;

	//HM_a_TreesToBuild = [2];


	var cellName=null;

	//pre-load images if "Image" is defined
	if(document.images) {
	    var button01off = new Image();
	    button01off.src = "./images/menu_s_home.gif";
	    var button01on  = new Image();
	    button01on.src  = "./images/menu_p_home.gif";

	    var button02off = new Image();
	    button02off.src = "./images/menu_s_games.gif";
	    var button02on  = new Image();
	    button02on.src  = "./images/menu_p_games.gif";

	    var button03off = new Image();
	    button03off.src = "./images/menu_s_my_account.gif";
	    var button03on  = new Image();
	    button03on.src  = "./images/menu_p_my_account.gif";

	    var button04off = new Image();
	    button04off.src = "./images/menu_s_news.gif";
	    var button04on  = new Image();
	    button04on.src  = "./images/menu_p_news.gif";

	    var button05off = new Image();
	    button05off.src = "./images/menu_s_help.gif";
	    var button05on  = new Image();
	    button05on.src  = "./images/menu_p_help.gif";

	    var button06off = new Image();
	    button06off.src = "./images/menu_s_register.gif";
	    var button06on  = new Image();
	    button06on.src  = "./images/menu_p_register.gif";

	}

	function button01Focus() {
	document["button01"].src = button01on.src;
	document["button02"].src = button02off.src;
	document["button04"].src = button04off.src;
	document["button05"].src = button05off.src;
	document["button06"].src = button06off.src;
	}

	function button02Focus() {
	document["button01"].src = button01off.src;
	document["button02"].src = button02on.src;
	document["button04"].src = button04off.src;
	document["button05"].src = button05off.src;
	document["button06"].src = button06off.src;
	}
	function button03Focus() {
	document["button01"].src = button01off.src;
	document["button02"].src = button02off.src;
	document["button04"].src = button04off.src;
	document["button05"].src = button05off.src;
	document["button06"].src = button06off.src;
	}
	function button04Focus() {
	document["button01"].src = button01off.src;
	document["button02"].src = button02off.src;
	document["button04"].src = button04on.src;
	document["button05"].src = button05off.src;
	document["button06"].src = button06off.src;
	}
	function button05Focus() {
	document["button01"].src = button01off.src;
	document["button02"].src = button02off.src;
	document["button04"].src = button04off.src;
	document["button05"].src = button05on.src;
	document["button06"].src = button06off.src;
	}
	function button06Focus() {
	document["button01"].src = button01off.src;
	document["button02"].src = button02off.src;
	document["button04"].src = button04off.src;
	document["button05"].src = button05off.src;
	document["button06"].src = button06on.src;
	}

	function donothing() {

	}

	function goback() {
		window.history.back();
	}

	//-->
	


	
	/*HM_Loader.js
	* by Peter Belesis. v4.1.1 011002
	* Copyright (c) 2001 Peter Belesis. All Rights Reserved.
	*/

	   HM_DOM = (document.getElementById) ? true : false;
	   HM_NS4 = (document.layers) ? true : false;
	    HM_IE = (document.all) ? true : false;
	   HM_IE4 = HM_IE && !HM_DOM;
	   HM_Mac = (navigator.appVersion.indexOf("Mac") != -1);
	  HM_IE4M = HM_IE4 && HM_Mac;
	 HM_Opera = (navigator.userAgent.indexOf("Opera")!=-1);
	 HM_Konqueror = (navigator.userAgent.indexOf("Konqueror")!=-1);

	HM_IsMenu = !HM_Opera && !HM_Konqueror && !HM_IE4M && (HM_DOM || HM_NS4 || HM_IE4);

	HM_BrowserString = HM_NS4 ? "NS4" : HM_DOM ? "DOM" : "IE4";


	if(window.event + "" == "undefined") event = null;
	function HM_f_PopUp(){return false};
	function HM_f_PopDown(){return false};
	popUp = HM_f_PopUp;
	popDown = HM_f_PopDown;


	HM_GL_MenuWidth          = 150;
	HM_GL_FontFamily         = "Arial,sans-serif";
	HM_GL_FontSize           = 8;
	HM_GL_FontBold           = true;
	HM_GL_FontItalic         = false;
	HM_GL_FontColor          = "black";
	HM_GL_FontColorOver      = "white";
	HM_GL_BGColor            = "transparent";
	HM_GL_BGColorOver        = "transparent";
	HM_GL_ItemPadding        = 3;

	HM_GL_BorderWidth        = 2;
	HM_GL_BorderColor        = "red";
	HM_GL_BorderStyle        = "solid";
	HM_GL_SeparatorSize      = 2;
	HM_GL_SeparatorColor     = "yellow";

	HM_GL_ImageSrc = "HM_More_black_right.gif";
	HM_GL_ImageSrcLeft = "HM_More_black_left.gif";

	HM_GL_ImageSrcOver = "HM_More_white_right.gif";
	HM_GL_ImageSrcLeftOver = "HM_More_white_left.gif";

	HM_GL_ImageSize          = 5;
	HM_GL_ImageHorizSpace    = 5;
	HM_GL_ImageVertSpace     = 5;

	HM_GL_KeepHilite         = false;
	HM_GL_ClickStart         = false;
	HM_GL_ClickKill          = 0;
	HM_GL_ChildOverlap       = 40;
	HM_GL_ChildOffset        = 10;
	HM_GL_ChildPerCentOver   = null;
	HM_GL_TopSecondsVisible  = .5;
	HM_GL_ChildSecondsVisible = .3;
	HM_GL_StatusDisplayBuild = 0;
	HM_GL_StatusDisplayLink  = 1;
	HM_GL_UponDisplay        = null;
	HM_GL_UponHide           = null;

	HM_GL_RightToLeft      = false;
	HM_GL_CreateTopOnly      = HM_NS4 ? true : false;
	HM_GL_ShowLinkCursor     = true;

	// the following function is included to illustrate the improved JS expression handling of
	// the left_position and top_position parameters
	// you may delete if you have no use for it

	function HM_f_CenterMenu(topmenuid) {
		var MinimumPixelLeft = 0;
		var TheMenu = HM_DOM ? document.getElementById(topmenuid) : HM_IE4 ? document.all(topmenuid) : eval("window." + topmenuid);
		var TheMenuWidth = HM_DOM ? parseInt(TheMenu.style.width) : HM_IE4 ? TheMenu.style.pixelWidth : TheMenu.clip.width;
		var TheWindowWidth = HM_IE ? document.body.clientWidth : window.innerWidth;
		return Math.max(parseInt((TheWindowWidth-TheMenuWidth) / 2),MinimumPixelLeft);
	}

	if(HM_IsMenu) {

		HM_Array2 = [
		[180,      // menu width
		494,       // left_position
		44,       // top_position
		"#ffffff",   // font_color
		"#ffffff",   // mouseover_font_color
		"#012346",   // background_color
		"#8191a3",   // mouseover_background_color
		"#012346",   // border_color
		"#012346",    // separator_color
		0,         // top_is_permanent
		0,         // top_is_horizontal
		0,         // tree_is_horizontal
		1,         // position_under
		1,         // top_more_images_visible
		1,         // tree_more_images_visible
		"null",    // evaluate_upon_tree_show
		"null",    // evaluate_upon_tree_hide
		,          // right_to_left
		],     // display_on_click
		["Winners","./news/winners.jsp",1,0,1],
		["Press Release","./news/press_release.jsp",1,0,0],
		["Weekly News","./news/weekly_news.jsp",1,0,1],
		]

		HM_Array3 = [
		[180,      // menu width
		564,       // left_position
		44,       // top_position
		"#ffffff",   // font_color
		"#ffffff",   // mouseover_font_color
		"#012346",   // background_color
		"#8191a3",   // mouseover_background_color
		"#012346",   // border_color
		"#012346",    // separator_color
		0,         // top_is_permanent
		0,         // top_is_horizontal
		0,         // tree_is_horizontal
		1,         // position_under
		1,         // top_more_images_visible
		1,         // tree_more_images_visible
		"null",    // evaluate_upon_tree_show
		"null",    // evaluate_upon_tree_hide
		,          // right_to_left
		],     // display_on_click
		["Contact","./help/contact.jsp",1,0,1],
		["FAQ","./help/faq.jsp",1,0,0],
		["Security","./help/security.jsp",1,0,0],
	]
		document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2' SRC='./include/javascripts/HM_Script"+ HM_BrowserString +".js' TYPE='text/javascript'><\/SCR" + "IPT>");
	}


	//end
