function show_presence() { 
	if (typeof(type) == "undefined") {
		tlink = ' src="http://www.wohill.com/satellite.php?posts='+escape(posts) + '"';	
	} else {
		tlink = ' src="http://www.wohill.com/satellite.php?posts='+escape(posts) + '&type=' + escape(type) + '"';
	}
		
document.write('<ifr' + 'ame' + 
                      ' name="wohilliframe"' + 
                      ' 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();