<!DOCTYPE html>
<html dir="ltr" lang="en-gb">
<html lang="en">
<!--[if lt IE 7 ]><html dir="ltr" lang="en-US" class="no-js ie ie6 lte7 lte8 lte9"><![endif]-->
<!--[if IE 7 ]><html dir="ltr" lang="en-US" class="no-js ie ie7 lte7 lte8 lte9"><![endif]-->
<!--[if IE 8 ]><html dir="ltr" lang="en-US" class="no-js ie ie8 lte8 lte9"><![endif]-->
<!--[if IE 9 ]><html dir="ltr" lang="en-US" class="no-js ie ie9 lte9"><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!-->
<html dir="ltr" lang="en-US">
<!--<![endif]-->
<head>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">


	<meta charset="UTF-8" />
	<meta name="description" content="" />
	<meta name="keywords" content="" />
	<meta name="viewport" content="width=device-width, initial-scale=1.0" />
	
    <!-- App Indexing for Google Search -->
    <link href="android-app://com.quoord.tapatalkpro.activity/tapatalk/www.sarapanpagi.org/?location=index&amp;channel=google-indexing" rel="alternate" />
    <link href="ios-app://307880732/tapatalk/www.sarapanpagi.org/?location=index&amp;channel=google-indexing" rel="alternate" />
    
        <meta property="al:android:package" content="com.quoord.tapatalkpro.activity" />
        <meta property="al:android:url" content="tapatalk://www.sarapanpagi.org/?location=index&amp;channel=facebook-indexing" />
        <meta property="al:android:app_name" content="Tapatalk" />
        <meta property="al:ios:url" content="tapatalk://www.sarapanpagi.org/?location=index&amp;channel=facebook-indexing" />
        <meta property="al:ios:app_store_id" content="307880732" />
        <meta property="al:ios:app_name" content="Tapatalk" />
        
        <!-- twitter app card start-->
        <!-- https://dev.twitter.com/docs/cards/types/app-card -->
        <meta name="twitter:card" content="summary" />
        <meta name="twitter:site" content="@tapatalk" />
        <meta name="twitter:title" content="" />
        <meta name="twitter:description" content="SarapanPagi Biblika Ministry" />
        
        <meta name="twitter:app:id:iphone" content="307880732" />
        <meta name="twitter:app:url:iphone" content="tapatalk://www.sarapanpagi.org/?location=index&amp;channel=twitter-indexing" />
        <meta name="twitter:app:id:ipad" content="307880732" />
        <meta name="twitter:app:url:ipad" content="tapatalk://www.sarapanpagi.org/?location=index&amp;channel=twitter-indexing" />
        <meta name="twitter:app:id:googleplay" content="com.quoord.tapatalkpro.activity" />
        <meta name="twitter:app:url:googleplay" content="tapatalk://www.sarapanpagi.org/?location=index&amp;channel=twitter-indexing" />
        <!-- twitter app card -->
        

	<title>SarapanPagi Biblika Ministry - Forum Diskusi Kristen & Study Alkitab</title>
	<script src="http://www.sarapanpagi.org/stats/?js" type="text/javascript"></script>
	
