// JavaScript 2006, KasH.

(function() {
	if(top == self) {
		var href = document.location.href;
		var pos = href.indexOf('/', 7);
		if(pos > -1) {
			href = href.substr(pos + 1);
		}
		document.location.href = 'http://www.gambiet.nl/index.html?pagina=' + escape(href);
	}
})();
