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