<!-- 
var disLocation=this.location.href; var disPath=this.location.pathname;
disLocation=disLocation.replace(/www\./i,"");
if(disLocation.search(/nickeyspostcards\.com/i) > -1)
	{
	if(((disLocation.search(/news.html/) >-1) || (disLocation.search(/\/games\//) > -1))) {
		disLocation=disLocation.replace(/nickeyspostcards\.com/i,"nickeysurf.com");
		}
	else {
		disLocation=disLocation.replace(/nickeyspostcards\.com/i,"nickeysurf.com/postcards");
		disLocation=disLocation.replace(/postcards\/postcards/i,"postcards");
		disLocation=disLocation.replace(/\.shtml/,".html");
		}
	}
if( (disLocation != this.location.href) || (self.parent.frames.length != 0) ) self.parent.location=disLocation;
window.name = "mAin"; window.focus();
// -->

