function placeLogins()
{

document.getElementById('logins').style.left = document.body.offsetWidth - 160;

var x = document.body.clientWidth;

	if(x < 820){
	document.getElementById('logins').style.left = 690;
	}



}


