function LoadImage()
{
	if(top!=null && top.location!=null && top.location.search!=null && top.location.search!="")
	{
		try
		{
			var image = "";
			try
			{
				image = top.location.search.replace("?image=", "");
			}
			catch(ex)
			{

			}

			if(image!="" && top.window!=null && top.window.frames!=null && top.window.frames.showframe!=null)

				top.window.frames.showframe.location.href="/images/eBay/" + image + ".jpg";
		}
		catch(ex)
		{
		
		}			
	}
}

