function display_swf(name)
{
	document.write('<div>');
	document.write('<iframe width="250px" height="200px" frameborder="0" scrolling="no" src="http://ipv6.he.net/certification/display_swf.php?pass_name='+name+'"></iframe>');
	document.write('</div>');
}