<script type="text/javascript"> 
var $buoop = {vs:{i:9,f:20,o:15,s:5.1}}; 
$buoop.ol = window.onload; 
window.onload=function(){ 
 try {if ($buoop.ol) $buoop.ol();}catch (e) {} 
 var e = document.createElement("script"); 
 e.setAttribute("type", "text/javascript"); 
 e.setAttribute("src", "//browser-update.org/update.js"); 
 document.body.appendChild(e); 
} 
</script> 
	
	

	<!--
		phpBB style name: we_universal
		Based on style:   prosilver (this is the default phpBB3 style)
		Original author:  Tom Beddard ( http://www.subBlue.com/ )
		Modified by:      Inventia ( http://inventia.io/ )
	-->
	
	<script type="text/javascript">
	// <![CDATA[
		var jump_page = 'Enter the page number you wish to go to:';
		var on_page = '';
		var per_page = '';
		var base_url = '';
		var style_cookie = 'phpBBstyle';
		var style_cookie_settings = '; path=/; domain=.sarapanpagi.org; secure';
		var onload_functions = new Array();
		var onunload_functions = new Array();

		

// www.phpBB-SEO.com SEO TOOLKIT BEGIN
function jumpto() {
	var page = prompt('Enter the page number you wish to go to:', '');
	var perpage = '';
	var base_url = '';
	var seo_delim_start = '-';
	var seo_static_pagination = 'page';
	var seo_ext_pagination = '.html';
	if (page !== null && !isNaN(page) && page == Math.floor(page) && page > 0) {
		var seo_page = (page - 1) * perpage;
		var anchor = '';
		var anchor_parts = base_url.split('#');
		if ( anchor_parts[1] ) {
			base_url = anchor_parts[0];
			anchor = '#' + anchor_parts[1];
		}
		if ( seo_page > 0 ) {
			var phpEXtest = false;
			if ( base_url.indexOf('?') >= 0 || ( phpEXtest = base_url.match(/\.php$/i))) {
				document.location.href = base_url.replace(/&amp;/g, '&') + (phpEXtest ? '?' : '&') + 'start=' + seo_page + anchor;
			} else {
				var ext = base_url.match(/\.[a-z0-9]+$/i);
				if (ext) {
					// location.ext => location-xx.ext
					document.location.href = base_url.replace(/\.[a-z0-9]+$/i, '') + seo_delim_start + seo_page + ext + anchor;
				} else {
					// location and location/ to location/pagexx.html
					var slash = base_url.match(/\/$/) ? '' : '/';
					document.location.href = base_url + slash + seo_static_pagination + seo_page + seo_ext_pagination + anchor;
				}
			}
		} else {
			document.location.href = base_url + anchor;
		}
	}
}
var seo_external = true;
var seo_external_sub = false;
var seo_ext_classes = false;
var seo_hashfix = false;
/**
*  phpbb_seo_href()
*  Fixes href="#something" links with virtual directories
*  Optionally open external or marked with a css class links in a new window
*  in a XHTML 1.x compliant way.
*/
function phpbb_seo_href() {
	var current_domain = document.domain.toLowerCase();
	if (!current_domain || !document.getElementsByTagName) return;
	if (seo_external_sub && current_domain.indexOf('.') >= 0) {
		current_domain = current_domain.replace(new RegExp(/^[a-z0-9_-]+\.([a-z0-9_-]+\.([a-z]{2,6}|[a-z]{2,3}\.[a-z]{2,3}))$/i), '$1');
	}
	if (seo_ext_classes) {
		var extclass = new RegExp("(^|\s)(" + seo_ext_classes + ")(\s|$)");
	}
	if (seo_hashfix) {
		var basehref = document.getElementsByTagName('base')[0];
		if (basehref) {
			basehref = basehref.href;
			var hashtest = new RegExp("^(" + basehref + "|)#[a-z0-9_-]+$");
			var current_href = document.location.href.replace(/#[a-z0-9_-]+$/i, "");
		} else {
			seo_hashfix = false;
		}
	}
	var hrefels = document.getElementsByTagName("a");
	var hrefelslen = hrefels.length;
	for (var i = 0; i < hrefelslen; i++) {
		var el = hrefels[i];
		var hrefinner = el.innerHTML.toLowerCase();
		if (el.onclick || (el.href == '') || (el.href.indexOf('javascript') >=0 ) || (el.href.indexOf('mailto') >=0 ) || (hrefinner.indexOf('<a') >= 0) ) {
			continue;
		}
		if (seo_hashfix && el.hash && hashtest.test(el.href)) {
			el.href = current_href + el.hash;
		}
		if (seo_external) {
			if ((el.href.indexOf(current_domain) >= 0) && !(seo_ext_classes && extclass.test(el.className))) {
				continue;
			}
			el.onclick = function () { window.open(this.href); return false; };
		}
	}
}
window.onload = function() {
	if (seo_external || seo_hashfix) {
		phpbb_seo_href();
	}
	// here you can add other window.onload events
}
// www.phpBB-SEO.com SEO TOOLKIT END
		
		/**
		* Find a member
		*/
		function find_username(url)
		{
			popup(url, 780, 570, '_usersearch');
			return false;
		}

		/**
		* New function for handling multiple calls to window.onload and window.unload by pentapenguin
		*/
		window.onload = function()
		{
			for (var i = 0; i < onload_functions.length; i++)
			{
				eval(onload_functions[i]);
			}
		};

		window.onunload = function()
		{
			for (var i = 0; i < onunload_functions.length; i++)
			{
				eval(onunload_functions[i]);
			}
		};

	// ]]>
	</script>

	<script src="https://www.sarapanpagi.org/styles/prosilver/template/forum_fn.js"></script>

	<link href="https://www.sarapanpagi.org/styles/we_universal/theme/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
	<link href="https://www.sarapanpagi.org/style.php?id=4&amp;lang=en&amp;sid=fc1b6c4463ebd16d83da0004cc30aecd" rel="stylesheet" type="text/css" media="screen, projection" />

	
	
</head>
<body id="phpbb" class="section-feed ltr">

<div id="wrapper" class="inventia-wrapper inventia-statusbar">
	<span class="inventia-time">It is currently Thu Apr 16, 2026 8:10 pm</span>
	
	<nav class="inventia-mobile-menu">
		<button class="inventia-toggle inventia-mobile-menu-toggle" title="Expand view/Collapse view"><i class="fa fa-bars"></i></button>

		<ul class="inventia-dropdown-menu inventia-mobile-dropdown-menu">
			<li class="inventia-dropdown-menu-item"><a href="https://www.sarapanpagi.org/" title="Board index"><i class="fa fa-home fa-fw"></i> Board index</a></li>
			<li class="inventia-dropdown-menu-item"><a href="https://www.sarapanpagi.org/faq.php?sid=fc1b6c4463ebd16d83da0004cc30aecd" title="Frequently Asked Questions"><i class="fa fa-info-circle fa-fw"></i> FAQ</a></li>
			<li class="inventia-dropdown-menu-item"><a href="./search.php?sid=fc1b6c4463ebd16d83da0004cc30aecd" title="View the advanced search options"><i class="fa fa-search fa-fw"></i> Search</a></li><li class="inventia-dropdown-menu-item"><a href="https://www.sarapanpagi.org/the-team.html" title="The team"><i class="fa fa-users fa-fw"></i> The team</a></li><li class="inventia-dropdown-menu-item"><a href="https://www.sarapanpagi.org/ucp.php?mode=register&amp;sid=fc1b6c4463ebd16d83da0004cc30aecd" title="Register"><i class="fa fa-check-circle fa-fw"></i> Register</a></li>
				<li class="inventia-dropdown-menu-item"><a href="https://www.sarapanpagi.org/ucp.php?mode=login&amp;sid=fc1b6c4463ebd16d83da0004cc30aecd" title="Login" accesskey="x"><i class="fa fa-sign-in fa-fw"></i> Login</a></li>
			
		</ul>
	</nav>
		
	
		<form action="./search.php?sid=fc1b6c4463ebd16d83da0004cc30aecd" method="get" id="search" class="inventia-quick-search">
			<fieldset>
				<input type="text" name="keywords" id="keywords" class="inventia-quick-search-input" maxlength="128" title="Search for keywords" placeholder="Search…" />
				<i class="fa fa-search inventia-quick-search-icon"></i>
				<input type="hidden" name="sid" value="fc1b6c4463ebd16d83da0004cc30aecd" />

			</fieldset>
		</form>
	
</div>

<header class="inventia-header">
	<div class="inventia-dashboard">
		<nav class="inventia-forum-menu">
			<ul class="inventia-menu">
				<li class="inventia-menu-item"><a href="https://www.sarapanpagi.org/faq.php?sid=fc1b6c4463ebd16d83da0004cc30aecd" title="Frequently Asked Questions">FAQ</a></li>
				<li class="inventia-menu-item"><a href="./search.php?sid=fc1b6c4463ebd16d83da0004cc30aecd" title="View the advanced search options">Search</a></li><li class="inventia-menu-item"><a href="https://www.sarapanpagi.org/the-team.html" title="The team">The team</a></li><li class="inventia-menu-item"><a href="https://www.sarapanpagi.org/ucp.php?mode=register&amp;sid=fc1b6c4463ebd16d83da0004cc30aecd" title="Register">Register</a></li>
					<li class="inventia-menu-item"><a href="https://www.sarapanpagi.org/ucp.php?mode=login&amp;sid=fc1b6c4463ebd16d83da0004cc30aecd" title="Login" accesskey="x">Login</a></li>
				
			</ul>
		</nav>
		
		

		<!-- div class="inventia-sitename">
			<h1><a href="https://www.sarapanpagi.org/" title="Board index">SarapanPagi Biblika Ministry</a></h1>
			<span>Bible Study / Christian Library</span>
		</div -->
	</div>
</header>

<div class="inventia-wrapper inventia-content">
	<div class="inventia-breadcrumbs-container">
		<ul class="inventia-breadcrumbs">
			<li class="inventia-breadcrumbs-item"><a href="https://www.sarapanpagi.org/" accesskey="h">Board index</a></li>
			
			
		</ul>

		
	</div>

<div style="padding: 0; margin-left: auto; margin-right: auto; margin-top: 20px; text-align: center;">
<a href="http://www.sarapanpagi.org/download/spbiblika.apk" title="Download Aplikasi SarapanPagi Biblika untuk Android!">
<img style="vertical-align: middle; margin-left:15px" src="https://www.sarapanpagi.org/styles/we_universal/theme/images/google_play.png" alt="Download Aplikasi SarapanPagi Biblika untuk Android!" width="169" height="50" border="0">
</a>
<a href="https://itunes.apple.com/lc/app/sarapanpagi-biblika/id1209918748" title="Download Aplikasi SarapanPagi Biblika untuk iPhone & iPad!">
<img style="vertical-align: middle; margin-left:15px" src="https://www.sarapanpagi.org/styles/we_universal/theme/images/app_store.png" alt="Download Aplikasi SarapanPagi Biblika untuk iPhone & iPad!" width="169" height="50" border="0">
</a>
</div>
	
	

<div class="panel" id="message">
	<div class="inner"><span class="corners-top"><span></span></span>
	<h2>Information</h2>
	<p>Feeds are not available on this board.</p>
	
	<span class="corners-bottom"><span></span></span></div>
</div>

</div>

<div class="inventia-footer-wrapper">
	<div class="inventia-footer">
		<ul class="inventia-footer-menu">
			<li class="inventia-footer-menu-item"><a href="https://www.sarapanpagi.org/" title="Board index">Board index</a></li>
			<li class="inventia-footer-menu-item"><a href="https://www.sarapanpagi.org/ucp.php?mode=delete_cookies&amp;sid=fc1b6c4463ebd16d83da0004cc30aecd" title="Delete all board cookies">Delete all board cookies</a></li>
			<li class="inventia-footer-menu-item">All times are UTC + 7 hours </li>
		</ul>
		
		<footer class="inventia-credits">
			Powered by <a href="http://www.phpbb.com/" target="_blank" style="text-decoration:none" rel="nofollow">phpBB</a> & <a href="http://www.phpbb-seo.com" target="_blank" style="text-decoration:none" rel="nofollow">phpBB SEO</a><br />Sarapan Pagi (c)2006 by Rita Wahyu<br />
			Style we_universal created by <a href="http://inventia.io" target="_blank" style="text-decoration:none" rel="nofollow">Inventia</a>.
			
		</footer>
	</div>

	
</div>

<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-66911591-5', 'auto');
  ga('send', 'pageview');

</script>

<script src="https://www.sarapanpagi.org/styles/we_universal/template/assets/zepto/zepto.min.js"></script>

<script>
$('.inventia-toggle').click(function(e) {
	$(this).next('.inventia-dropdown-menu').toggle()
	e.stopPropagation();
});

$(document).click(function() {
	$('.inventia-dropdown-menu').hide();
});
</script>

</body>
</html>