var d=document;
var w=window;

function quoted(str) {
		  return (str != null) ? '"' + str + '"' : '""';
		  }
ip_url='http://www.blueforge.org/map/ipmap.php'+
	                '?bgcolor='+w.m_background_color+
					'&fontcolor='+w.m_font_color;

d.write('<iframe  allowtransparency="true" background-color="transparent" id="ip_map_frame" name="ip_map_frame" vspace="0" hspace="0" width="405" style="height:260" frameborder="0" marginwidth="0" marginheight="0" allowtransparency="true"'+
				   ' scrolling="no" src='+quoted(ip_url)+'></iframe>');
