function show_presence() { 
	tlink = ' src="http://ideajam.net/ideajam/p/ij.nsf/ideaJamPlugin.html?readform&name=' + escape(name) + '"';
	document.write('<ifr' + 'ame' + 
                      ' name="ideajamiframe"' + 
                      ' width="' + inwidth + '"' +  
                      ' height="' + inheight + '"' + 
                      ' frameborder="0"' +
			       tlink +
                      ' marginwidth="0"' + 
                      ' marginheight="0"' + 
                      ' vspace="0"' + 
                      ' hspace="0"' + 
                      ' allowtransparency="true"' + 
                      ' scrolling="no">'); 
	document.write('</ifr' + 'ame>'); 
} 
  
show_presence();
