<!--
var locate = top.window.location.href;
var theLength = locate.length;
var filename = locate.substring(theLength-21,theLength);
if (filename !="starwars.volzpdx.com/") {
	top.window.location="http://starwars.volzpdx.com/";
}
//-->
