function writeIP(_return)
{
	var ip="38.107.179.241";
	if(_return) return ip;
	document.write(ip);
}
