// JavaScript Document
function Redirection(){
if (parent.frames.length < 1)
	{
	document.location.href = 'http://www.bambous.net/index.htm';
	}
}
