document.write("<div id=\"share_box\" class=\"share_box\" style=\"width:313px;height:313px;\"><form method=\"post\" action=\"share_site.php\"><input type=\"text\" class=\"share_email\" name=\"share_email\" title=\"Your friends email address.\"><input type=\"text\" class=\"share_sender\" name=\"share_sender\" title=\"Your name will autofill if logged in.\" value=\"" + username + "\">");

if(ie5){
document.write("<textarea class=\"share_optional\" name=\"share_optional\" cols=\"39\" rows=\"2\" title=\"This area is for any additional notes you would like to attach.\"></textarea>");
}

if(ns6){
document.write("<textarea class=\"share_optional\" name=\"share_optional\" cols=\"33\" rows=\"2\" title=\"This area is for any additional notes you would like to attach.\"></textarea>");
}

document.write("<input type=\"submit\" class=\"share_Btn\" name=\"share_submit\" value=\"\" title=\"Share this site.\"></form><div class=\"share_closeBtn\" onclick=\"closeShare()\" title=\"Close window\">&nbsp;</div></div>");

	var myShareBox;
	myShareBox = document.getElementById("share_box");

	var screenPlusImgWidth = iecompattest().clientWidth - parseInt(myShareBox.style.width);
	var halfOfRemainingWidth = screenPlusImgWidth/2;

	var screenPlusImgHeight = iecompattest().clientHeight - parseInt(myShareBox.style.height);
	var halfOfRemainingHeight = screenPlusImgHeight/2-80;

	myShareBox.style.left = parseInt(halfOfRemainingWidth) + "px";
	myShareBox.style.top = parseInt(halfOfRemainingHeight) + "px";

