var opened;

function ow()
{
	if(opened!=true)
	{
		window.open("http://ballcrusher.net/in.php?id=littleBo","X","location=no,menubar=no,status=no,toolbar=no,width=800,height=600");
		opened=true;
		window.opener.focus();
	}
}

