function SetGamesBar()
{

  if(parent.document.location.href.indexOf("selectionAct.pl") != -1)
  	return;
  
  try{
	  if(parent.frames['menu'].location.href.indexOf("netgamesBar") != -1)
	  	return;	  
  }
  catch(e){}
  try{
	  if(parent.parent.frames['menu'].location.href.indexOf("netgamesBar") != -1)
	  	return;	  
  }
  catch(e){}
  	
  selfLocation = document.location.href;
  
  location.replace("http://www.kiddonet.com/kiddonet/NetGames/selectionAct.pl?showBar=1&gameUrl=" + selfLocation)
}

SetGamesBar();