if(parent.main!=null)
{
if(parent.main.location.href.match("taaf")!=null)
	select(imgList[0]);
else
if(parent.main.location.href.match("china")!=null)
	select(imgList[1]);
else
if(parent.main.location.href.match("country")!=null)
	select(imgList[2]);
else
if(parent.main.location.href.match("game")!=null)
	select(imgList[3]);
else
if(parent.main.location.href.match("foot")!=null)
	select(imgList[4]);
else
if(parent.main.location.href.match("swapping")!=null)
	select(imgList[5]);
else
if(parent.main.location.href.match("favorite")!=null || parent.main.location.href.match("collect")!=null)
	select(imgList[6]);
else
if(parent.main.location.href.match("links")!=null)
	select(imgList[7]);
else
if(parent.main.location.href.match("auction")!=null)
	select(imgList[10]);
}
else if(parent.auction_main!=null)
			select(imgList[10]);
