<!--

if(parent.document.URL && window.parent) {

var FrStatus 	= 0
var NewExp	= ""
var i		= 0

do {

	if (eval("window." + NewExp + "name") == "full") { FrStatus++ }
	
	i++

	NewExp = (NewExp + "parent.")

	}

	while (FrStatus == 0 && i < 4)

if (FrStatus == 0) { 

	var ThisURL	= parent.document.URL
	var ReplURL	= ""

	if (ThisURL.indexOf("www.") == 7) { ReplURL = ("http://" + ThisURL.split("/")[2] + "/") }

	else { ReplURL = ("http://" + ThisURL.split("/")[2] + "/" + ThisURL.split("/")[3] + "/") }


	window.parent.location.replace(ReplURL)	

	}

}



// -->