document.domain = "aticlan.org";


function ATIFooter_goURL(targetURL)
{
	top.window.location.href=targetURL;
}


function generatePortal()
{

	var tableHeader = "<div id='footer'>\
						<table id='mainNavi' name='mainNavi' width='100%' border='0' cellpadding='0' cellspacing='0' style='margin: 0 0 0 0;'>\
							<tr valign='middle'>\
									<td style='height: 55px; padding:10 0 0 0; background: url(http://imgbase.aticlan.org/bottom_1.png) repeat;'>\
										<table id='subNavi' name='subnavi' border='0' cellpadding='0' cellspacing='0'>\
											<tr valign='middle'>";
	
	var objHTML = "<td style='width: 64px;padding: 0 5 0 5;margin: 0 0 0 0;' align='right' valign='top'>\
						<a href=javascript:ATIFooter_goURL('http://www.aticlan.org/'); onfocus='this.blur();' />\<img src='http://imgbase.aticlan.org/symbol_3.png' style='width: 64px;height: 24px;' border='0' />\</a>\
					</td>\
					<td style='padding: 2 2 2 2;'>\
					</td>\
					<td style='width:1px;'>\
						<img src='http://imgbase.aticlan.org/line.gif' style='width:1px; height:23px;' />\
					</td>\
					<td style='padding: 0 5 0 5;'>\
					</td>\
					<td>\
						<table id='infoNavi' name='infoNavi' width='700' border='0' cellpadding='0' cellspacing='0'>\
							<tr>\
								<td>\
									<table id='policyNavi' name='policyNavi' border='0' cellpadding='0' cellspacing='0'>\
										<tr>\
											<td style='color:#717171;'>\
												<a href='http://www.aticlan.org/portal/forum/viewthread.php?thread_id=311' target='new' /><span style='color:#717171; font-weight:bold;'>Clan Constitution</span></a> | \												<a href='http://www.aticlan.org/portal/viewpage.php?page_id=2' target='new' /><span style='color:#717171; font-weight:bold;'>Apply to Join</span></a> | \
												<a href='http://www.aticlan.org/portal/faq.php' target='new' /><span style='color:#717171; font-weight:bold;'>FAQ</span></a> | \
												<a href='http://www.aticlan.org/portal/bugreport.php' target='new' /><span style='color:#717171; font-weight:bold;'>Report Bug</span></a>\
											</td>\
										</tr>\
									</table>\
								</td>\
							</tr>\
							<tr height='3'><td></td></tr>\
							<tr>\
								<td style='font-size:10px; color:#ffffff;'>COPYRIGHT &copy; 2004 - 2010 ARCTIC TACTICAL INFANTRY GAMING CLAN. ALL RIGHTS RESERVED.</td>\
							</tr>\
						</table>\
					</td>\
					<td style='width: 100%;'>\
					</td>";
		
	var tableFooter = "<tr>\
										</table>\
									</td>\
								</tr>\
							</table>\
							</div>";

	document.write (tableHeader);
	document.write (objHTML);
	document.write (tableFooter);
}

generatePortal();