<!--

var where = top.location;

 if (top.location == window.location)
 {
//	alert("Entrance to the Magnatech International, Inc. web site is granted from the top level only. Clicking 'OK' will bring you there.");
	window.location = '../default.asp?'+where;

}


//-->