function show_presence() { 
	tlink = ' src="http://planetlotus.org/satellite.php?show=' + 
	escape(show)+'&posts='+escape(posts)+'"';

document.write('<ifr' + 'ame' + 
                      ' name="planetlotusiframe"' + 
                      ' width="' + inwidth + '"' +  
                      ' height="' + inheight + '"' + 
                      ' frameborder="0"' +
			       tlink +
                      ' marginwidth="1"' + 
                      ' marginheight="0"' + 
                      ' vspace="0"' + 
                      ' hspace="0"' + 
                      ' allowtransparency="true"' + 
                      ' scrolling="no">'); 
	document.write('</ifr' + 'ame>'); 
} 
  
show_presence();