<!-- Hide script from older browsers 

setTimeout ("changePage()", 1);

function changePage() {

	if (self.parent.frames.length == 0)
	{
		var buffer = (""+document.location).toLowerCase();
		buffer = buffer.replace("http://www.zawiarr.com/nds/", "");
		self.parent.location="http://www.zawiarr.com/NDS/?url=" + buffer;
	}
}

// end hiding contents -->
