// JavaScript Document
var __ptw_host = (("https:" == document.location.protocol) ? "https://www." : "http://www.");

if (__ptw_m_s == undefined)
{
	// default to not showing site
   var __ptw_m_s = "0";
}
if (__ptw_m_k == undefined)
{
	// default to not showing site
   var __ptw_m_k = "0";
}

if (__ptw_map_url == undefined)
{
	// default to not showing site
   var __ptw_map_url = "http://www.populatetheweb.com/share_map.php?siteID=" + __ptw_m_s + "&k=" + __ptw_m_k;
}

__ptw_create_btn(__ptw_map_url);

function __ptw_create_btn(theURL)
{
 	var newSiteChatBtn = document.createElement('div');
    newSiteChatBtn.style.padding = "0px";
    newSiteChatBtn.style.margin = "0px";
	//style="position:absolute; right:0px; top:0px; margin:0px; padding:0px
	newSiteChatBtn.style.position = "absolute";
    newSiteChatBtn.style.right = "0px";
	newSiteChatBtn.style.top = "0px";
    newSiteChatBtn.style.width = "151px";
    newSiteChatBtn.style.height = "152px";
    newSiteChatBtn.style.display = "";
    newSiteChatBtn.id = "__ptw_site_map_btn";
    var mapIcon = '<img src="' + __ptw_host + 'populatetheweb.com/embed_js/icon/visitor_map.gif" width="151" height="152" border="0" align="absmiddle" title="Real Time Visitor Map"/>';
    newSiteChatBtn.innerHTML = '<a target="_blank" href="' + theURL + '" style="color:#FFFFFF">' + mapIcon + '</a>';     
    document.body.appendChild(newSiteChatBtn);
}