function screenSum()
{
	var xy =  screen.height + screen.width;	
	return xy;
}

function getTime()
{
	var time = new Date()
	return time.getTime();
}