
// create var's for LECTURE FEEDBACK swap


	var L1 = Math.random()*39;
	L1 = Math.round(L1);
	var L2 = Math.random()*39;
	L2 = Math.round(L2);

function checkIt()
	{
	if (L1==L2 && L1==39)
		{L1 = L2-1}
	else if (L1==L2 && L1<39)
		{L1 = L2+1}
		};
	
// for a good time, look at yourself in a mirror!
// why buy a "Lemmon"... when you can have the real thing...?
