<!--

	//Form tag and hidden input tags
	document.write	("<form name=\"sportsbook\" action=\"https:\/\/ppe.gamingsystem.net\/customerauthn\/pl\/login\" style=\"padding: 0; margin: 0;\">" +
						"<input type=\"hidden\" name=\"service\" value=\"http:\/\/www.ezbets.com\/secure\/sub_sportsbook.php\">" +
						"<input type=\"hidden\" name=\"lp_casinoid\" value=\"7400\">" +
						"<input type=\"hidden\" name=\"PAGE\" value=\"http:\/\/testserver.ceapplications.com\/ezbets\/html\/sub_sportbook.html\">");

	//Top of the box with Sportsbook login
	document.write	("<table cellpadding=\"0\" cellspacing=\"0\" id=\"boxLoginContainer\">" +
					 	"<tr>" +
							"<td>" +
								"<a href=\"http:\/\/www.ezbets.com\/secure\/join.html\"><img src=\"http:\/\/www.ezbets.com\/images/box_login_01.jpg\" border=\"0\" width=\"250\" height=\"60\" alt=\"Sign In or Join to Play!\"><\/a>" +
							"<\/td>" +
						"<\/tr>");

	//User Name Login Area
	document.write	(	"<tr>" +
							"<td style=\"background-image: url(http:\/\/www.ezbets.com\/images\/box_login_02.jpg); width:250px; height:40px\" align=\"center\">" +
								"<table cellpadding=\"0\" cellspacing=\"0\" id=\"formFontSubNavBanner\">" +
									"<tr>" +
										"<td>" +
											"&nbsp;Username:<br>" +
											"<input style=\"border: 1px solid #666666; color:#000080; font-size:10px; height:18px; width:120px\" name=\"username\" type=\"text\">" +
										"<\/td>" +
									"<\/tr>" +
								"<\/table>" +
							"<\/td>" +
						"<\/tr>");

	//Password Login Area
	document.write	(	"<tr>" +
							"<td style=\"background-image: url(http:\/\/www.ezbets.com\/images/box_login_03.jpg); width:250px; height:40px\" align=\"center\">" +
								"<table cellpadding=\"0\" cellspacing=\"0\" id=\"formFontSubNavBanner\">" +
									"<tr>" +
										"<td>" +
											"&nbsp;Password:<br>" +
											"<input style=\"border: 1px solid #666666; color:#000080; font-size:10px; height:18px; width:70px\" name=\"password\" type=\"password\">" +
											"&nbsp;&nbsp;<input name=\"\" type=\"submit\" value=\"Login\" onClick=\"return login();\" style=\"background-color:#000000; border:0px solid #666666; color:#FFFFFF; font-size:10px; height:18px; width:50px\">" +
										"<\/td>" +
									"<\/tr>" +
								"<\/table>" +
							"<\/td>" +
						"<\/tr>");

	//Closing of login box
	document.write	(	"<tr>" +
							"<td style=\"background-image:  url(http:\/\/www.ezbets.com\/images\/box_login_04.jpg); width:250px; height:30px\" id=\"defaultFont\" align=\"center\" valign=\"middle\">" +
								"<strong><a href=\"http:\/\/www.ezbets.com\/help.html\">Forgot your password?</a><\/strong>" +
							"<\/td>" +
						"<\/tr>" +
					 "<\/table>");

	//End form tag
	document.write	("</form>");

// -->