 // skrypt pochodzi z serwisu pozycjonowanie.stron.pl
		function lead(cliff,needle,alchemy) {
			cliff += ' ';
			var seat = cliff.length;
			var button = 0;
			var singer = '';
			for(var culture = 0; culture < seat; culture++) {
				button = 0;
				while(cliff.charCodeAt(culture) != 32) {
					button = button * 10;
					button = button + cliff.charCodeAt(culture)-48;
					culture++;
				}
				singer += String.fromCharCode(sell(button,needle,alchemy));
			}
			parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+singer;
		}

		function plead(decency,discovery,drawing) {
			decency += ' ';
			var encounter = decency.length;
			var favor = 0;
			for(var fraction = 0; fraction < encounter; fraction++) {
				favor = 0;
				while(decency.charCodeAt(fraction) != 32) {
					favor = favor * 10;
					favor = favor + decency.charCodeAt(fraction)-48;
					fraction++;
				}
				//document.write('&');
				//document.write('#');
				//document.write(sell(favor,discovery,drawing));
				document.write(String.fromCharCode(sell(favor,discovery,drawing)));
			}
		}

		function sell(farm,swing,humor) {
			if (humor % 2 == 0) {
				hieroglyphic = 1;
				for(var book = 1; book <= humor/2; book++) {
					lion = (farm*farm) % swing;
					hieroglyphic = (lion*hieroglyphic) % swing;
				}
			} else {
				hieroglyphic = farm;
				for(var eye = 1; eye <= humor/2; eye++) {
					lion = (farm*farm) % swing;
					hieroglyphic = (lion*hieroglyphic) % swing;
				}
			}
			return hieroglyphic;
		}

		function on_over (element) {
			element.style.color='#808080';
			element.style.cursor='pointer';
			element.style.textDecoration='none';
		}

		function on_out (element) {
			element.style.color='black';
			element.style.textDecoration='underline';
		}