var hash=escape(self.location.pathname);
if (hash)
{
	var testeradframe = hash.indexOf('adframe');
	if (testeradframe==-1)
	{	
		var testerhtm = hash.indexOf('.htm');
		if (testerhtm == -1)
		{
			hash+='index.html';
		}
		var temp='/cgi-bin/adframe'+hash;
		top.location=temp 
	}
}


/*if (!parent.content){
	var hash=escape(self.location.pathname)
	var tester = hash.indexOf('.htm')
	if (tester == -1)
	{
		hash+='index.html';
	}
	var temp='/cgi-bin/adframe?doc=/index_start#' + hash
	top.location=temp 
}*/