function ABannerYear(Add,Sonneys)
{
	if (Sonneys != 0)
	{
	}
}

function BottomMenu(MenuLevel)
{
	if (MenuLevel == 1)
	{
	parent.frames[1].document.writeln("<hr><br><center><B><A HREF=/ target=_top>[Home]</A>");
	parent.frames[1].document.writeln(" <A HREF=../H2OSki/Menu.html target=MenuFrame>[H2O Skiing]</A>");
	parent.frames[1].document.writeln(" <A HREF=../Nascar/Menu.html target=MenuFrame>[Nascar]</A>");
	parent.frames[1].document.writeln(" <A HREF=../Bardom/Menu.html target=MenuFrame>[Bardom]</A>");
	parent.frames[1].document.writeln("<br><br><br>");
	}
}

function ReturnIMG(Directory)
{
	var Today = new Date();
	parent.frames[1].document.write("<IMG SRC='../" + Directory + "/Photo" + Today.getSeconds() + "x480.jpg' border='0'>");
}

function SkipLoader(Type, FromWhere) 
{	
	var URLStr = String(document.URL)
	if (URLStr.indexOf("Tina=NoLoad") == -1) 
	{
		if (parent.frames.length != 0)
		{	
			if (Type == "Menu") 
			{
				var menuString = new String(parent.frames[0].location)
				if (menuString.length == 0)
				{
					parent.frames[0].location = "../" + FromWhere + "/Menu.html";
				}
				else
				{
					if ( menuString.indexOf(FromWhere) == -1)
					{
						parent.frames[0].location = "../" + FromWhere + "/Menu.html";
					}
				}
			}
			if (Type == "Page") 
			{
				var menuString = new String(parent.frames[1].location)
				if (menuString.length == 0)
				{
					parent.frames[1].location = "../" + FromWhere + "/Page.html";
				}
				else
				{
					if ( menuString.indexOf(FromWhere) == -1)
					{
						parent.frames[1].location = "../" + FromWhere + "/Page.html";
					}
				}
			}
		}
	}
}

function TestLoad(TestWhere) 
{	
	var URLStr = String(document.URL)
	if (URLStr.indexOf("Tina=NoLoad") == -1) 
	{
		if (URLStr.indexOf("MotorCity") >= 0)
		{ 
			parent.location.replace = "http://sonneysworld.web1000.com/" + TestWhere + "/index.html"
		}
		else
		{
			if (parent.frames.length == 0)
			{
				parent.location.replace = "../" + TestWhere + "/index.html";
			}
		}
	}
}




