document.write("<div id=\"get_to_know_box\" class=\"get_to_know_box\" style=\"width:313px;height:313px;\" title=\"Getting to know your friends!\"><div class=\"get_to_know_closeBtn\" onclick=\"closeGetToKnow()\" title=\"Close window\">&nbsp;</div></div>");

	var myKnowBox;
	myKnowBox = document.getElementById("get_to_know_box");

	var screenPlusImgWidth = iecompattest().clientWidth - parseInt(myKnowBox.style.width);
	var halfOfRemainingWidth = screenPlusImgWidth/2;

	var screenPlusImgHeight = iecompattest().clientHeight - parseInt(myKnowBox.style.height);
	var halfOfRemainingHeight = screenPlusImgHeight/2-80;

	myKnowBox.style.left = parseInt(halfOfRemainingWidth) + "px";
	myKnowBox.style.top = parseInt(halfOfRemainingHeight) + "px";
