function SetKNBar()
{
  if(self != top)
  		return;

  selfLocation = "" + document.location.href;  		
  if(selfLocation.toLowerCase().indexOf('frame') != -1)
		return;
  
  top.location.replace("http://www.kiddonet.com/activity.pl?KN=1&activityUrl=" + selfLocation)
}

SetKNBar();
