/***
 * Magic obfuscation
 ***/
	sVil.extend ("writeContact", function (erp) {
		var em = '';
		var tmp;
		for(i=0;i<erp.length;i++){
			tmp = erp[i];
			if(Math.floor((tmp/Math.pow(256,3)))>0){
				em += String.fromCharCode(Math.floor((tmp/Math.pow(256,3))));
			};
			tmp = tmp - (Math.floor((tmp/Math.pow(256,3))) * Math.pow(256,3));
			if(Math.floor((tmp/Math.pow(256,2)))>0){
				em += String.fromCharCode(Math.floor((tmp/Math.pow(256,2))));
			};
			tmp = tmp - (Math.floor((tmp/Math.pow(256,2))) * Math.pow(256,2));
			if(Math.floor((tmp/Math.pow(256,1)))>0){
				em += String.fromCharCode(Math.floor((tmp/Math.pow(256,1))));
			};
			tmp = tmp - (Math.floor((tmp/Math.pow(256,1))) * Math.pow(256,1));
			if(Math.floor((tmp/Math.pow(256,0)))>0){
				em += String.fromCharCode(Math.floor((tmp/Math.pow(256,0))));
			};
		};
		var tmp = new Array;
		tmp = em.split('>>><<<');
		var ts = '<a href="mailto:' + tmp[0] + '">' + tmp[1] + '</a>';
//		alert (ts);
//		document.write (ts);
		return ts;
	});
	sVil.extend ("createUsContact", function () {
			var erp = new Array;
			erp[0] = 1634889065;
			erp[1] = 1849717603;
			erp[2] = 1752527994;
			erp[3] = 1752526436;
			erp[4] = 1986620524;
			erp[5] = 1634166062;
			erp[6] = 1668246846;
			erp[7] = 1044266044;
			erp[8] = 1011052398;
			erp[9] = 1952539508;
			erp[10] = 542470945;
			erp[11] = 0;
			return sVil.writeContact (erp);
		});

	sVil.extend ("createRonContact", function () {
			var erp = new Array;
			erp[0] = 1919905344;
			erp[1] = 1935894645;
			erp[2] = 1954179189;
			erp[3] = 1852077673;
			erp[4] = 1819042151;
			erp[5] = 1697538927;
			erp[6] = 1832795710;
			erp[7] = 1010580562;
			erp[8] = 28526;
			return sVil.writeContact (erp);
		});


	sVil.extend ("createArminContact", function  () {
			var erp = new Array;
			erp[0] = 1634889065;
			erp[1] = 1849717603;
			erp[2] = 1752527994;
			erp[3] = 1752526436;
			erp[4] = 1986620524;
			erp[5] = 1634166062;
			erp[6] = 1668246846;
			erp[7] = 1044266044;
			erp[8] = 1010922093;
			erp[9] = 26990;
			return sVil.writeContact (erp);
		});

