
if(parent==null)
	document.location.href="http://www.lighterscases.com";
	else
	if(parent.frames.length==0)
		document.location.href="http://www.lighterscases.com";
		

