<!--
if (top != self) {
	if (document.images) {
		top.location.replace("http://gnyc.rusties.net");
	}else{
		top.location.href = "http://gnyc.rusties.net" ;
	}
}
if(top.frames.length > 0) {
	top.location.href="http://gnyc.rusties.net";
}
//-->
